[perl-JSON-Any] Update to 1.32

Emmanuel Seyman eseyman at fedoraproject.org
Sun Nov 10 08:49:56 UTC 2013


commit 8b8fd70b0c7c3b66fc799094eaf01bd34a4f734f
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Nov 10 09:50:11 2013 +0100

    Update to 1.32

 .gitignore         |    1 +
 perl-JSON-Any.spec |   19 +++++++++++++------
 sources            |    2 +-
 3 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 22dcc40..e5b8bad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ JSON-Any-1.22.tar.gz
 /JSON-Any-1.25.tar.gz
 /JSON-Any-1.29.tar.gz
 /JSON-Any-1.30.tar.gz
+/JSON-Any-1.32.tar.gz
diff --git a/perl-JSON-Any.spec b/perl-JSON-Any.spec
index d4db586..1e1af4d 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.30
-Release:        2%{?dist}
+Version:        1.32
+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 
@@ -11,14 +11,21 @@ BuildArch:      noarch
 
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(CPAN)
+# Not in Fedora
+# BuildRequires:  perl(Cpanel::JSON::XS)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Devel::StringInfo)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(JSON)
+# Not in Fedora
+# BuildRequires:  perl(JSON::DWIW)
+BuildRequires:  perl(JSON::PP)
 BuildRequires:  perl(JSON::Syck)
 BuildRequires:  perl(JSON::XS) >= 1.52
 BuildRequires:  perl(Storable)
 BuildRequires:  perl(Test::More) >= 0.42
+BuildRequires:  perl(Test::Requires)
+BuildRequires:  perl(Test::Without::Module)
 
 Requires:       perl(Carp)
 Requires:       perl(JSON::XS) >= 1.52
@@ -35,9 +42,6 @@ currently on CPAN.
 
 find .  -type f -exec chmod -c -x {} +
 
-cat Changes | iconv -f ISO-8859-1 -t UTF-8 > Changes.foo
-mv  Changes.foo Changes
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor --default
 make
@@ -54,11 +58,14 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%doc Changes README
+%doc CHANGES README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Nov 10 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 1.32-1
+- Update to 1.32
+
 * Sat Aug 03 2013 Petr Pisar <ppisar at redhat.com> - 1.30-2
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index 08f8dae..c59f648 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b96b5032e329c996a7f9fc5ccffdb0a9  JSON-Any-1.30.tar.gz
+723886f48b820faad0c1306a036e73bd  JSON-Any-1.32.tar.gz


More information about the scm-commits mailing list