rpms/perl-Cache-FastMmap/devel perl-Cache-FastMmap.spec,1.7,1.8

Iain Arnell iarnell at fedoraproject.org
Fri Feb 12 08:47:23 UTC 2010


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Cache-FastMmap/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9369

Modified Files:
	perl-Cache-FastMmap.spec 
Log Message:
* Fri Feb 12 2010 Iain Arnell <iarnell at gmail.com> 1.34-5
- use perl_default_filter



Index: perl-Cache-FastMmap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Cache-FastMmap/devel/perl-Cache-FastMmap.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-Cache-FastMmap.spec	8 Dec 2009 04:56:12 -0000	1.7
+++ perl-Cache-FastMmap.spec	12 Feb 2010 08:47:23 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           perl-Cache-FastMmap
 Version:        1.34
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Uses an mmap'ed file to act as a shared memory interprocess cache
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,10 +9,13 @@ Source0:        http://www.cpan.org/auth
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
+# rt #39342 - fails leak test
 #BuildRequires:  perl(GTop)
 BuildRequires:  perl(Compress::Zlib)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 In multi-process environments (eg mod_perl, forking daemons, etc),
 it's common to want to cache information, but have that cache shared
@@ -55,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 12 2010 Iain Arnell <iarnell at gmail.com> 1.34-5
+- use perl_default_filter
+
 * Tue Dec 08 2009 Iain Arnell <iarnell at gmail.com> 1.34-4
 - drop failing leak test (rt #39342)
 



More information about the scm-commits mailing list