Update to 4.10
- New upstream release 4.10 - Fix a regression of decode_error introduced at 4.08 (GH#75) - Convert all tests to use Test::More (GH#70)
This commit is contained in:
parent
ab569aff26
commit
a8c379f34d
@ -3,8 +3,8 @@
|
||||
|
||||
Name: perl-JSON-PP
|
||||
Epoch: 1
|
||||
Version: 4.09
|
||||
Release: 3%{?dist}
|
||||
Version: 4.10
|
||||
Release: 1%{?dist}
|
||||
Summary: JSON::XS compatible pure-Perl module
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/JSON-PP
|
||||
@ -36,7 +36,6 @@ BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
# Test Suite
|
||||
BuildRequires: perl(charnames)
|
||||
BuildRequires: perl(Test)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Tie::Array)
|
||||
BuildRequires: perl(Tie::Hash)
|
||||
@ -91,6 +90,11 @@ make test
|
||||
%{_mandir}/man3/JSON::PP::Boolean.3*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 24 2022 aul Howarth <paul@city-fan.org> - 1:4.10-1
|
||||
- Update to 4.10
|
||||
- Fix a regression of decode_error introduced at 4.08 (GH#75)
|
||||
- Convert all tests to use Test::More (GH#70)
|
||||
|
||||
* Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1:4.09-3
|
||||
- Perl 5.36 re-rebuild of bootstrapped packages
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (JSON-PP-4.09.tar.gz) = f00020dfbd7aab960ddc46ab17d263e17adb0f5ad7618c75811ad26dfd4370e56df307788c7e5c534762e90ca79ba8d14662c33acb1ae4998dbfee2968404f87
|
||||
SHA512 (JSON-PP-4.10.tar.gz) = bc47ab14cb85173a62aed3bf5ff5d72839eef3629113560e63a08d67825b2ee94bf543bff20771310e6fdb775aefd9b03b6b5288171a1b09a922663787bf24f1
|
||||
|
Loading…
Reference in New Issue
Block a user