[perl-PPI/el5] Tweak buildreqs

Paul Howarth pghmcfc at fedoraproject.org
Sun Mar 18 12:43:33 UTC 2012


commit be3227fa0fd84a97c6985cce2cdc1e5e5baaf21f
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Mar 18 12:21:48 2012 +0000

    Tweak buildreqs
    
    - Bump List::Util version requirement to 1.19 as per upstream
    - BR: perl(Task::Weaken)

 perl-PPI.spec |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/perl-PPI.spec b/perl-PPI.spec
index 1b0956f..b9bd6c4 100644
--- a/perl-PPI.spec
+++ b/perl-PPI.spec
@@ -1,26 +1,21 @@
 Name:           perl-PPI
 Version:        1.201
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Parse, Analyze and Manipulate Perl
-
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/PPI/
 Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/PPI-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch
-# Perl core modules
-# This is a bit of a lie, it really wants 1.19, but its only to fix a Windows memory leak.
-# Fix this to be correct when we get new core perl.
-BuildRequires:  perl(List::Util) >= 1.18
-BuildRequires:  perl(Storable) >= 2.14
-# CPAN modules
 BuildRequires:  perl(Clone) >= 0.22
 BuildRequires:  perl(File::Remove) >= 0.22
 BuildRequires:  perl(IO::String) >= 1.07
 BuildRequires:  perl(List::MoreUtils) >= 0.13
+BuildRequires:  perl(List::Util) >= 1.19
 BuildRequires:  perl(Params::Util) >= 0.10
+BuildRequires:  perl(Storable) >= 2.14
+BuildRequires:  perl(Task::Weaken)
 BuildRequires:  perl(Test::ClassAPI) >= 1.02
 BuildRequires:  perl(Test::SubCalls) >= 0.01
 BuildRequires:  perl(Test::Object) >= 0.06
@@ -64,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar 14 2012 Paul Howarth <paul at city-fan.org> - 1.201-2
+- Bump List::Util version requirement to 1.19 as per upstream
+- BR: perl(Task::Weaken)
+
 * Wed Dec 19 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.201-1
 - bump to 1.201
 



More information about the perl-devel mailing list