diff --git a/perl-Test-Warnings.spec b/perl-Test-Warnings.spec index b0e1ebf..469aefa 100644 --- a/perl-Test-Warnings.spec +++ b/perl-Test-Warnings.spec @@ -7,7 +7,7 @@ Name: perl-Test-Warnings Version: 0.033 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Test for warnings and the lack of them License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Test-Warnings @@ -91,6 +91,9 @@ make test %{_mandir}/man3/Test::Warnings.3* %changelog +* Mon Jun 24 2024 Troy Dawson - 0.033-2 +- Bump release for June 2024 mass rebuild + * Tue Jan 23 2024 Paul Howarth - 0.033-1 - Update to 0.033 - Add Test2 compatibility in the test triggered by done_testing()