Perl 5.22 rebuild

This commit is contained in:
Jitka Plesnikova 2015-06-03 19:26:22 +02:00
parent 2b96511278
commit 64f9bd1ce3

View File

@ -1,6 +1,6 @@
Name: perl-CPAN-Meta-Requirements
Version: 2.133
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Set of version requirements for a CPAN dist
License: GPL+ or Artistic
Group: Development/Libraries
@ -90,6 +90,9 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%{_mandir}/man3/CPAN::Meta::Requirements.3*
%changelog
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.133-2
- Perl 5.22 rebuild
* Sun Feb 22 2015 Paul Howarth <paul@city-fan.org> - 2.133-1
- Update to 2.133
- In fixing preservation of "0.00", some Module => 0 optimizations were lost;