[perl-YAML-LibYAML] Update to 0.47

Paul Howarth pghmcfc at fedoraproject.org
Sat Aug 9 19:42:45 UTC 2014


commit 22429aaa7c8cd778916fddb58bb880fca7ffd8a1
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Aug 9 20:42:05 2014 +0100

    Update to 0.47
    
    - New upstream release 0.47:
      - Fix swim errors
    - Include upstream license file

 perl-YAML-LibYAML.spec |   12 ++++++++++--
 sources                |    2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/perl-YAML-LibYAML.spec b/perl-YAML-LibYAML.spec
index e729aeb..54f68de 100644
--- a/perl-YAML-LibYAML.spec
+++ b/perl-YAML-LibYAML.spec
@@ -1,5 +1,5 @@
 Name:           perl-YAML-LibYAML
-Version:        0.46
+Version:        0.47
 Release:        1%{?dist}
 Summary:        Perl YAML Serialization using XS and libyaml
 License:        GPL+ or Artistic
@@ -21,6 +21,8 @@ BuildRequires:  perl(B::Deparse)
 BuildRequires:  perl(base)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 BuildRequires:  perl(XSLoader)
 BuildRequires:  libyaml, libyaml-devel
 
@@ -71,7 +73,8 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
 make test
 
 %files
-%doc Changes README
+%license LICENSE
+%doc Changes CONTRIBUTING README
 %{perl_vendorarch}/auto/YAML/
 %{perl_vendorarch}/YAML/
 %{_mandir}/man3/YAML::LibYAML.3pm*
@@ -79,6 +82,11 @@ make test
 %{_mandir}/man3/YAML::XS::LibYAML.3pm*
 
 %changelog
+* Sat Aug  9 2014 Paul Howarth <paul at city-fan.org> - 0.47-1
+- Update to 0.47:
+  - Fix swim errors
+- Include upstream license file
+
 * Wed Aug 06 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.46-1
 - 0.46 bump
 
diff --git a/sources b/sources
index 72564bf..770fee6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ccd05e9ce01fc4458aaaa90bd2266862  YAML-LibYAML-0.46.tar.gz
+58cb1359bb38b015581b997a490099ef  YAML-LibYAML-0.47.tar.gz



More information about the perl-devel mailing list