diff --git a/perl-JSON-PP.spec b/perl-JSON-PP.spec index 1362629..ae24cba 100644 --- a/perl-JSON-PP.spec +++ b/perl-JSON-PP.spec @@ -4,7 +4,7 @@ Name: perl-JSON-PP Epoch: 1 Version: 4.16 -Release: 1%{?dist} +Release: 2%{?dist} Summary: JSON::XS compatible pure-Perl module License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/JSON-PP @@ -89,6 +89,9 @@ make test %{_mandir}/man3/JSON::PP::Boolean.3* %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 1:4.16-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Dec 30 2022 Paul Howarth - 1:4.16-1 - Update to 4.16 - Drop support for perls < 5.8 (GH#84)