[perl-Env-Sanctify] Update to 1.08

Paul Howarth pghmcfc at fedoraproject.org
Thu Sep 5 21:32:27 UTC 2013


commit a3b84e028a35eb9ec652acfd1ec4715d4bd2debf
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Sep 5 22:31:36 2013 +0100

    Update to 1.08
    
    - New upstream release 1.08
      - Document caveats about redefining the sanctify object (CPAN RT#46929)
    - BR: perl(IO::Handle) and perl(IPC::Open3) for the test suite
    - Run test suite with AUTHOR_TESTING

 perl-Env-Sanctify.spec |   14 +++++++++++---
 sources                |    2 +-
 2 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/perl-Env-Sanctify.spec b/perl-Env-Sanctify.spec
index 293d4f1..b8a2a96 100644
--- a/perl-Env-Sanctify.spec
+++ b/perl-Env-Sanctify.spec
@@ -1,7 +1,7 @@
 Name:		perl-Env-Sanctify
 Summary:	Lexically scoped sanctification of %%ENV
-Version:	1.06
-Release:	6%{?dist}
+Version:	1.08
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/Env-Sanctify/
@@ -11,6 +11,8 @@ BuildArch:	noarch
 # Build
 BuildRequires:	perl(ExtUtils::MakeMaker)
 # Test suite
+BuildRequires:	perl(IO::Handle)
+BuildRequires:	perl(IPC::Open3)
 BuildRequires:	perl(Pod::Coverage::TrustPod)
 BuildRequires:	perl(Test::More)
 BuildRequires:	perl(Test::Pod)
@@ -41,7 +43,7 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{_fixperms} %{buildroot}
 
 %check
-make test RELEASE_TESTING=1
+make test AUTHOR_TESTING=1 RELEASE_TESTING=1
 
 %clean
 rm -rf %{buildroot}
@@ -52,6 +54,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Env::Sanctify.3pm*
 
 %changelog
+* Thu Sep  5 2013 Paul Howarth <paul at city-fan.org> - 1.08-1
+- Update to 1.08
+  - Document caveats about redefining the sanctify object (CPAN RT#46929)
+- BR: perl(IO::Handle) and perl(IPC::Open3) for the test suite
+- Run test suite with AUTHOR_TESTING
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.06-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 14f2595..8b2e796 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-30a69f7fcb26cad7c483f6a3a063c982  Env-Sanctify-1.06.tar.gz
+90a6b5fa43bda6014d514a4022db3f7c  Env-Sanctify-1.08.tar.gz


More information about the scm-commits mailing list