diff --git a/.gitignore b/.gitignore index 0f120d7..21c77ff 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /List-AllUtils-0.08.tar.gz /List-AllUtils-0.09.tar.gz /List-AllUtils-0.10.tar.gz +/List-AllUtils-0.11.tar.gz diff --git a/perl-List-AllUtils.spec b/perl-List-AllUtils.spec index cf547e3..018fc28 100644 --- a/perl-List-AllUtils.spec +++ b/perl-List-AllUtils.spec @@ -1,6 +1,6 @@ Name: perl-List-AllUtils -Version: 0.10 -Release: 2%{?dist} +Version: 0.11 +Release: 1%{?dist} Summary: Combines List::Util and List::SomeUtils License: Artistic 2.0 Group: Development/Libraries @@ -18,7 +18,8 @@ BuildRequires: perl(warnings) BuildRequires: perl(base) BuildRequires: perl(Exporter) BuildRequires: perl(List::SomeUtils) >= 0.50 -BuildRequires: perl(List::Util) >= 1.31 +BuildRequires: perl(List::Util) >= 1.45 +BuildRequires: perl(List::UtilsBy) >= 0.10 # Tests: # CPAN::Meta not useful # CPAN::Meta::Prereqs not usedful @@ -54,6 +55,9 @@ make test %{_mandir}/man3/* %changelog +* Tue Jun 28 2016 Petr Pisar - 0.11-1 +- 0.11 bump + * Sun May 15 2016 Jitka Plesnikova - 0.10-2 - Perl 5.24 rebuild diff --git a/sources b/sources index a5a0f11..6b82e79 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a17e4239bd9bdfa272a104954678336a List-AllUtils-0.10.tar.gz +86b6383af301c6c32d98f3e736055ef9 List-AllUtils-0.11.tar.gz