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:
parent
e9dc9a22a7
commit
3cb497feba
@ -1,12 +1,15 @@
|
|||||||
Name: perl-strictures
|
Name: perl-strictures
|
||||||
Version: 2.000000
|
Version: 2.000001
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Turn on strict and make all warnings fatal
|
Summary: Turn on strict and make most warnings fatal
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/strictures/
|
URL: http://search.cpan.org/dist/strictures/
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/strictures-%{version}.tar.gz
|
Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/strictures-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Module Build
|
# Module Build
|
||||||
|
BuildRequires: coreutils
|
||||||
|
BuildRequires: findutils
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(ExtUtils::CBuilder)
|
BuildRequires: perl(ExtUtils::CBuilder)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
@ -26,7 +29,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|||||||
Requires: perl(Carp)
|
Requires: perl(Carp)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package turns on strict and makes all warnings fatal.
|
This package turns on strict and makes most warnings fatal.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n strictures-%{version}
|
%setup -q -n strictures-%{version}
|
||||||
@ -51,6 +54,16 @@ make test
|
|||||||
%{_mandir}/man3/strictures::extra.3*
|
%{_mandir}/man3/strictures::extra.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user