[perl-JSON-XS] Update to 3.01

Emmanuel Seyman eseyman at fedoraproject.org
Sun Nov 3 10:21:12 UTC 2013


commit 4d6177df53c76a984f030d8111d5b31adbf068ad
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Nov 3 11:21:26 2013 +0100

    Update to 3.01

 .gitignore        |    1 +
 perl-JSON-XS.spec |   10 +++++++---
 sources           |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e11f729..28001ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ JSON-XS-2.27.tar.gz
 /JSON-XS-2.32.tar.gz
 /JSON-XS-2.33.tar.gz
 /JSON-XS-2.34.tar.gz
+/JSON-XS-3.01.tar.gz
diff --git a/perl-JSON-XS.spec b/perl-JSON-XS.spec
index 953b625..a063245 100644
--- a/perl-JSON-XS.spec
+++ b/perl-JSON-XS.spec
@@ -1,8 +1,8 @@
 Name:           perl-JSON-XS
-Summary:        JSON serialising/deserialising, done correctly and fast
+Summary:        JSON serializing/deserializing, done correctly and fast
 Epoch:          1
-Version:        2.34
-Release:        3%{?dist}
+Version:        3.01
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/JSON-XS/
@@ -18,6 +18,7 @@ BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(Storable)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Types::Serialiser)
 BuildRequires:  perl(XSLoader)
 
 %{?perl_default_filter}
@@ -59,6 +60,9 @@ make test
 %{_mandir}/man[13]/*
 
 %changelog
+* Sun Nov 03 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 1:3.01-1
+- Update to 3.01
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:2.34-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 4ca2ee3..4268a02 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dda3c03335665cdeff91c37a269b833b  JSON-XS-2.34.tar.gz
+b7be65295baf6dd9233c6494782c1153  JSON-XS-3.01.tar.gz



More information about the perl-devel mailing list