diff --git a/perl-Class-C3.spec b/perl-Class-C3.spec index 8ab2006..8df3d41 100644 --- a/perl-Class-C3.spec +++ b/perl-Class-C3.spec @@ -1,6 +1,6 @@ Name: perl-Class-C3 -Version: 0.30 -Release: 3%{?dist} +Version: 0.31 +Release: 1%{?dist} Summary: Pragma to use the C3 method resolution order algorithm License: GPL+ or Artistic URL: http://search.cpan.org/dist/Class-C3/ @@ -60,7 +60,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -type f -name .packlist -delete cp -p opt/c3.pm %{buildroot}%{perl_vendorlib}/ %{_fixperms} %{buildroot} @@ -75,6 +75,12 @@ make test %{_mandir}/man3/Class::C3::next.3* %changelog +* Wed Apr 20 2016 Paul Howarth - 0.31-1 +- Update to 0.31 + - Update bundled ExtUtils::HasCompiler to 0.013 to fix possible false + negative (CPAN RT#113635) +- Simplify find command using -delete + * Thu Feb 04 2016 Fedora Release Engineering - 0.30-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 22aaa0b..6058a97 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -730b4007b292190c24096ba1ef312995 Class-C3-0.30.tar.gz +81b5258e533d737086d8bc36b869dd90 Class-C3-0.31.tar.gz