Update to 2.000001

- New upstream release 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
This commit is contained in:
Paul Howarth 2015-06-29 11:25:26 +01:00
parent e9dc9a22a7
commit 3cb497feba
2 changed files with 18 additions and 5 deletions

View File

@ -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 <paul@city-fan.org> - 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 <rel-eng@lists.fedoraproject.org> - 2.000000-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
272d98533003581f42cafebfd95bfc5b strictures-2.000000.tar.gz
fb1350b4af50a2f6ba053c1cfd97e920 strictures-2.000001.tar.gz