[perl-Config-INI] update to 0.018

Iain Arnell iarnell at fedoraproject.org
Sat Jun 4 19:14:03 UTC 2011


commit 451c371f195b56b86c44151dbd24afc45f17aec8
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Jun 4 21:13:40 2011 +0200

    update to 0.018

 .gitignore           |    1 +
 perl-Config-INI.spec |   10 ++++++----
 sources              |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1323ae0..0689b92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Config-INI-0.014.tar.gz
 /Config-INI-0.016.tar.gz
 /Config-INI-0.017.tar.gz
+/Config-INI-0.018.tar.gz
diff --git a/perl-Config-INI.spec b/perl-Config-INI.spec
index 9fb6a6a..5ae52ad 100644
--- a/perl-Config-INI.spec
+++ b/perl-Config-INI.spec
@@ -1,6 +1,6 @@
 Name:           perl-Config-INI
-Version:        0.017
-Release:        3%{?dist}
+Version:        0.018
+Release:        1%{?dist}
 Summary:        Config::INI Perl module
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,7 +8,7 @@ URL:            http://search.cpan.org/dist/Config-INI/
 Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Config-INI-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(IO::File)
+BuildRequires:  perl(IO::File) >= 1.14
 BuildRequires:  perl(IO::String)
 BuildRequires:  perl(Mixin::Linewise::Readers)
 BuildRequires:  perl(Mixin::Linewise::Writers)
@@ -37,12 +37,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes LICENSE README examples
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 04 2011 Iain Arnell <iarnell at gmail.com> 0.018-1
+- update to latest upstream version
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.017-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 4312e83..3943fbb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0e0a3258d3ba14861cb8730b9e1ef451  Config-INI-0.017.tar.gz
+ae4c470d71364b82bc29dacf7e16074d  Config-INI-0.018.tar.gz


More information about the scm-commits mailing list