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:
parent
f8213ba45a
commit
92473f8fc7
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user