[perl-Cache-Cache] Update to 1.08

Paul Howarth pghmcfc at fedoraproject.org
Mon Jan 26 08:16:23 UTC 2015


commit 47ad6aa123f3806d321c07d87ad240398a519f93
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Jan 26 08:15:34 2015 +0000

    Update to 1.08
    
    - New upstream release 1.08
      - Try to avoid some race conditions
      - Typo fixes
    - This release by RJBS → update source URL
    - Use %license
    - Make %files list more explicit

 .gitignore                                         |    3 +-
 ...che-1.06-Make-tests-aware-of-running-time.patch |  144 --------------------
 perl-Cache-Cache.spec                              |   43 +++++--
 sources                                            |    2 +-
 4 files changed, 36 insertions(+), 156 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a905453..b3ea29e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-Cache-Cache-1.06.tar.gz
-/Cache-Cache-1.07.tar.gz
+/Cache-Cache-[0-9.]*.tar.gz
diff --git a/perl-Cache-Cache.spec b/perl-Cache-Cache.spec
index 440afa5..5f3b586 100644
--- a/perl-Cache-Cache.spec
+++ b/perl-Cache-Cache.spec
@@ -1,13 +1,11 @@
 Name:           perl-Cache-Cache
-Version:        1.07
+Version:        1.08
 Release:        1%{?dist}
 Summary:        Generic cache interface and implementations
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Cache-Cache/
-Source0:        http://www.cpan.org/authors/id/J/JS/JSWARTZ/Cache-Cache-%{version}.tar.gz
-# Fix time races in tests, bug #1112553, CPAN RT#88418
-Patch0:         Cache-Cache-1.06-Make-tests-aware-of-running-time.patch
+Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Cache-Cache-%{version}.tar.gz
 BuildArch:      noarch
 # Build
 BuildRequires:  perl
@@ -37,7 +35,6 @@ of the filesystem or shared memory.
 
 %prep
 %setup -q -n Cache-Cache-%{version}
-%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -46,17 +43,45 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} +
-%{_fixperms} %{buildroot}/*
+%{_fixperms} %{buildroot}
 
 %check
 make test
 
 %files
-%doc CHANGES COPYING CREDITS DISCLAIMER README STYLE
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%license COPYING
+%doc CHANGES CREDITS DISCLAIMER README STYLE
+%{perl_vendorlib}/Cache/
+%{_mandir}/man3/Cache::BaseCache.3*
+%{_mandir}/man3/Cache::BaseCacheTester.3*
+%{_mandir}/man3/Cache::Cache.3*
+%{_mandir}/man3/Cache::CacheMetaData.3*
+%{_mandir}/man3/Cache::CacheSizer.3*
+%{_mandir}/man3/Cache::CacheTester.3*
+%{_mandir}/man3/Cache::CacheUtils.3*
+%{_mandir}/man3/Cache::FileBackend.3*
+%{_mandir}/man3/Cache::FileCache.3*
+%{_mandir}/man3/Cache::MemoryBackend.3*
+%{_mandir}/man3/Cache::MemoryCache.3*
+%{_mandir}/man3/Cache::NullCache.3*
+%{_mandir}/man3/Cache::Object.3*
+%{_mandir}/man3/Cache::SharedMemoryBackend.3*
+%{_mandir}/man3/Cache::SharedMemoryCache.3*
+%{_mandir}/man3/Cache::SizeAwareCache.3*
+%{_mandir}/man3/Cache::SizeAwareCacheTester.3*
+%{_mandir}/man3/Cache::SizeAwareFileCache.3*
+%{_mandir}/man3/Cache::SizeAwareMemoryCache.3*
+%{_mandir}/man3/Cache::SizeAwareSharedMemoryCache.3*
 
 %changelog
+* Mon Jan 26 2015 Paul Howarth <paul at city-fan.org> - 1.08-1
+- Update to 1.08
+  - Try to avoid some race conditions
+  - Typo fixes
+- This release by RJBS → update source URL
+- Use %%license
+- Make %%files list more explicit
+
 * Wed Nov 12 2014 Petr Šabata <contyk at redhat.com> - 1.07-1
 - 1.07 bump
 
diff --git a/sources b/sources
index 67cf051..0766cee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5274ca0d9f4d3eaef052cad6eecf7baf  Cache-Cache-1.07.tar.gz
+c18bfc823055d1df5255ae834e161749  Cache-Cache-1.08.tar.gz



More information about the perl-devel mailing list