From 85d5fcea66408f18a78a1e856f99d7fea3edecc4 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Oct 17 2016 13:34:39 +0000 Subject: 0.12 bump --- diff --git a/.gitignore b/.gitignore index 21c77ff..753d4e9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /List-AllUtils-0.09.tar.gz /List-AllUtils-0.10.tar.gz /List-AllUtils-0.11.tar.gz +/List-AllUtils-0.12.tar.gz diff --git a/perl-List-AllUtils.spec b/perl-List-AllUtils.spec index 018fc28..c4ffe5d 100644 --- a/perl-List-AllUtils.spec +++ b/perl-List-AllUtils.spec @@ -1,5 +1,5 @@ Name: perl-List-AllUtils -Version: 0.11 +Version: 0.12 Release: 1%{?dist} Summary: Combines List::Util and List::SomeUtils License: Artistic 2.0 @@ -24,6 +24,7 @@ BuildRequires: perl(List::UtilsBy) >= 0.10 # CPAN::Meta not useful # CPAN::Meta::Prereqs not usedful BuildRequires: perl(File::Spec) +BuildRequires: perl(Sub::Util) BuildRequires: perl(Test::More) >= 0.96 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) @@ -55,6 +56,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Oct 17 2016 Petr Pisar - 0.12-1 +- 0.12 bump + * Tue Jun 28 2016 Petr Pisar - 0.11-1 - 0.11 bump diff --git a/sources b/sources index 6b82e79..d0a850d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -86b6383af301c6c32d98f3e736055ef9 List-AllUtils-0.11.tar.gz +8803c2beaccaf5b042efd4399ed107e5 List-AllUtils-0.12.tar.gz