diff --git a/perl-strictures.spec b/perl-strictures.spec index 74740b2..fa20f70 100644 --- a/perl-strictures.spec +++ b/perl-strictures.spec @@ -1,6 +1,6 @@ Name: perl-strictures -Version: 2.000002 -Release: 2%{?dist} +Version: 2.000003 +Release: 1%{?dist} Summary: Turn on strict and make most warnings fatal License: GPL+ or Artistic URL: http://search.cpan.org/dist/strictures/ @@ -48,7 +48,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 %{_fixperms} %{buildroot} %check @@ -62,6 +62,13 @@ make test %{_mandir}/man3/strictures::extra.3* %changelog +* Tue Apr 19 2016 Paul Howarth - 2.000003-1 +- Update to 2.000003 + - Update bundled ExtUtils::HasCompiler to 0.013 to fix potential false + negative (CPAN RT#113637) + - List optional XS dependencies as suggests rather than recommends + (CPAN RT#107393) + * Thu Feb 04 2016 Fedora Release Engineering - 2.000002-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 9de367a..8083708 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fb1fada8260992bc85e126c21ffcc6d5 strictures-2.000002.tar.gz +78244cfab6168dcf196370d1e2309536 strictures-2.000003.tar.gz