From 5478e81a41eba2cd02b554163f90fc74e1d9c8cc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 8 Feb 2018 23:59:04 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- perl-Params-ValidationCompiler.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)