From cb7f52d4a991fc1313c8a6e8899ba9016bff49d8 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Fri, 28 Jul 2017 15:44:41 +0100
Subject: Update to 3.0236

- New upstream release 3.0236
  - Fix and unify utf8 handling with 5.6.2, improve many utf8 tests (GH#88)
  - Add tests for boolean sv_yes and sv_no (GH#88)
  - Check for correct module in %%INC (GH#89)
  - Fix appveyor smoke with latest strawberry, use $Config{make} (GH#91)
  - Fix inf/nan for strawberry 5.26
  - Disallow duplicate keys by default; only allow them in relaxed mode (GH#75)
  - De-fragilize t/96_mojo.t false test to ""
  - Stringify true again as "1", not as "true" due to popular demand (GH#87)
---
 perl-Cpanel-JSON-XS.spec | 17 ++++++++++++++---
 sources                  |  2 +-
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec
index d0a6688..088e230 100644
--- a/perl-Cpanel-JSON-XS.spec
+++ b/perl-Cpanel-JSON-XS.spec
@@ -1,7 +1,7 @@
 Name:          perl-Cpanel-JSON-XS
 Summary:       JSON::XS for Cpanel, fast and correct serializing
-Version:       3.0233
-Release:       4%{?dist}
+Version:       3.0236
+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
@@ -11,8 +11,8 @@ BuildRequires:        coreutils
 BuildRequires: findutils
 BuildRequires: gcc
 BuildRequires: make
-BuildRequires: perl-interpreter
 BuildRequires: perl-devel
+BuildRequires: perl%{?fedora:-interpreter}
 BuildRequires: perl-generators
 BuildRequires: perl(Config)
 BuildRequires: perl(ExtUtils::MakeMaker)
@@ -155,6 +155,17 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1}
 %{_mandir}/man3/Cpanel::JSON::XS::Boolean.3*
 
 %changelog
+* Fri Jul 28 2017 Paul Howarth <p...@city-fan.org> - 3.0236-1
+- Update to 3.0236
+  - Fix and unify utf8 handling with 5.6.2, improve many utf8 tests (GH#88)
+  - Add tests for boolean sv_yes and sv_no (GH#88)
+  - Check for correct module in %%INC (GH#89)
+  - Fix appveyor smoke with latest strawberry, use $Config{make} (GH#91)
+  - Fix inf/nan for strawberry 5.26
+  - Disallow duplicate keys by default; only allow them in relaxed mode (GH#75)
+  - De-fragilize t/96_mojo.t false test to ""
+  - Stringify true again as "1", not as "true" due to popular demand (GH#87)
+
 * Thu Jul 27 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 
3.0233-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
 
diff --git a/sources b/sources
index 647ce7d..6dfcbe4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Cpanel-JSON-XS-3.0233.tar.gz) = 
bd4148942c65a4c4bad224f5a0c6b5816b63e6ca9b6a58fc9fb727292243a3098a9fd7204b9cdd126f59d4e3f8f81202448447e74dc3b34018fc578ccb183389
+SHA512 (Cpanel-JSON-XS-3.0236.tar.gz) = 
072fd29ebdeef4642565c016891b90fc9a3d9d0139406c5b9d87b586ae62ca40e8b3439acc56c789cc23e0712c6fdd4e455f312106f4b44b8b184a8fe2cd2ef4
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Cpanel-JSON-XS.git/commit/?h=master&id=cb7f52d4a991fc1313c8a6e8899ba9016bff49d8
_______________________________________________
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