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:
parent
1dbf8361b9
commit
2251b0b466
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user