diff --git a/perl-strictures.spec b/perl-strictures.spec index 742c2d9..ef7674b 100644 --- a/perl-strictures.spec +++ b/perl-strictures.spec @@ -1,12 +1,15 @@ Name: perl-strictures -Version: 2.000000 -Release: 3%{?dist} -Summary: Turn on strict and make all warnings fatal +Version: 2.000001 +Release: 1%{?dist} +Summary: Turn on strict and make most warnings fatal License: GPL+ or Artistic URL: http://search.cpan.org/dist/strictures/ Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/strictures-%{version}.tar.gz BuildArch: noarch # Module Build +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(ExtUtils::MakeMaker) @@ -26,7 +29,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Carp) %description -This package turns on strict and makes all warnings fatal. +This package turns on strict and makes most warnings fatal. %prep %setup -q -n strictures-%{version} @@ -51,6 +54,16 @@ make test %{_mandir}/man3/strictures::extra.3* %changelog +* Mon Jun 29 2015 Paul Howarth - 2.000001-1 +- Update to 2.000001 + - Update for perl 5.22 warning categories + - Avoid using goto &UNIVERSAL::VERSION on perl 5.8, since it segfaults some + builds + - Also detect development directories based on .bzr directory + - Various test clean-ups +- Update %%summary and %%description to reflect that not all warnings are made + fatal by this module + * Thu Jun 18 2015 Fedora Release Engineering - 2.000000-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index cbc9445..461dc46 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -272d98533003581f42cafebfd95bfc5b strictures-2.000000.tar.gz +fb1350b4af50a2f6ba053c1cfd97e920 strictures-2.000001.tar.gz