From 40b935c0838f085bb741e2e42b5f2a8d43f6a6df Mon Sep 17 00:00:00 2001 From: Paul Howarth <p...@city-fan.org> Date: Mon, 1 May 2017 14:37:52 +0100 Subject: Update to 3.0232
- New upstream release 3.0232 - Fix for MSVC 2015/14.0 and newer with changed nan/inf (GH#85) - Added appveyor CI - Silence 32bit debugging format warning - Stabilize decode_hv hook (Coverity) - Ignore sv_utf8_downgrade errors (Coverity) - BR: perl-generators unconditionally --- perl-Cpanel-JSON-XS.spec | 13 ++++++++++--- sources | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec index d803ebd..531bf64 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.0231 +Version: 3.0232 Release: 1%{?dist} License: GPL+ or Artistic URL: http://search.cpan.org/dist/Cpanel-JSON-XS/ @@ -13,9 +13,7 @@ BuildRequires: gcc BuildRequires: make BuildRequires: perl BuildRequires: perl-devel -%if 0%{?fedora} > 20 || 0%{?rhel} > 7 BuildRequires: perl-generators -%endif BuildRequires: perl(Config) BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime @@ -156,6 +154,15 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1} %{_mandir}/man3/Cpanel::JSON::XS::Boolean.3* %changelog +* Mon May 1 2017 Paul Howarth <p...@city-fan.org> - 3.0232-1 +- Update to 3.0232 + - Fix for MSVC 2015/14.0 and newer with changed nan/inf (GH#85) + - Added appveyor CI + - Silence 32bit debugging format warning + - Stabilize decode_hv hook (Coverity) + - Ignore sv_utf8_downgrade errors (Coverity) +- BR: perl-generators unconditionally + * Wed Mar 29 2017 Paul Howarth <p...@city-fan.org> - 3.0231-1 - Update to 3.0231 - Fix need() overallocation (GH#84) and missing need() calls diff --git a/sources b/sources index 725dc8a..a8186bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Cpanel-JSON-XS-3.0231.tar.gz) = 4ccedb878ae37cbd4db86ccf9b4e2c382ebf18682a5f29f2a2e9f59794b28bad4d59752f9e3933549f9eb9fb3c62a939b155abcb2f277b1fdc9115c74443d4f5 +SHA512 (Cpanel-JSON-XS-3.0232.tar.gz) = d926667c1b1cf6b9de8676be31610e5acea4ec3e4731d3b863636385d0ccee1eaeb0b3bdce97c150cd91c720b1d7eec3c070df6fda98b587e6bc5ff79d2f6bd8 -- cgit v1.1 https://src.fedoraproject.org/cgit/perl-Cpanel-JSON-XS.git/commit/?h=f26&id=40b935c0838f085bb741e2e42b5f2a8d43f6a6df _______________________________________________ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org