Fix memory leaks with Clone 0.27

This commit is contained in:
Tom Callaway 2007-07-27 20:56:38 +00:00
parent 981444af44
commit 5376676cb3
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1,2 @@
Clone-0.22.tar.gz
Clone-0.27.tar.gz

View File

@ -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

View File

@ -1 +1 @@
f70af2c46fbb60acc4388908bfd37c2f Clone-0.22.tar.gz
8f4ec3080272434f417d5e67a42163fc Clone-0.27.tar.gz