[perl-Cache-FastMmap] update to 1.39

Iain Arnell iarnell at fedoraproject.org
Wed Jul 27 15:32:10 UTC 2011


commit 57f3206d70dc721625c44031684d35824a398f79
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Jul 24 08:10:19 2011 +0200

    update to 1.39

 .gitignore               |    1 +
 perl-Cache-FastMmap.spec |   20 +++++++-------------
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b69ee14..a8e202a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Cache-FastMmap-1.35.tar.gz
 /Cache-FastMmap-1.36.tar.gz
+/Cache-FastMmap-1.39.tar.gz
diff --git a/perl-Cache-FastMmap.spec b/perl-Cache-FastMmap.spec
index 99cddfa..311c6cb 100644
--- a/perl-Cache-FastMmap.spec
+++ b/perl-Cache-FastMmap.spec
@@ -1,12 +1,11 @@
 Name:           perl-Cache-FastMmap
-Version:        1.36
-Release:        3%{?dist}
+Version:        1.39
+Release:        1%{?dist}
 Summary:        Uses an mmap'ed file to act as a shared memory interprocess cache
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Cache-FastMmap/
 Source0:        http://www.cpan.org/authors/id/R/RO/ROBM/Cache-FastMmap-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(GTop)
@@ -24,17 +23,11 @@ situation better.
 %prep
 %setup -q -n Cache-FastMmap-%{version}
 
-# rt #39342 - fails leak test
-# remove failing test
-rm t/6.t
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -46,17 +39,18 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Cache*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 26 2011 Iain Arnell <iarnell at gmail.com> 1.39-1
+- update to latest upstream
+- clean up spec for modern rpmbuild
+- re-enable leak test t/6.t
+
 * Mon Jun 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.36-3
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 20877cb..9a02629 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d13b3b3a4b7784ecfc99f2c586985796  Cache-FastMmap-1.36.tar.gz
+988a3aa2d9c0dd96bb39c68d7330618b  Cache-FastMmap-1.39.tar.gz


More information about the scm-commits mailing list