[perl-List-AllUtils] 0.05 bump

Petr Pisar ppisar at fedoraproject.org
Mon Sep 2 05:46:15 UTC 2013


commit 4b4a804e5707d7bfe3f75a1104f39ba4e2c31dc9
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Sep 2 07:45:13 2013 +0200

    0.05 bump

 .gitignore              |    1 +
 .rpmlint                |    2 ++
 perl-List-AllUtils.spec |   10 ++++++----
 sources                 |    2 +-
 4 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 22c5eb7..6810573 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /List-AllUtils-0.03.tar.gz
+/List-AllUtils-0.05.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..33d5ca7
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* (MoreUtils|Util)");
diff --git a/perl-List-AllUtils.spec b/perl-List-AllUtils.spec
index ee4156b..e043b1b 100644
--- a/perl-List-AllUtils.spec
+++ b/perl-List-AllUtils.spec
@@ -1,6 +1,6 @@
 Name:           perl-List-AllUtils
-Version:        0.03
-Release:        3%{?dist}
+Version:        0.05
+Release:        1%{?dist}
 Summary:        Combines List::Util and List::MoreUtils
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -15,11 +15,10 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(base)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(List::MoreUtils) >= 0.28
-BuildRequires:  perl(List::Util)
+BuildRequires:  perl(List::Util) >= 1.31
 # Tests:
 BuildRequires:  perl(Test::More) >= 0.88
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Requires:       perl(List::Util)
 
 %description
 Are you sick of trying to remember whether a particular helper is defined
@@ -48,6 +47,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 02 2013 Petr Pisar <ppisar at redhat.com> - 0.05-1
+- 0.05 bump
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.03-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 9215418..36c22f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6fe9fb39bc1e091a8ecc4791808e2f25  List-AllUtils-0.03.tar.gz
+59ec04b6ef4f47f74339388bcc57972d  List-AllUtils-0.05.tar.gz


More information about the scm-commits mailing list