diff --git a/perl-File-Find-Object.spec b/perl-File-Find-Object.spec index 91b5324..509e3ec 100644 --- a/perl-File-Find-Object.spec +++ b/perl-File-Find-Object.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Object Version: 0.3.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Object oriented File::Find replacement License: GPL-2.0-or-later OR Artistic-2.0 URL: https://metacpan.org/release/File-Find-Object @@ -65,6 +65,9 @@ make test %{_mandir}/man3/File::Find::Object::Result.3* %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 0.3.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Mon Jan 2 2023 Paul Howarth - 0.3.7-1 - Update to 0.3.7 (rhbz#2157274) - Fix test failures on Windows (GH#2)