From 5376676cb30ffe308bc95b797d1b708da1bd49aa Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 27 Jul 2007 20:56:38 +0000 Subject: [PATCH] Fix memory leaks with Clone 0.27 --- .cvsignore | 1 + perl-Clone.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index a4df0b0..6d38f5d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ Clone-0.22.tar.gz +Clone-0.27.tar.gz diff --git a/perl-Clone.spec b/perl-Clone.spec index 30f10b4..3a205b7 100644 --- a/perl-Clone.spec +++ b/perl-Clone.spec @@ -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 0.27-1 +- bump to 0.27 + * Wed Jan 17 2007 Tom "spot" Callaway 0.22-1 - bump to 0.22 diff --git a/sources b/sources index b38d282..1813576 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f70af2c46fbb60acc4388908bfd37c2f Clone-0.22.tar.gz +8f4ec3080272434f417d5e67a42163fc Clone-0.27.tar.gz