diff --git a/.cvsignore b/.cvsignore index bd03b1b..43ffbdc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 - 1.201-1 +- bump to 1.201 + * Sat Sep 23 2006 Jose Pedro Oliveira - 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