[perl-Devel-PatchPerl/el5/master] lower minimum version of IPC::Cmd to 0.38 for el5

Iain Arnell iarnell at fedoraproject.org
Fri May 6 04:10:12 UTC 2011


commit c478722f2f8d4ecd86ba22d4bc24ca761221992f
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri May 6 06:09:11 2011 +0200

    lower minimum version of IPC::Cmd to 0.38 for el5

 perl-Devel-PatchPerl.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/perl-Devel-PatchPerl.spec b/perl-Devel-PatchPerl.spec
index ce76381..3ec401e 100644
--- a/perl-Devel-PatchPerl.spec
+++ b/perl-Devel-PatchPerl.spec
@@ -1,21 +1,22 @@
 Name:           perl-Devel-PatchPerl
 Version:        0.30
-Release:        1%{?dist}
+Release:        1%{?dist}.1
 Summary:        Patch perl source à la Devel::PPPort's buildperl.pl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Devel-PatchPerl/
 Source0:        http://www.cpan.org/authors/id/B/BI/BINGOS/Devel-PatchPerl-%{version}.tar.gz
+Patch0:         el5-versions.patch
 BuildArch:      noarch
 BuildRequires:  perl >= 1:v5.6.0
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::pushd) >= 1.00
 BuildRequires:  perl(IO::File)
-BuildRequires:  perl(IPC::Cmd) >= 0.40
+BuildRequires:  perl(IPC::Cmd) >= 0.38
 BuildRequires:  perl(MIME::Base64)
 BuildRequires:  perl(Test::More)
 Requires:       perl(File::pushd) >= 1.00
-Requires:       perl(IPC::Cmd) >= 0.40
+Requires:       perl(IPC::Cmd) >= 0.38
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
@@ -26,6 +27,7 @@ Devel::PPPort's buildperl.pl.
 
 %prep
 %setup -q -n Devel-PatchPerl-%{version}
+%patch0 -p 1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -51,5 +53,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri May 06 2011 Iain Arnell <iarnell at gmail.com> 0.30-1.1
+- lower minimum version of IPC::Cmd to 0.38 for el5
+
 * Wed Apr 27 2011 Iain Arnell <iarnell at gmail.com> 0.30-1
 - Specfile autogenerated by cpanspec 1.78.



More information about the perl-devel mailing list