From d8c351dfb1f1992aa547d74f4934033b7d0b3ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 31 May 2012 11:42:21 +0200 Subject: [PATCH] Round Module::Build version to 2 digits --- perl-Params-Validate.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec index e5ea355..b4a163e 100644 --- a/perl-Params-Validate.spec +++ b/perl-Params-Validate.spec @@ -1,7 +1,7 @@ Summary: Params-Validate Perl module Name: perl-Params-Validate Version: 1.06 -Release: 1%{?dist} +Release: 2%{?dist} License: Artistic2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/Params-Validate/ @@ -14,7 +14,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(Carp) BuildRequires: perl(Module::Implementation) >= 0.04 -BuildRequires: perl(Module::Build) >= 0.3601 +BuildRequires: perl(Module::Build) >= 0.37 # Required by the tests BuildRequires: perl(Devel::Peek) @@ -77,6 +77,9 @@ RELEASE_TESTING=1 ./Build test %{_mandir}/man3/* %changelog +* Thu May 31 2012 Petr Pisar - 1.06-2 +- Round Module::Build version to 2 digits + * Mon Mar 19 2012 Ralf Corsépius - 1.06-1 - Upstream update.