diff --git a/perl-JSON-PP.spec b/perl-JSON-PP.spec index e1e454a..1640175 100644 --- a/perl-JSON-PP.spec +++ b/perl-JSON-PP.spec @@ -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 - 1:4.07-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Sat Dec 18 2021 Paul Howarth - 1:4.07-1 - Update to 4.07 - Fix incr_parse($unicode_str) bug (GH#56)