diff --git a/Env-Sanctify-1.04-UTF8.patch b/Env-Sanctify-1.04-UTF8.patch deleted file mode 100644 index be6f12f..0000000 --- a/Env-Sanctify-1.04-UTF8.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- README -+++ README -@@ -50,7 +50,7 @@ - Chris "BinGOs" Williams - - LICENSE -- Copyright © Chris Williams -+ Copyright © Chris Williams - - This module may be used, modified, and distributed under the same terms - as Perl itself. Please see the license that came with your Perl 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 - 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 - 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