Perl 5.18 rebuild

This commit is contained in:
Petr Písař 2013-07-31 23:22:21 +02:00
parent a7172818a7
commit 5c93701f0c

View File

@ -1,7 +1,7 @@
Name: perl-Module-ScanDeps
Summary: Recursively scan Perl code for dependencies
Version: 1.10
Release: 2%{?dist}
Release: 3%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/Module-ScanDeps-%{version}.tar.gz
@ -67,6 +67,9 @@ make test
%{_mandir}/man3/*
%changelog
* Wed Jul 31 2013 Petr Pisar <ppisar@redhat.com> - 1.10-3
- Perl 5.18 rebuild
* Tue Feb 5 2013 Paul Howarth <paul@city-fan.org> - 1.10-2
- Revert to using bundled Module::Install to avoid build dependency cycles
(#906007)