[perl-List-AllUtils] 0.09 bump

Petr Pisar ppisar at fedoraproject.org
Wed Oct 8 12:18:00 UTC 2014


commit 3c3d336114a163bf4a0c61dcaf79af826c8bbee1
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Oct 8 14:17:33 2014 +0200

    0.09 bump

 .gitignore              |    1 +
 perl-List-AllUtils.spec |   21 +++++++++++++++------
 sources                 |    2 +-
 3 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0cd000c..003eb3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /List-AllUtils-0.05.tar.gz
 /List-AllUtils-0.07.tar.gz
 /List-AllUtils-0.08.tar.gz
+/List-AllUtils-0.09.tar.gz
diff --git a/perl-List-AllUtils.spec b/perl-List-AllUtils.spec
index 6173601..508303c 100644
--- a/perl-List-AllUtils.spec
+++ b/perl-List-AllUtils.spec
@@ -1,6 +1,6 @@
 Name:           perl-List-AllUtils
-Version:        0.08
-Release:        3%{?dist}
+Version:        0.09
+Release:        1%{?dist}
 Summary:        Combines List::Util and List::MoreUtils
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,7 +8,7 @@ URL:            http://search.cpan.org/dist/List-AllUtils/
 Source0:        http://www.cpan.org/authors/id/D/DR/DROLSKY/List-AllUtils-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
@@ -17,9 +17,15 @@ BuildRequires:  perl(Exporter)
 BuildRequires:  perl(List::MoreUtils) >= 0.28
 BuildRequires:  perl(List::Util) >= 1.31
 # Tests:
-BuildRequires:  perl(File::Find)
-BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(Test::More) >= 0.88
+# Test::NoTabs not used
+# Test::Pod::LinkCheck not used
+# Test::Portability::Files not used
+# Test::Spelling 0.12 not used
+# Test::Synopsis not used
 BuildRequires:  perl(Test::Warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -45,11 +51,14 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 make test
 
 %files
-%doc Changes LICENSE README
+%doc Changes LICENSE README.md
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 08 2014 Petr Pisar <ppisar at redhat.com> - 0.09-1
+- 0.09 bump
+
 * Fri Aug 29 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.08-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 8ee24fb..3112c9e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0becef45aaf3556685ab798a132c014e  List-AllUtils-0.08.tar.gz
+3e2dfeeef80c4e1952443c6b7d48583c  List-AllUtils-0.09.tar.gz



More information about the perl-devel mailing list