>From c9b085c52d8e456c37a27966d092adc583711d76 Mon Sep 17 00:00:00 2001
From: Paul Howarth <[email protected]>
Date: Tue, 1 Dec 2015 11:36:55 +0000
Subject: Update to 3.0206

- New upstream release 3.0206
  - Add support for escape_slash from JSON::PP (GH#47)
  - Map sort_by to canonical from JSON::PP (GH#47); reverse sort or sort by
    custom keys not yet possible/silently ignored
  - Add support for allow_singlequote from JSON::PP (GH#47)
  - Add support for allow_barekey from JSON::PP (GH#47)
  - Add support for allow_bignum from JSON::PP (GH#47)
  - relaxed uses now also allow_singlequote and allow_barekey
  - Fixed t/20_unknown.t: SKIP when JSON is not available (GH#45)
  - Fixed t/55_modifiable.t: Broaden the is check of true <5.12 (GH#45)
  - Add t/zero-mojibake.t from JSON::PP testing all supported decoding options:
    none, utf8, ascii, latin1, binary
---
 perl-Cpanel-JSON-XS.spec | 22 ++++++++++++++++++++--
 sources                  |  2 +-
 2 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec
index 91fd624..e62c8f8 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.0205
+Version:       3.0206
 Release:       1%{?dist}
 License:       GPL+ or Artistic
 URL:           http://search.cpan.org/dist/Cpanel-JSON-XS/
@@ -28,8 +28,9 @@ BuildRequires:        perl(YAML)
 # Test Suite
 BuildRequires: perl(constant)
 BuildRequires: perl(Data::Dumper)
+BuildRequires: perl(Devel::Peek)
 BuildRequires: perl(Encode) >= 1.9081
-BuildRequires: perl(JSON)
+BuildRequires: perl(lib)
 BuildRequires: perl(strict)
 BuildRequires: perl(Test)
 BuildRequires: perl(Test::More) >= 0.88
@@ -50,11 +51,14 @@ BuildRequires:      perl(warnings)
 # Optional Tests
 BuildRequires: perl(common::sense) >= 3.5
 BuildRequires: perl(Hash::Util)
+BuildRequires: perl(JSON)
 BuildRequires: perl(JSON::XS)
+BuildRequires: perl(Math::BigInt)
 %if 0%{?fedora:1}
 BuildRequires: perl(Mojo::JSON) >= 6.11
 %endif
 BuildRequires: perl(Test::LeakTrace)
+BuildRequires: perl(Tie::IxHash)
 BuildRequires: perl(Time::Piece)
 # Maintainer Tests
 BuildRequires: perl(Class::XSAccessor)
@@ -120,6 +124,20 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1}
 %{_mandir}/man3/Cpanel::JSON::XS::Boolean.3*
 
 %changelog
+* Tue Dec  1 2015 Paul Howarth <[email protected]> - 3.0206-1
+- Update to 3.0206
+  - Add support for escape_slash from JSON::PP (GH#47)
+  - Map sort_by to canonical from JSON::PP (GH#47); reverse sort or sort by
+    custom keys not yet possible/silently ignored
+  - Add support for allow_singlequote from JSON::PP (GH#47)
+  - Add support for allow_barekey from JSON::PP (GH#47)
+  - Add support for allow_bignum from JSON::PP (GH#47)
+  - relaxed uses now also allow_singlequote and allow_barekey
+  - Fixed t/20_unknown.t: SKIP when JSON is not available (GH#45)
+  - Fixed t/55_modifiable.t: Broaden the is check of true <5.12 (GH#45)
+  - Add t/zero-mojibake.t from JSON::PP testing all supported decoding options:
+    none, utf8, ascii, latin1, binary
+
 * Mon Nov 30 2015 Paul Howarth <[email protected]> - 3.0205-1
 - Update to 3.0205
   - Add t/20_unknown.t tests from JSON::PP, extended
diff --git a/sources b/sources
index 1f283fc..cf04aec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-69db38e85435aba4d6f6c981823a2eb9  Cpanel-JSON-XS-3.0205.tar.gz
+219844fc1aaa7351532ec5db88facd56  Cpanel-JSON-XS-3.0206.tar.gz
-- 
cgit v0.11.2


        
http://pkgs.fedoraproject.org/cgit/perl-Cpanel-JSON-XS.git/commit/?h=master&id=c9b085c52d8e456c37a27966d092adc583711d76
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to