diff --git a/perl-Params-ValidationCompiler.spec b/perl-Params-ValidationCompiler.spec index aa216de..939b129 100644 --- a/perl-Params-ValidationCompiler.spec +++ b/perl-Params-ValidationCompiler.spec @@ -3,7 +3,7 @@ Name: perl-Params-ValidationCompiler Version: 0.26 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Build an optimized subroutine parameter validator once, use it forever License: Artistic 2.0 URL: http://search.cpan.org/dist/Params-ValidationCompiler/ @@ -81,6 +81,9 @@ make test %{_mandir}/man3/Params::ValidationCompiler::Exceptions.3* %changelog +* Thu Feb 08 2018 Fedora Release Engineering - 0.26-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Tue Nov 28 2017 Paul Howarth - 0.26-1 - Update to 0.26 - The exceptions.t test would fail if Sub::Util was not installed (GH#19)