[perl-Config-IniFiles/el5] force List-MoreUtils >= 0.33

Tom Callaway spot at fedoraproject.org
Thu Aug 2 16:58:38 UTC 2012


commit 77e1f01c61ba1f4023178fd2bcffca80e397e749
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Aug 2 12:58:54 2012 -0400

    force List-MoreUtils >= 0.33

 perl-Config-IniFiles.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Config-IniFiles.spec b/perl-Config-IniFiles.spec
index ab885d5..e6c23c8 100644
--- a/perl-Config-IniFiles.spec
+++ b/perl-Config-IniFiles.spec
@@ -1,6 +1,6 @@
 Name:           perl-Config-IniFiles
 Version:        2.72
-Release:        2%{?dist}.1
+Release:        2%{?dist}.2
 Summary:        A module for reading .ini-style configuration files
 
 Group:          Development/Libraries
@@ -21,7 +21,7 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
 # Not autodetected. Found in lib/Config/IniFiles.pm:2265
 Requires:       perl(IO::Scalar) >= 2.109
 # Not autodetected on el5
-Requires:	perl(List::MoreUtils)
+Requires:	perl(List::MoreUtils) >= 0.33
 
 %description
 Config::IniFiles provides a way to have readable configuration files
@@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Aug  2 2012 Tom Callaway <spot at fedoraproject.org> - 2.72-2.2
+- force perl(List::MoreUtils) >= 0.33 (bz 844460)
+
 * Mon Jun 25 2012 Tom Callaway <spot at fedoraproject.org> - 2.72-2.1
 - add explicit Requires: perl(List::MoreUtils) for el5 (bz827198)
 


More information about the scm-commits mailing list