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

Petr Pisar ppisar at fedoraproject.org
Wed Jun 20 12:43:54 UTC 2012


commit 43ee28072aed1a83e74b60a4dfb68354624e40e2
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jun 20 14:43:19 2012 +0200

    Trim Module::Build depencency version to 2 digits

 perl-local-lib.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/perl-local-lib.spec b/perl-local-lib.spec
index 90ea7a1..71271fe 100644
--- a/perl-local-lib.spec
+++ b/perl-local-lib.spec
@@ -1,6 +1,6 @@
 Name:       perl-local-lib
 Version:    1.008004
-Release:    6%{?dist}
+Release:    7%{?dist}
 # lib/local/lib.pm -> GPL+ or Artistic
 License:    GPL+ or Artistic
 Group:      Development/Libraries
@@ -24,7 +24,7 @@ BuildRequires: perl(Test::More)
 Requires:       perl(CPAN) >= 1.82
 Requires:       perl(ExtUtils::Install) >= 1.43
 Requires:       perl(ExtUtils::MakeMaker) >= 6.31
-Requires:       perl(Module::Build) >= 0.3600
+Requires:       perl(Module::Build) >= 0.36
 
 ### auto-added brs!
 BuildRequires:  perl(ExtUtils::Install) >= 1.43
@@ -92,6 +92,10 @@ make test
 %{_sysconfdir}/profile.d/*
 
 %changelog
+* Wed Jun 20 2012 Petr Pisar <ppisar at redhat.com> - 1.008004-7
+- Trim Module::Build depencency version to 2 digits because upstream has
+  regressed the version
+
 * Sun Jun 17 2012 Petr Pisar <ppisar at redhat.com> - 1.008004-6
 - Perl 5.16 rebuild
 


More information about the scm-commits mailing list