Update to 4.09
- New upstream release 4.09 - Reverted core boolean support for now (GH#72) - Fix incr_parse() hanging on certain inputs (GH#67) - Silence warnings about non-characters on older perls (GH#68)
This commit is contained in:
parent
f79b222170
commit
627f0502d9
@ -3,7 +3,7 @@
|
||||
|
||||
Name: perl-JSON-PP
|
||||
Epoch: 1
|
||||
Version: 4.08
|
||||
Version: 4.09
|
||||
Release: 1%{?dist}
|
||||
Summary: JSON::XS compatible pure-Perl module
|
||||
License: GPL+ or Artistic
|
||||
@ -91,6 +91,12 @@ make test
|
||||
%{_mandir}/man3/JSON::PP::Boolean.3*
|
||||
|
||||
%changelog
|
||||
* Sun May 22 2022 aul 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)
|
||||
- Silence warnings about non-characters on older perls (GH#68)
|
||||
|
||||
* Mon Apr 11 2022 Paul Howarth <paul@city-fan.org> - 1:4.08-1
|
||||
- Update to 4.08
|
||||
- Remove unneeded utf8::upgrade and downgrade (GH#59)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (JSON-PP-4.08.tar.gz) = 78791a636ded047270d2835bc4973281dbc531783539bf7e8c41a33268c7cf8c193c895ff2d88bcd46ec9f4853dc2c03764d831741d4e461b0eccddf7050bb5d
|
||||
SHA512 (JSON-PP-4.09.tar.gz) = f00020dfbd7aab960ddc46ab17d263e17adb0f5ad7618c75811ad26dfd4370e56df307788c7e5c534762e90ca79ba8d14662c33acb1ae4998dbfee2968404f87
|
||||
|
Loading…
Reference in New Issue
Block a user