From 3ef2d01a4ba58640242213ab47e857511c0fafd0 Mon Sep 17 00:00:00 2001 From: Paul Howarth paul@city-fan.org Date: Tue, 2 May 2017 09:45:37 +0100 Subject: Update to 3.0233
- New upstream release 3.0233 - 5.6 test fixes, silence some cc warnings, add coverage and release targets, fix appveyor --- perl-Cpanel-JSON-XS.spec | 8 +++++++- sources | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec index 531bf64..072b26d 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.0232 +Version: 3.0233 Release: 1%{?dist} License: GPL+ or Artistic URL: http://search.cpan.org/dist/Cpanel-JSON-XS/ @@ -61,6 +61,7 @@ BuildRequires: perl(warnings) BuildRequires: perl(common::sense) >= 3.5 BuildRequires: perl(Hash::Util) BuildRequires: perl(JSON) +BuildRequires: perl(JSON::PP) >= 2.09 BuildRequires: perl(JSON::XS) BuildRequires: perl(Math::BigInt) %if 0%{?fedora:1} @@ -154,6 +155,11 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1} %{_mandir}/man3/Cpanel::JSON::XS::Boolean.3*
%changelog +* Tue May 2 2017 Paul Howarth paul@city-fan.org - 3.0233-1 +- Update to 3.0233 + - 5.6 test fixes, silence some cc warnings, add coverage and release targets, + fix appveyor + * Mon May 1 2017 Paul Howarth paul@city-fan.org - 3.0232-1 - Update to 3.0232 - Fix for MSVC 2015/14.0 and newer with changed nan/inf (GH#85) diff --git a/sources b/sources index a8186bb..647ce7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Cpanel-JSON-XS-3.0232.tar.gz) = d926667c1b1cf6b9de8676be31610e5acea4ec3e4731d3b863636385d0ccee1eaeb0b3bdce97c150cd91c720b1d7eec3c070df6fda98b587e6bc5ff79d2f6bd8 +SHA512 (Cpanel-JSON-XS-3.0233.tar.gz) = bd4148942c65a4c4bad224f5a0c6b5816b63e6ca9b6a58fc9fb727292243a3098a9fd7204b9cdd126f59d4e3f8f81202448447e74dc3b34018fc578ccb183389
perl-devel@lists.fedoraproject.org