diff --git a/perl-JSON-PP.spec b/perl-JSON-PP.spec index d8f540a..ac74993 100644 --- a/perl-JSON-PP.spec +++ b/perl-JSON-PP.spec @@ -4,7 +4,7 @@ Name: perl-JSON-PP Epoch: 1 Version: 4.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: JSON::XS compatible pure-Perl module License: GPL+ or Artistic URL: https://metacpan.org/release/JSON-PP @@ -90,6 +90,9 @@ make test %{_mandir}/man3/JSON::PP::Boolean.3* %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 1:4.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Fri Jun 24 2022 aul Howarth - 1:4.10-1 - Update to 4.10 - Fix a regression of decode_error introduced at 4.08 (GH#75)