[perl-Env-Sanctify] Update to 1.06

Paul Howarth pghmcfc at fedoraproject.org
Thu Mar 15 13:13:58 UTC 2012


commit 97ffdb1198729ce3f844d0146d4da8fe7c5b563e
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Mar 15 13:13:08 2012 +0000

    Update to 1.06
    
    - New upstream release 1.06
      - Convert distribution to dzil using dzooky (fixes CPAN RT#75714)
    - BR: perl(Pod::Coverage::TrustPod)
    - Module::Install no longer bundled, so drop buildreqs needed by it
    - Drop UTF8 patch, no longer needed

 Env-Sanctify-1.04-UTF8.patch |   11 -----------
 perl-Env-Sanctify.spec       |   22 +++++++++++-----------
 sources                      |    2 +-
 3 files changed, 12 insertions(+), 23 deletions(-)
---
diff --git a/perl-Env-Sanctify.spec b/perl-Env-Sanctify.spec
index e5a6709..37b8b25 100644
--- a/perl-Env-Sanctify.spec
+++ b/perl-Env-Sanctify.spec
@@ -1,21 +1,17 @@
 Name:		perl-Env-Sanctify
 Summary:	Lexically scoped sanctification of %%ENV
-Version:	1.04
-Release:	2%{?dist}
+Version:	1.06
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/Env-Sanctify/
 Source0:	http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Env-Sanctify-%{version}.tar.gz
-Patch0:		Env-Sanctify-1.04-UTF8.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 # Build
-BuildRequires:	perl(base)
-BuildRequires:	perl(Cwd)
 BuildRequires:	perl(ExtUtils::MakeMaker)
-BuildRequires:	perl(File::Path)
-BuildRequires:	perl(File::Spec)
 # Test suite
+BuildRequires:	perl(Pod::Coverage::TrustPod)
 BuildRequires:	perl(Test::More)
 BuildRequires:	perl(Test::Pod)
 BuildRequires:	perl(Test::Pod::Coverage)
@@ -34,9 +30,6 @@ inherit.
 %prep
 %setup -q -n Env-Sanctify-%{version}
 
-# Recode documentation as UTF-8
-%patch0
-
 %build
 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -48,7 +41,7 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{_fixperms} %{buildroot}
 
 %check
-make test
+make test RELEASE_TESTING=1
 
 %clean
 rm -rf %{buildroot}
@@ -59,6 +52,13 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Env::Sanctify.3pm*
 
 %changelog
+* Thu Mar 15 2012 Paul Howarth <paul at city-fan.org> - 1.06-1
+- Update to 1.06
+  - Convert distribution to dzil using dzooky (fixes CPAN RT#75714)
+- BR: perl(Pod::Coverage::TrustPod)
+- Module::Install no longer bundled, so drop buildreqs needed by it
+- Drop UTF8 patch, no longer needed
+
 * Mon Mar 12 2012 Paul Howarth <paul at city-fan.org> - 1.04-2
 - Add buildreqs for modules used by bundled Module::Install (#802377)
 
diff --git a/sources b/sources
index 9dd342c..14f2595 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-304b28041d75f64da4551e4db238d354  Env-Sanctify-1.04.tar.gz
+30a69f7fcb26cad7c483f6a3a063c982  Env-Sanctify-1.06.tar.gz


More information about the scm-commits mailing list