This commit is contained in:
Tom Callaway 2006-04-01 00:33:30 +00:00
parent 56e631f55c
commit a124a5b383
3 changed files with 9 additions and 4 deletions

View File

@ -1 +1,2 @@
Clone-0.18.tar.gz
Clone-0.20.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Clone
Version: 0.18
Release: 3%{?dist}
Version: 0.20
Release: 1%{?dist}
Summary: Recursively copy perl datatypes
Group: Development/Libraries
License: GPL or Artistic
@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/Clone
Source0: http://search.cpan.org/CPAN/authors/id/R/RD/RDF/Clone-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl(ExtUtils::ParseXS)
BuildRequires: perl(ExtUtils::ParseXS), perl(Taint::Runtime)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -50,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Mar 31 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.20-1
- bump to 0.20
- new BR: perl-Taint-Runtime
* Tue Feb 28 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.18-3
- bump for FC-5

View File

@ -1 +1 @@
7e37be978c939054100f40d64a2850db Clone-0.18.tar.gz
f369cb742a92733688a9a7b8514a2538 Clone-0.20.tar.gz