This commit is contained in:
Tom Callaway 2007-12-19 18:53:25 +00:00
parent 50ebd3043e
commit 9f410469b7
3 changed files with 10 additions and 5 deletions

View File

@ -1 +1 @@
PPI-1.118.tar.gz
PPI-1.201.tar.gz

View File

@ -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@redhat.com> - 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.

View File

@ -1 +1 @@
189ca5c1fa39c403f65e28967985f4cb PPI-1.118.tar.gz
dc7c5df06632764e4641151fd15046db PPI-1.201.tar.gz