commit ea76a1327d3fc8e00ecaf6c34549e830864d02c9
Author: Tom Callaway <s...@fedoraproject.org>
Date:   Tue Feb 21 12:19:47 2012 -0500

    missing Requires

 perl-Config-IniFiles.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-Config-IniFiles.spec b/perl-Config-IniFiles.spec
index 57e2768..3356b29 100644
--- a/perl-Config-IniFiles.spec
+++ b/perl-Config-IniFiles.spec
@@ -1,6 +1,6 @@
 Name:           perl-Config-IniFiles
 Version:        2.68
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        A module for reading .ini-style configuration files
 
 Group:          Development/Libraries
@@ -14,6 +14,8 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+# Not autodetected. Found in lib/Config/IniFiles.pm:2265
+Requires:       perl(IO::Scalar) >= 2.109
 
 %description
 Config::IniFiles provides a way to have readable configuration files
@@ -54,6 +56,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Feb 21 2012 Tom Callaway <s...@fedoraproject.org> - 2.68-3
+- add missing Requires: perl(IO::Scalar) >= 2.109 (bz 791078)
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 2.68-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
 * Tue Aug 23 2011 Tom Callaway <s...@fedoraproject.org> - 2.68-1
 - update to 2.68
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to