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

Paul Howarth pghmcfc at fedoraproject.org
Sat Apr 26 19:33:04 UTC 2014


commit b50d30a03a93b0a82a2e9471b21747bcf68465dc
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Apr 26 20:32:12 2014 +0100

    Update to 3.0104
    
    - New upstream release 3.0104
      - Add t/z_leaktrace.t
      - Restore build on C89
      - Fix small cxt->sv_json leak on interp exit

 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 61fb262..0a3ca52 100644
--- a/perl-Cpanel-JSON-XS.spec
+++ b/perl-Cpanel-JSON-XS.spec
@@ -1,6 +1,6 @@
 Name:		perl-Cpanel-JSON-XS
 Summary:	JSON::XS for Cpanel, fast and correct serializing
-Version:	3.0103
+Version:	3.0104
 Release:	1%{?dist}
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/Cpanel-JSON-XS/
@@ -21,6 +21,7 @@ BuildRequires:	perl(YAML)
 # Test Suite
 BuildRequires:	perl(common::sense) >= 3.5
 BuildRequires:	perl(Config)
+BuildRequires:	perl(constant)
 BuildRequires:	perl(Data::Dumper)
 BuildRequires:	perl(Encode) >= 1.9081
 BuildRequires:	perl(Hash::Util)
@@ -28,7 +29,8 @@ BuildRequires:	perl(JSON)
 BuildRequires:	perl(JSON::XS)
 BuildRequires:	perl(strict)
 BuildRequires:	perl(Test)
-BuildRequires:	perl(Test::More)
+BuildRequires:	perl(Test::LeakTrace)
+BuildRequires:	perl(Test::More) >= 0.88
 BuildRequires:	perl(Tie::Array)
 BuildRequires:	perl(Tie::Hash)
 BuildRequires:	perl(utf8)
@@ -90,6 +92,12 @@ make test IS_MAINTAINER=1 RELEASE_TESTING=1
 %{_mandir}/man3/Cpanel::JSON::XS::Boolean.3pm*
 
 %changelog
+* Sat Apr 26 2014 Paul Howarth <paul at city-fan.org> - 3.0104-1
+- Update to 3.0104
+  - Add t/z_leaktrace.t
+  - Restore build on C89
+  - Fix small cxt->sv_json leak on interp exit
+
 * Tue Apr 22 2014 Paul Howarth <paul at city-fan.org> - 3.0103-1
 - Update to 3.0103
   - Change booleans interop logic (again) for JSON-XS-3.01
diff --git a/sources b/sources
index b89fcaa..8db64c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa93ea99d9d52aea634371654be76540  Cpanel-JSON-XS-3.0103.tar.gz
+9ddb6ca3dc80ce965181f15fc7df8062  Cpanel-JSON-XS-3.0104.tar.gz



More information about the perl-devel mailing list