From 62e1502da8274712886c8a8befe1a2db3de97995 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Fri, 28 Oct 2016 14:55:06 +0100
Subject: Update to 3.0220

- New upstream release 3.0220
  - Add comprehensive JSON decode spectests from
    http://seriot.ch/parsing_json.html (GH#72)
  - Decode with BOM (UTF-8, UTF-16, or UTF-32); for now only UTF-8, the others
    error
  - Fixed detection of final \0 as illegal non-whitespace garbage; fixes
    spectest 'n_number_then_00' (GH#72)
  - Changed decode of unicode noncharacters between U+FFFD and U+10FFFF to the
    recommended U+FFFD REPLACEMENT CHARACTER, when not in the binary or relaxed
    mode
---
 perl-Cpanel-JSON-XS.spec | 14 +++++++++++++-
 sources                  |  2 +-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec
index 264a681..541683d 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.0219
+Version:       3.0220
 Release:       1%{?dist}
 License:       GPL+ or Artistic
 URL:           http://search.cpan.org/dist/Cpanel-JSON-XS/
@@ -156,6 +156,18 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1}
 %{_mandir}/man3/Cpanel::JSON::XS::Boolean.3*
 
 %changelog
+* Fri Oct 28 2016 Paul Howarth <p...@city-fan.org> - 3.0220-1
+- Update to 3.0220
+  - Add comprehensive JSON decode spectests from
+    http://seriot.ch/parsing_json.html (GH#72)
+  - Decode with BOM (UTF-8, UTF-16, or UTF-32); for now only UTF-8, the others
+    error
+  - Fixed detection of final \0 as illegal non-whitespace garbage; fixes
+    spectest 'n_number_then_00' (GH#72)
+  - Changed decode of unicode noncharacters between U+FFFD and U+10FFFF to the
+    recommended U+FFFD REPLACEMENT CHARACTER, when not in the binary or relaxed
+    mode
+
 * Wed Oct 26 2016 Paul Howarth <p...@city-fan.org> - 3.0219-1
 - Update to 3.0219
   - Work around mingw 4.0 modfl() bug (Perl RT#125924)
diff --git a/sources b/sources
index f6f2579..8ffc058 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-91ce668c8bf3b6ddc526b4e61f710b2b  Cpanel-JSON-XS-3.0219.tar.gz
+80b6b12bf7c9eb31c3e3ad8e7c5c9d16  Cpanel-JSON-XS-3.0220.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Cpanel-JSON-XS.git/commit/?h=perl-Cpanel-JSON-XS-3.0220-1.fc26&id=62e1502da8274712886c8a8befe1a2db3de97995
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to