[perl-strictures] update to 1.003001

Iain Arnell iarnell at fedoraproject.org
Mon Apr 9 20:51:58 UTC 2012


commit 79d2b457b16157c51c1952ef810638d757710b28
Author: Iain Arnell <iarnell at gmail.com>
Date:   Mon Apr 9 14:51:52 2012 -0600

    update to 1.003001

 .gitignore           |    1 +
 perl-strictures.spec |   12 ++++++++++--
 sources              |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 24532df..e91d471 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /strictures-1.002002.tar.gz
+/strictures-1.003001.tar.gz
diff --git a/perl-strictures.spec b/perl-strictures.spec
index 4969672..5b5c475 100644
--- a/perl-strictures.spec
+++ b/perl-strictures.spec
@@ -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 at gmail.com> 1.003001-1
+- update to latest upstream version
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.002002-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 8d7ce6d..7e71a32 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-adf0840ec52cab21545a4903bdc2ee58  strictures-1.002002.tar.gz
+e37e3f7b33c4c5f8bd4759c42453d472  strictures-1.003001.tar.gz


More information about the scm-commits mailing list