Perl 5.18 rebuild

This commit is contained in:
Petr Písař 2013-07-23 05:36:28 +02:00
parent 46b6d531ff
commit 039984d6ef

View File

@ -3,7 +3,7 @@
Name: perl-ExtUtils-Config
Version: 0.007
Release: 4%{?dist}
Release: 5%{?dist}
Summary: A wrapper for perl's configuration
Group: Development/Libraries
License: GPL+ or Artistic
@ -64,6 +64,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/ExtUtils::Config.3pm*
%changelog
* Tue Jul 23 2013 Petr Pisar <ppisar@redhat.com> - 0.007-5
- Perl 5.18 rebuild
* Mon Jul 22 2013 Paul Howarth <paul@city-fan.org> - 0.007-4
- Avoid Test::Kwalitee as it tries to verify the module's signature, which will fail
if we have to patch Makefile.PL, tests etc. for old distribution support