Update to 0.97

- New upstream release 0.97
  - Move remaining docs to Swim
- Upstream reinstated all those pod files and manpages again
This commit is contained in:
Paul Howarth 2014-07-17 13:45:32 +01:00
parent 51886ebc67
commit 9c99f2c289
2 changed files with 27 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-YAML
Version: 0.96
Version: 0.97
Release: 1%{?dist}
Summary: YAML Ain't Markup Language (tm)
License: GPL+ or Artistic
@ -72,6 +72,16 @@ make test %{!?perl_bootstrap:RELEASE_TESTING=1}
%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
@ -85,8 +95,23 @@ make test %{!?perl_bootstrap:RELEASE_TESTING=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
* Thu Jul 17 2014 Paul Howarth <paul@city-fan.org> - 0.97-1
- Update to 0.97
- Move remaining docs to Swim
- Upstream reinstated all those pod files and manpages again
* Mon Jul 14 2014 Paul Howarth <paul@city-fan.org> - 0.96-1
- Update to 0.96
- Fix Metadata and add Contributing file

View File

@ -1 +1 @@
48de64d9fbffb20bc4b9c9944542cbed YAML-0.96.tar.gz
d8a8bb9611ebae31f63835127cf4f6c2 YAML-0.97.tar.gz