0.20
This commit is contained in:
parent
56e631f55c
commit
a124a5b383
@ -1 +1,2 @@
|
||||
Clone-0.18.tar.gz
|
||||
Clone-0.20.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user