update to 1.003001

This commit is contained in:
Iain Arnell 2012-04-09 14:51:52 -06:00
parent ef30209614
commit 79d2b457b1
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/strictures-1.002002.tar.gz
/strictures-1.003001.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-strictures
Version: 1.002002
Release: 3%{?dist}
Version: 1.003001
Release: 1%{?dist}
Summary: Turn on strict and make all warnings fatal
License: GPL+ or Artistic
Group: Development/Libraries
@ -11,6 +11,11 @@ BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict)
BuildRequires: perl(Test::More)
BuildRequires: perl(warnings)
# for extra testing
BuildRequires: perl(indirect)
# not yet available - rhbz 810937 and 810939
#BuildRequires: perl(multidimensional)
#BuildRequires: perl(bareword::filehandles)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%{?perl_default_filter}
@ -42,6 +47,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Apr 09 2012 Iain Arnell <iarnell@gmail.com> 1.003001-1
- update to latest upstream version
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002002-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
adf0840ec52cab21545a4903bdc2ee58 strictures-1.002002.tar.gz
e37e3f7b33c4c5f8bd4759c42453d472 strictures-1.003001.tar.gz