[perl-Cache] Update to 2.06

Emmanuel Seyman eseyman at fedoraproject.org
Sun Sep 15 07:41:13 UTC 2013


commit 55b43cd09fd9f1cc561a7e887070991dcd80061e
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Sep 15 09:41:00 2013 +0200

    Update to 2.06

 .gitignore      |    1 +
 perl-Cache.spec |   11 ++++++-----
 sources         |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a11615f..94caa4c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Cache-2.04.tar.gz
 /Cache-2.05.tar.gz
+/Cache-2.06.tar.gz
diff --git a/perl-Cache.spec b/perl-Cache.spec
index 050bd60..31226c4 100644
--- a/perl-Cache.spec
+++ b/perl-Cache.spec
@@ -1,10 +1,9 @@
 Name:           perl-Cache
-Version:        2.05
+Version:        2.06
 Release:        1%{?dist}
 Summary:        The Cache interface
-
-Group:          Development/Libraries
 License:        GPL+ or Artistic
+
 URL:            http://search.cpan.org/dist/Cache
 Source0:        http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Cache-%{version}.tar.gz
 
@@ -86,7 +85,6 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 
 
 %files
-%defattr(-,root,root,-)
 %doc Changes design.dia LICENSE README
 %exclude %{perl_vendorlib}/Cache/Tester.pm
 %exclude %{_mandir}/man3/Cache::Tester.3*
@@ -95,12 +93,15 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 
 
 %files -n perl-Cache-Tester
-%defattr(-,root,root)
 %{perl_vendorlib}/Cache/Tester.pm
 %{_mandir}/man3/Cache::Tester.3*
 
 
 %changelog
+* Sun Sep 15 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 2.06-1
+- Update to 2.06
+- Remove defattr and Group macros (no longer used)
+
 * Sun Sep 08 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 2.05-1
 - Update to 2.05
 - Convert build-system to Module::Build
diff --git a/sources b/sources
index 704b3f1..d036861 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-990d1e9ad09008a03b7b36137a86766c  Cache-2.05.tar.gz
+3a32950926dbe8a4f47870de3a45afbe  Cache-2.06.tar.gz



More information about the perl-devel mailing list