Update to 2.150005

- New upstream release 2.150005
  - Metadata merging now does deep hash merging as long as keys don't conflict
  - Serialized CPAN::Meta objects now include a x_serialization_backend entry
  - Declared extra developer prereq
  - Added test for 'x_deprecated' field in "provides"
  - Noted explicitly that historical META spec files are licensed under the
    same terms as Perl
  - Changed some test data from UTF-8 to ASCII
This commit is contained in:
Paul Howarth 2015-06-13 15:44:44 +01:00
parent f8213ba45a
commit 92473f8fc7
2 changed files with 13 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Name: perl-CPAN-Meta
Summary: Distribution metadata for a CPAN dist
Version: 2.150001
Release: 345%{?dist}
Version: 2.150005
Release: 1%{?dist}
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/CPAN-Meta/
Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-%{version}.tar.gz
@ -80,6 +80,16 @@ make test
%{_mandir}/man3/CPAN::Meta::Validator.3*
%changelog
* Sat Jun 13 2015 Paul Howarth <paul@city-fan.org> - 2.150005-1
- Update to 2.150005
- Metadata merging now does deep hash merging as long as keys don't conflict
- Serialized CPAN::Meta objects now include a x_serialization_backend entry
- Declared extra developer prereq
- Added test for 'x_deprecated' field in "provides"
- Noted explicitly that historical META spec files are licensed under the
same terms as Perl
- Changed some test data from UTF-8 to ASCII
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.150001-345
- Increase release to favour standalone package

View File

@ -1 +1 @@
99184aff262ed8065f19b4027e8e39ca CPAN-Meta-2.150001.tar.gz
bd5daa629669ea967ed181ab02090df7 CPAN-Meta-2.150005.tar.gz