commit 51886ebc678f8588e0bfe734eb0fc24eadbd56f3 Author: Paul Howarth <paul@xxxxxxxxxxxx> 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@xxxxxxxxxxxx> - 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@xxxxxxxxxx> - 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 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel