Update to 2.96
- New upstream release 2.96 - json_pp now prints an encoded json string (CPAN RT#123653) - Fix is_bool to use ->isa("JSON::PP::Boolean"), instead of UNIVERSAL::isa("JSON::PP::Boolean") (GH#34) - Avoid use of newer Test::More features (CPAN RT#122421)
This commit is contained in:
parent
3c5cb8fa04
commit
ee3c3be537
@ -1,6 +1,6 @@
|
||||
# Need to provide five digit version numbers until 3.x,
|
||||
# so that BR: perl(JSON::PP) >= 2.27200 etc. will still work
|
||||
%global cpan_version 2.94
|
||||
%global cpan_version 2.96
|
||||
%global five_digit_version %(LC_ALL=C; printf '%.5f' '%{cpan_version}')
|
||||
|
||||
# Need to tweak provides differently if we don't have rpm ≥ 4.9
|
||||
@ -9,7 +9,7 @@
|
||||
Name: perl-JSON-PP
|
||||
Epoch: 1
|
||||
Version: %{cpan_version}
|
||||
Release: 4%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: JSON::XS compatible pure-Perl module
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/JSON-PP/
|
||||
@ -19,8 +19,8 @@ BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl%{?fedora:-interpreter}
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(lib)
|
||||
# Module Runtime
|
||||
@ -102,6 +102,13 @@ make test
|
||||
%{_mandir}/man3/JSON::PP::Boolean.3*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 20 2017 Paul Howarth <paul@city-fan.org> - 1:2.96-1
|
||||
- Update to 2.96
|
||||
- json_pp now prints an encoded json string (CPAN RT#123653)
|
||||
- Fix is_bool to use ->isa("JSON::PP::Boolean"), instead of
|
||||
UNIVERSAL::isa("JSON::PP::Boolean") (GH#34)
|
||||
- Avoid use of newer Test::More features (CPAN RT#122421)
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.94-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (JSON-PP-2.94.tar.gz) = 7873b52b5509dbd2d7c559718fd8be068ad3f65cafd10e46ac54c577c6331fba3c3ab908ec95f9e3bbcebd057429906a70ff7ebabe3a871ce5e094ba39769d37
|
||||
SHA512 (JSON-PP-2.96.tar.gz) = 3fc8c3c9a4159d841d685c20f5c57d3b1c23a35729ea8355485baf62c83bbc26072749cb5733f0b3a206c34e2129b094dc8a55c2bcecd4af1b5a6f5ba7ab5257
|
||||
|
Loading…
Reference in New Issue
Block a user