commit 6b99baa9c39453ee5dbdb5b5c2c015addd8e7b95 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Fri Mar 7 13:55:49 2014 +0000 Update to 0.022 - New upstream release 0.022 - Cleaned up remains of former functions - Skip IO layers on <5.8 for 5.6 compatibility - Don't swallow pl2bat exceptions - Drop patch for using Text::ParseWords < 3.24; even EL-5 has it ExtUtils-Helpers-0.016-old-Text::ParseWords.patch | 11 ------- perl-ExtUtils-Helpers.spec | 30 +++++++++++--------- sources | 2 +- 3 files changed, 17 insertions(+), 26 deletions(-) --- diff --git a/perl-ExtUtils-Helpers.spec b/perl-ExtUtils-Helpers.spec index aca8e01..fb83a3a 100644 --- a/perl-ExtUtils-Helpers.spec +++ b/perl-ExtUtils-Helpers.spec @@ -1,18 +1,14 @@ -# We don't really need Text::ParseWords ≥ 3.24 -%global old_tpw %(perl -MText::ParseWords -e 'print (($Text::ParseWords::VERSION) < 3.24 ? 1 : 0);' 2>/dev/null || echo 0) - # Test suite needs patching if we have Test::More < 0.88 %global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION) < 0.88 ? 1 : 0);' 2>/dev/null || echo 0) Name: perl-ExtUtils-Helpers -Version: 0.021 -Release: 4%{?dist} +Version: 0.022 +Release: 1%{?dist} Summary: Various portability utilities for module builders Group: Development/Libraries License: GPL+ or Artistic URL: https://metacpan.org/release/ExtUtils-Helpers Source0: http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-%{version}.tar.gz -Patch2: ExtUtils-Helpers-0.016-old-Text::ParseWords.patch Patch3: ExtUtils-Helpers-0.021-old-Test::More.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch @@ -26,11 +22,15 @@ BuildRequires: perl(File::Basename) BuildRequires: perl(File::Copy) BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(Module::Load) -BuildRequires: perl(Text::ParseWords) >= 3.22 +BuildRequires: perl(strict) +BuildRequires: perl(Text::ParseWords) >= 3.24 +BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(Cwd) -BuildRequires: perl(File::Find) -BuildRequires: perl(File::Temp) +BuildRequires: perl(File::Spec) +BuildRequires: perl(IO::Handle) +BuildRequires: perl(IPC::Open3) +BuildRequires: perl(lib) BuildRequires: perl(Test::More) # Release Tests # perl-Pod-Coverage-TrustPod -> perl-Pod-Eventual -> perl-Mixin-Linewise -> @@ -50,11 +50,6 @@ modules. %prep %setup -q -n ExtUtils-Helpers-%{version} -# We don't really need Text::ParseWords ≥ 3.24 -%if %{old_tpw} -%patch2 -%endif - # Test suite needs patching if we have Test::More < 0.88 %if %{old_test_more} %patch3 @@ -85,6 +80,13 @@ rm -rf %{buildroot} %{_mandir}/man3/ExtUtils::Helpers::Windows.3pm* %changelog +* Fri Mar 7 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 0.022-1 +- Update to 0.022 + - Cleaned up remains of former functions + - Skip IO layers on <5.8 for 5.6 compatibility + - Don't swallow pl2bat exceptions +- Drop patch for using Text::ParseWords < 3.24; even EL-5 has it + * Wed Sep 4 2013 Paul Howarth <paul@xxxxxxxxxxxx> - 0.021-4 - Skip the release tests when bootstrapping diff --git a/sources b/sources index 1488811..c0054e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -94aa8eaf92def26d9af0cb25fcb1570f ExtUtils-Helpers-0.021.tar.gz +cf4fd6f8caa6daac33b1111c9e93162b ExtUtils-Helpers-0.022.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel