[perl-Params-Validate] Round Module::Build version to 2 digits

Petr Pisar ppisar at fedoraproject.org
Thu May 31 09:42:50 UTC 2012


commit d8c351dfb1f1992aa547d74f4934033b7d0b3ee8
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu May 31 11:42:21 2012 +0200

    Round Module::Build version to 2 digits

 perl-Params-Validate.spec |    7 +++++--
 1 files 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 <ppisar at redhat.com> - 1.06-2
+- Round Module::Build version to 2 digits
+
 * Mon Mar 19 2012 Ralf Corsépius <corsepiu at fedoraproject.org> - 1.06-1
 - Upstream update.
 


More information about the scm-commits mailing list