[perl-Cpanel-JSON-XS] Update to 3.0101

Paul Howarth pghmcfc at fedoraproject.org
Wed Apr 16 08:34:29 UTC 2014


commit 76ce489e450cff56bebfe981b0ff7cb3c3d08375
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Apr 16 09:33:44 2014 +0100

    Update to 3.0101
    
    - New upstream release 3.0101
      - Added ithreads support: Cpanel::JSON::XS is now thread-safe
      - const'ed a translation table for memory savings
      - Fixed booleans for JSON 2.9 and JSON-XS-3.01 interop; JSON does not
        support JSON::XS booleans anymore, so I cannot think of any reason to
        still use JSON::XS

 perl-Cpanel-JSON-XS.spec |   12 ++++++++++--
 sources                  |    2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec
index 7a63993..8a8d86c 100644
--- a/perl-Cpanel-JSON-XS.spec
+++ b/perl-Cpanel-JSON-XS.spec
@@ -3,8 +3,8 @@
 
 Name:		perl-Cpanel-JSON-XS
 Summary:	JSON::XS for Cpanel, fast and correct serializing
-Version:	2.3404
-Release:	2%{?dist}
+Version:	3.0101
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/Cpanel-JSON-XS/
 Source0:	http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-%{version}.tar.gz
@@ -95,6 +95,14 @@ make test IS_MAINTAINER=1 RELEASE_TESTING=1
 %{_mandir}/man3/Cpanel::JSON::XS::Boolean.3pm*
 
 %changelog
+* Wed Apr 16 2014 Paul Howarth <paul at city-fan.org> - 3.0101-1
+- Update to 3.0101
+  - Added ithreads support: Cpanel::JSON::XS is now thread-safe
+  - const'ed a translation table for memory savings
+  - Fixed booleans for JSON 2.9 and JSON-XS-3.01 interop; JSON does not
+    support JSON::XS booleans anymore, so I cannot think of any reason to
+    still use JSON::XS
+
 * Thu Apr 10 2014 Paul Howarth <paul at city-fan.org> - 2.3404-2
 - Incorporate feedback from package review (#1085975)
   - Simplify %%summary
diff --git a/sources b/sources
index 389ae68..bf7ef08 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6fa33e4f6d5b16bcec62e3340c198437  Cpanel-JSON-XS-2.3404.tar.gz
+622895d23ff710f837a6e82953e15819  Cpanel-JSON-XS-3.0101.tar.gz


More information about the scm-commits mailing list