From a3b84e028a35eb9ec652acfd1ec4715d4bd2debf Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sep 05 2013 21:31:36 +0000 Subject: 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 --- 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 - 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 - 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