[perl-JSON-Any] Update to 1.29 and remove the defattr macro

Emmanuel Seyman eseyman at fedoraproject.org
Thu Jan 12 14:20:20 UTC 2012


commit 47ae5baa5be5ef3ef8960bfe88022c61addbb226
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Thu Jan 12 15:20:16 2012 +0100

    Update to 1.29 and remove the defattr macro

 .gitignore         |    1 +
 perl-JSON-Any.spec |    9 ++++++---
 sources            |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 152aa68..c9a4df2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 JSON-Any-1.22.tar.gz
 /JSON-Any-1.25.tar.gz
+/JSON-Any-1.29.tar.gz
diff --git a/perl-JSON-Any.spec b/perl-JSON-Any.spec
index 6a86454..6c13f89 100644
--- a/perl-JSON-Any.spec
+++ b/perl-JSON-Any.spec
@@ -1,7 +1,7 @@
 Name:           perl-JSON-Any
 Summary:        A meta-module to make working with JSON easier
-Version:        1.25
-Release:        3%{?dist}
+Version:        1.29
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/JSON-Any-%{version}.tar.gz 
@@ -51,12 +51,15 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 12 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 1.29-1
+- Update to 1.29
+- Remove the defattr macro (no longer used)
+
 * Wed Jul 20 2011 Petr Sabata <contyk at redhat.com> - 1.25-3
 - Perl mass rebuild
 
diff --git a/sources b/sources
index e1697c5..e5c5f16 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-10de13ce9ee9ec14336ee1d3b70b3ab0  JSON-Any-1.25.tar.gz
+f7eea523d532668555456e4153334342  JSON-Any-1.29.tar.gz


More information about the scm-commits mailing list