Fix memory leaks with Clone 0.27
This commit is contained in:
parent
981444af44
commit
5376676cb3
@ -1 +1,2 @@
|
||||
Clone-0.22.tar.gz
|
||||
Clone-0.27.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Clone
|
||||
Version: 0.22
|
||||
Version: 0.27
|
||||
Release: 1%{?dist}
|
||||
Summary: Recursively copy perl datatypes
|
||||
Group: Development/Libraries
|
||||
@ -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), perl(Taint::Runtime)
|
||||
BuildRequires: perl(ExtUtils::ParseXS), perl(Taint::Runtime), perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 27 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.27-1
|
||||
- bump to 0.27
|
||||
|
||||
* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.22-1
|
||||
- bump to 0.22
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user