[perl-Config-INI] Update to 0.024

Emmanuel Seyman eseyman at fedoraproject.org
Mon Nov 10 14:16:06 UTC 2014


commit 0eaac4972d3d07f2db73b8b0b7c073c18b154701
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Mon Nov 10 15:15:46 2014 +0100

    Update to 0.024
    
    Clean up the specfile
    Add perl default filter
    Use the %%license tag

 .gitignore           |    1 +
 perl-Config-INI.spec |   21 +++++++++++++++------
 sources              |    2 +-
 3 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7f6b0cb..c8689ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Config-INI-0.014.tar.gz
 /Config-INI-0.017.tar.gz
 /Config-INI-0.018.tar.gz
 /Config-INI-0.019.tar.gz
+/Config-INI-0.024.tar.gz
diff --git a/perl-Config-INI.spec b/perl-Config-INI.spec
index c6f0264..4a1f5f9 100644
--- a/perl-Config-INI.spec
+++ b/perl-Config-INI.spec
@@ -1,9 +1,9 @@
 Name:           perl-Config-INI
-Version:        0.019
-Release:        8%{?dist}
+Version:        0.024
+Release:        1%{?dist}
 Summary:        Config::INI Perl module
 License:        GPL+ or Artistic
-Group:          Development/Libraries
+
 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
@@ -15,6 +15,8 @@ BuildRequires:  perl(Mixin::Linewise::Writers)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 Config::INI - simple .ini-file format.
 
@@ -37,11 +39,18 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%doc Changes LICENSE README examples
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%doc Changes README examples
+%license LICENSE
+%{perl_vendorlib}/Config*
+%{_mandir}/man3/Config*
 
 %changelog
+* Mon Nov 10 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.024-1
+- Update to 0.024
+- Clean up the specfile
+- Add perl default filter
+- Use the %%license tag
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.019-8
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 3ebcdea..14ea369 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-713b36e849ae12277723d0d6874bd5f3  Config-INI-0.019.tar.gz
+b174f01470e446c3224dd39a20cbdea8  Config-INI-0.024.tar.gz


More information about the scm-commits mailing list