Update to 2.143240

- New upstream release 2.143240
  - Give correct path in nested merges such as resources
  - Removed strings test that should have been removed when
    CPAN::Meta::Requirements was removed to a separate dist
This commit is contained in:
Paul Howarth 2014-11-20 16:48:53 +00:00
parent 1dbf8361b9
commit 2251b0b466
2 changed files with 19 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Name: perl-CPAN-Meta
Summary: Distribution metadata for a CPAN dist
Version: 2.142690
Version: 2.143240
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
@ -65,18 +65,33 @@ make test
%doc Changes CONTRIBUTING history README Todo t/
%{perl_vendorlib}/CPAN/
%{_mandir}/man3/CPAN::Meta.3*
%{_mandir}/man3/CPAN::Meta::History*.3*
%{_mandir}/man3/CPAN::Meta::Converter.3*
%{_mandir}/man3/CPAN::Meta::Feature.3*
%{_mandir}/man3/CPAN::Meta::History.3*
%{_mandir}/man3/CPAN::Meta::History::Meta_1_0.3*
%{_mandir}/man3/CPAN::Meta::History::Meta_1_1.3*
%{_mandir}/man3/CPAN::Meta::History::Meta_1_2.3*
%{_mandir}/man3/CPAN::Meta::History::Meta_1_3.3*
%{_mandir}/man3/CPAN::Meta::History::Meta_1_4.3*
%{_mandir}/man3/CPAN::Meta::Merge.3*
%{_mandir}/man3/CPAN::Meta::Prereqs.3*
%{_mandir}/man3/CPAN::Meta::Spec.3*
%{_mandir}/man3/CPAN::Meta::Validator.3*
%changelog
* Thu Nov 20 2014 Paul Howarth <paul@city-fan.org> - 2.143240-1
- Update to 2.143240
- Give correct path in nested merges such as resources
- Removed strings test that should have been removed when
CPAN::Meta::Requirements was removed to a separate dist
* Tue Nov 11 2014 Petr Šabata <contyk@redhat.com> - 2.142690-1
- 2.142690 bump
- Update to 2.142690
- Fixed use of incorrect method in CPAN::Meta::Merge implementation
- Clarified documentation that no_index is a list of exclusions, and that
indexers should generally exclude 'inc', 'xt' and 't' as well
- CPAN::Meta::History::Meta_1_0 through 1_4 are added as a permanent
record of 1.x versions of the metaspec
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.142060-2
- Perl 5.20 rebuild

View File

@ -1 +1 @@
753bcb213e794e1e39e5a1c6ed8ddf02 CPAN-Meta-2.142690.tar.gz
c07f73197dc3ba869d131e94d1ab93fb CPAN-Meta-2.143240.tar.gz