Update to 4.11
- New upstream release 4.11 - Restored core boolean support (GH#73, GH#74)
This commit is contained in:
parent
2dd3d5e108
commit
5a6cfd13d8
@ -3,8 +3,8 @@
|
||||
|
||||
Name: perl-JSON-PP
|
||||
Epoch: 1
|
||||
Version: 4.10
|
||||
Release: 2%{?dist}
|
||||
Version: 4.11
|
||||
Release: 1%{?dist}
|
||||
Summary: JSON::XS compatible pure-Perl module
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/JSON-PP
|
||||
@ -90,10 +90,14 @@ make test
|
||||
%{_mandir}/man3/JSON::PP::Boolean.3*
|
||||
|
||||
%changelog
|
||||
* Sun Jul 31 2022 Paul Howarth <paul@city-fan.org> - 1:4.11-1
|
||||
- Update to 4.11
|
||||
- Restored core boolean support (GH#73, GH#74)
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Fri Jun 24 2022 aul Howarth <paul@city-fan.org> - 1:4.10-1
|
||||
* Fri Jun 24 2022 Paul 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)
|
||||
@ -104,7 +108,7 @@ make test
|
||||
* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1:4.09-2
|
||||
- Perl 5.36 rebuild
|
||||
|
||||
* Sun May 22 2022 aul Howarth <paul@city-fan.org> - 1:4.09-1
|
||||
* Sun May 22 2022 Paul Howarth <paul@city-fan.org> - 1:4.09-1
|
||||
- Update to 4.09
|
||||
- Reverted core boolean support for now (GH#72)
|
||||
- Fix incr_parse() hanging on certain inputs (GH#67)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (JSON-PP-4.10.tar.gz) = bc47ab14cb85173a62aed3bf5ff5d72839eef3629113560e63a08d67825b2ee94bf543bff20771310e6fdb775aefd9b03b6b5288171a1b09a922663787bf24f1
|
||||
SHA512 (JSON-PP-4.11.tar.gz) = 6124bb24345c8dcd68d3eaeb197c14ff08daaa2028a79f5ce793935314137a079a0c9b5c5fdb9da6776f443f103d8f676ca8683a3e82d95dc17b39b8354215a8
|
||||
|
Loading…
Reference in New Issue
Block a user