From 27269349f757078e16bf4d46b196eed36b05aea5 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Nov 30 2015 11:22:44 +0000 Subject: Update to 3.0205 - New upstream release 3.0205 - Add t/20_unknown.t tests from JSON::PP, extended - Fix convert_blessed, disallow invalid JSON (GH#46); convert_blessed always now returns a string, even for numbers - Fix encountered GLOB error message (still in JSON::XS, and JSON::PP took over the wrong message too) - Fixed regression of immediate raw values for null/true/false to be modifiable again (GH#45, broken with 3.0201-3.0204) --- diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec index d760f31..91fd624 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.0204 +Version: 3.0205 Release: 1%{?dist} License: GPL+ or Artistic URL: http://search.cpan.org/dist/Cpanel-JSON-XS/ @@ -29,6 +29,7 @@ BuildRequires: perl(YAML) BuildRequires: perl(constant) BuildRequires: perl(Data::Dumper) BuildRequires: perl(Encode) >= 1.9081 +BuildRequires: perl(JSON) BuildRequires: perl(strict) BuildRequires: perl(Test) BuildRequires: perl(Test::More) >= 0.88 @@ -49,7 +50,6 @@ BuildRequires: perl(warnings) # Optional Tests BuildRequires: perl(common::sense) >= 3.5 BuildRequires: perl(Hash::Util) -BuildRequires: perl(JSON) BuildRequires: perl(JSON::XS) %if 0%{?fedora:1} BuildRequires: perl(Mojo::JSON) >= 6.11 @@ -120,6 +120,16 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1} %{_mandir}/man3/Cpanel::JSON::XS::Boolean.3* %changelog +* Mon Nov 30 2015 Paul Howarth - 3.0205-1 +- Update to 3.0205 + - Add t/20_unknown.t tests from JSON::PP, extended + - Fix convert_blessed, disallow invalid JSON (GH#46); convert_blessed always + now returns a string, even for numbers + - Fix encountered GLOB error message (still in JSON::XS, and JSON::PP took + over the wrong message too) + - Fixed regression of immediate raw values for null/true/false to be + modifiable again (GH#45, broken with 3.0201-3.0204) + * Fri Nov 27 2015 Paul Howarth - 3.0204-1 - Update to 3.0204 - Fix is_bool with JSON::XS >3.0 interop (GH#44) diff --git a/sources b/sources index 4848935..1f283fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -437869a17331e9b99b6de3c64b13591a Cpanel-JSON-XS-3.0204.tar.gz +69db38e85435aba4d6f6c981823a2eb9 Cpanel-JSON-XS-3.0205.tar.gz