rpms/perl-Clone/FC-6 perl-Clone.spec,1.5,1.6 sources,1.4,1.5

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


Author: spot

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

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/FC-6/perl-Clone.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-Clone.spec	18 Jan 2007 00:05:08 -0000	1.5
+++ perl-Clone.spec	27 Jul 2007 20:56:35 -0000	1.6
@@ -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 @@
 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 @@
 
 
 %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
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Clone/FC-6/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	18 Jan 2007 00:05:08 -0000	1.4
+++ sources	27 Jul 2007 20:56:35 -0000	1.5
@@ -1 +1 @@
-f70af2c46fbb60acc4388908bfd37c2f  Clone-0.22.tar.gz
+8f4ec3080272434f417d5e67a42163fc  Clone-0.27.tar.gz




More information about the fedora-extras-commits mailing list