commit 6abc9487b41f8d705baacfe6da74251e3e58da8d Author: Tom Callaway <spot@xxxxxxxxxxxxxxxxx> Date: Wed Dec 19 18:53:25 2007 +0000 1.201 .gitignore | 2 +- perl-PPI.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) --- diff --git a/.gitignore b/.gitignore index bd03b1b..43ffbdc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -PPI-1.118.tar.gz +PPI-1.201.tar.gz diff --git a/perl-PPI.spec b/perl-PPI.spec index c21110a..1b0956f 100644 --- a/perl-PPI.spec +++ b/perl-PPI.spec @@ -1,5 +1,5 @@ Name: perl-PPI -Version: 1.118 +Version: 1.201 Release: 1%{?dist} Summary: Parse, Analyze and Manipulate Perl @@ -11,10 +11,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # Perl core modules -BuildRequires: perl(List::Util) >= 1.17 +# 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.17 +BuildRequires: perl(Clone) >= 0.22 BuildRequires: perl(File::Remove) >= 0.22 BuildRequires: perl(IO::String) >= 1.07 BuildRequires: perl(List::MoreUtils) >= 0.13 @@ -62,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Dec 19 2007 Tom "spot" Callaway <tcallawa@xxxxxxxxxx> - 1.201-1 +- bump to 1.201 + * Sat Sep 23 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.118-1 - Update to 1.118. diff --git a/sources b/sources index 0a6142b..2629f42 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -189ca5c1fa39c403f65e28967985f4cb PPI-1.118.tar.gz +dc7c5df06632764e4641151fd15046db PPI-1.201.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