[perl-Sub-Install] Update to 0.926

cheeselee cheeselee at fedoraproject.org
Mon Mar 12 13:10:43 UTC 2012


commit c4c274c8697ff61c6eff3e6f9202471e6a763730
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Mon Mar 12 21:10:09 2012 +0800

    Update to 0.926

 .gitignore            |    1 +
 perl-Sub-Install.spec |    9 ++++++---
 sources               |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index df5f9a0..c2ebbaf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Sub-Install-0.925.tar.gz
+/Sub-Install-0.926.tar.gz
diff --git a/perl-Sub-Install.spec b/perl-Sub-Install.spec
index 94aae0d..37fc0f2 100644
--- a/perl-Sub-Install.spec
+++ b/perl-Sub-Install.spec
@@ -1,6 +1,6 @@
 Name:           perl-Sub-Install
-Version:        0.925
-Release:        10%{?dist}
+Version:        0.926
+Release:        1%{?dist}
 Summary:        Install subroutines into packages easily
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -43,7 +43,7 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 # present.  However, Test::Output requires Sub::Exporter which requires...
 # Sub::Install.  Holy circular loop, Batman!  :)
 %if !%{defined perl_bootstrap}
-make test
+PERL_TEST_CRITIC=1 make test
 %endif
 
 %clean
@@ -56,6 +56,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 12 2012 Robin Lee <cheeselee at fedoraproject.org> - 0.926-1
+- Update to 0.926
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.925-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 94fcdb6..557639e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-694aaec771c42280746a9a6279683263  Sub-Install-0.925.tar.gz
+89a7f82dd840bc2401f281b5f24732b9  Sub-Install-0.926.tar.gz


More information about the scm-commits mailing list