[perl-YAML] Update to 0.96

Paul Howarth pghmcfc at fedoraproject.org
Tue Jul 15 08:43:56 UTC 2014


commit 51886ebc678f8588e0bfe734eb0fc24eadbd56f3
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Jul 15 09:43:47 2014 +0100

    Update to 0.96
    
    - New upstream release 0.96
      - Fix Metadata and add Contributing file
      - Change Kwim to Swim
    - Upstream dropped all those pod files and manpages again

 perl-YAML.spec |   35 +++++++++++------------------------
 sources        |    2 +-
 2 files changed, 12 insertions(+), 25 deletions(-)
---
diff --git a/perl-YAML.spec b/perl-YAML.spec
index e4d0269..e5ed454 100644
--- a/perl-YAML.spec
+++ b/perl-YAML.spec
@@ -1,6 +1,6 @@
 Name:           perl-YAML
-Version:        0.95
-Release:        2%{?dist}
+Version:        0.96
+Release:        1%{?dist}
 Summary:        YAML Ain't Markup Language (tm)
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -41,6 +41,7 @@ specification.
 
 %prep
 %setup -q -n YAML-%{version}
+
 # Inject VERSION into each module, bug #1115971,
 # https://github.com/ingydotnet/yaml-pm/issues/30
 find lib -name '*.pm' \! -exec grep -q '^our $VERSION ' {} \; -print0 | \
@@ -63,24 +64,14 @@ rm -f %{buildroot}%{perl_vendorlib}/Test/YAML* \
 
 %check
 # Avoid circular build deps via Module::Build on Test::Pod when bootstrapping
-make test RELEASE_TESTING=0%{!?perl_bootstrap:1}
+make test %{!?perl_bootstrap:RELEASE_TESTING=1}
 
 %files
-%doc Changes LICENSE README
+%doc Changes CONTRIBUTING LICENSE README
 %dir %{perl_vendorlib}/YAML/
 %dir %{perl_vendorlib}/YAML/Dumper/
 %dir %{perl_vendorlib}/YAML/Loader/
 %doc %{perl_vendorlib}/YAML.pod
-%doc %{perl_vendorlib}/YAML/Any.pod
-%doc %{perl_vendorlib}/YAML/Dumper.pod
-%doc %{perl_vendorlib}/YAML/Dumper/Base.pod
-%doc %{perl_vendorlib}/YAML/Error.pod
-%doc %{perl_vendorlib}/YAML/Loader.pod
-%doc %{perl_vendorlib}/YAML/Loader/Base.pod
-%doc %{perl_vendorlib}/YAML/Marshall.pod
-%doc %{perl_vendorlib}/YAML/Node.pod
-%doc %{perl_vendorlib}/YAML/Tag.pod
-%doc %{perl_vendorlib}/YAML/Types.pod
 %{perl_vendorlib}/YAML.pm
 %{perl_vendorlib}/YAML/Any.pm
 %{perl_vendorlib}/YAML/Dumper.pm
@@ -94,18 +85,14 @@ make test RELEASE_TESTING=0%{!?perl_bootstrap:1}
 %{perl_vendorlib}/YAML/Tag.pm
 %{perl_vendorlib}/YAML/Types.pm
 %{_mandir}/man3/YAML.3pm*
-%{_mandir}/man3/YAML::Any.3pm*
-%{_mandir}/man3/YAML::Dumper.3pm*
-%{_mandir}/man3/YAML::Dumper::Base.3pm*
-%{_mandir}/man3/YAML::Error.3pm*
-%{_mandir}/man3/YAML::Loader.3pm*
-%{_mandir}/man3/YAML::Loader::Base.3pm*
-%{_mandir}/man3/YAML::Marshall.3pm*
-%{_mandir}/man3/YAML::Node.3pm*
-%{_mandir}/man3/YAML::Tag.3pm*
-%{_mandir}/man3/YAML::Types.3pm*
 
 %changelog
+* Mon Jul 14 2014 Paul Howarth <paul at city-fan.org> - 0.96-1
+- Update to 0.96
+  - Fix Metadata and add Contributing file
+  - Change Kwim to Swim
+- Upstream dropped all those pod files and manpages again
+
 * Thu Jul 03 2014 Petr Pisar <ppisar at redhat.com> - 0.95-2
 - Inject VERSION into each module (bug #1115971)
 
diff --git a/sources b/sources
index 9677e93..8ac6bb6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c2b03792df5564a2ce6eb1194e1f6424  YAML-0.95.tar.gz
+48de64d9fbffb20bc4b9c9944542cbed  YAML-0.96.tar.gz


More information about the scm-commits mailing list