[perl-local-lib] Round Module::Build version to 2 digits

Petr Pisar ppisar at fedoraproject.org
Thu May 31 10:15:48 UTC 2012


commit b67be6eaddbcecea30b000d73db74f2da4f47f21
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu May 31 11:53:00 2012 +0200

    Round Module::Build version to 2 digits

 perl-local-lib.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-local-lib.spec b/perl-local-lib.spec
index 88a6a78..295338c 100644
--- a/perl-local-lib.spec
+++ b/perl-local-lib.spec
@@ -1,6 +1,6 @@
 Name:       perl-local-lib
 Version:    1.008004
-Release:    4%{?dist}
+Release:    5%{?dist}
 # lib/local/lib.pm -> GPL+ or Artistic
 License:    GPL+ or Artistic
 Group:      Development/Libraries
@@ -15,7 +15,7 @@ Source11:   perl-homedir.csh
 
 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires: perl(CPAN) >= 1.82
-BuildRequires: perl(Module::Build) >= 0.3600
+BuildRequires: perl(Module::Build) >= 0.36
 # testing...
 BuildRequires: perl(Capture::Tiny)
 BuildRequires: perl(Test::More)
@@ -92,6 +92,9 @@ make test
 %{_sysconfdir}/profile.d/*
 
 %changelog
+* Thu May 31 2012 Petr Pisar <ppisar at redhat.com> - 1.008004-5
+- Round Module::Build version to 2 digits
+
 * Fri Feb 10 2012 Iain Arnell <iarnell at gmail.com> 1.008004-4
 - avoid creating ~/perl5/ for all users (rhbz#789146)
 - drop defattr in files lists


More information about the scm-commits mailing list