Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2022-01-21 02:40:42 +00:00
parent 16626790f3
commit a6c5f37c81

View File

@ -4,7 +4,7 @@
Name: perl-JSON-PP
Epoch: 1
Version: 4.07
Release: 1%{?dist}
Release: 2%{?dist}
Summary: JSON::XS compatible pure-Perl module
License: GPL+ or Artistic
URL: https://metacpan.org/release/JSON-PP
@ -86,6 +86,9 @@ make test
%{_mandir}/man3/JSON::PP::Boolean.3*
%changelog
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.07-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Sat Dec 18 2021 Paul Howarth <paul@city-fan.org> - 1:4.07-1
- Update to 4.07
- Fix incr_parse($unicode_str) bug (GH#56)