rpms/perl-Clone/EL-4 perl-Clone.spec,1.3,1.4 sources,1.3,1.4

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Jul 27 20:56:59 UTC 2007


Author: spot

Update of /cvs/extras/rpms/perl-Clone/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9824/EL-4

Modified Files:
	perl-Clone.spec sources 
Log Message:

Fix memory leaks with Clone 0.27



Index: perl-Clone.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Clone/EL-4/perl-Clone.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Clone.spec	1 Apr 2006 00:33:28 -0000	1.3
+++ perl-Clone.spec	27 Jul 2007 20:56:26 -0000	1.4
@@ -1,5 +1,5 @@
 Name:           perl-Clone
-Version:        0.20
+Version:        0.27
 Release:        1%{?dist}
 Summary:        Recursively copy perl datatypes
 Group:          Development/Libraries
@@ -8,7 +8,7 @@
 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,15 @@
 
 
 %changelog
+* Fri Jul 27 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.27-1
+- bump to 0.27
+
+* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.22-1
+- bump to 0.22
+
+* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.20-2
+- bump for fc6
+
 * Fri Mar 31 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.20-1
 - bump to 0.20
 - new BR: perl-Taint-Runtime


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Clone/EL-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	1 Apr 2006 00:33:28 -0000	1.3
+++ sources	27 Jul 2007 20:56:26 -0000	1.4
@@ -1 +1 @@
-f369cb742a92733688a9a7b8514a2538  Clone-0.20.tar.gz
+8f4ec3080272434f417d5e67a42163fc  Clone-0.27.tar.gz




More information about the fedora-extras-commits mailing list