From: Jakub Bogusz Date: Tue, 29 Nov 2016 17:45:01 +0000 (+0100) Subject: - updated to 0.12; List::MoreUtils replaced by List::SomeUtils and List::UtilsBy X-Git-Tag: auto/th/perl-List-AllUtils-0.12-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=f3296b02d18e67fd4650d1bdf769b2b4bc353a5b;p=packages%2Fperl-List-AllUtils.git - updated to 0.12; List::MoreUtils replaced by List::SomeUtils and List::UtilsBy --- diff --git a/perl-List-AllUtils.spec b/perl-List-AllUtils.spec index b1669ba..d511603 100644 --- a/perl-List-AllUtils.spec +++ b/perl-List-AllUtils.spec @@ -5,38 +5,38 @@ %define pdir List %define pnam AllUtils %include /usr/lib/rpm/macros.perl -Summary: List::AllUtils - combines List::Util and List::MoreUtils in one bite-sized package -Summary(pl.UTF-8): List::AllUtils - połączenie List::Util oraz List::MoreUtils w jednym bałym pakiecie +Summary: List::AllUtils - combines List::Util, List::SomeUtils and List::UtilsBy in one bite-sized package +Summary(pl.UTF-8): List::AllUtils - połączenie List::Util, List::SomeUtils oraz List::UtilsBy jednym bałym pakiecie Name: perl-List-AllUtils -Version: 0.09 +Version: 0.12 Release: 1 License: Artistic v2.0 Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/List/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: 3e2dfeeef80c4e1952443c6b7d48583c +# Source0-md5: 8803c2beaccaf5b042efd4399ed107e5 URL: http://search.cpan.org/dist/List-AllUtils/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} -BuildRequires: perl-List-MoreUtils >= 0.28 -BuildRequires: perl-Scalar-List-Utils >= 1.31 -BuildRequires: perl-Test-Simple >= 0.88 -BuildRequires: perl-Test-Warnings +BuildRequires: perl-List-SomeUtils >= 0.50 +BuildRequires: perl-List-UtilsBy >= 0.10 +BuildRequires: perl-Scalar-List-Utils >= 1.45 +BuildRequires: perl-Test-Simple >= 0.96 %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Are you sick of trying to remember whether a particular helper is -defined in List::Util or List::MoreUtils? I sure am. Now you -don't have to remember. This module will export all of the functions -that either of those two modules defines. +defined in List::Util, List::SomeUtils or List::UtilsBy? I sure am. +Now you don't have to remember. This module will export all of the +functions that either of those three modules defines. %description -l pl.UTF-8 Jesteś zmęczony pamiętaniem, czy jakaś funkcja pomocnicza jest -zdefiniowana w List::Util, czy List::MoreUtils? Ja tak. Teraz nie -musisz pamiętać. Ten moduł eksportuje wszystkie funkcje definiowane -przez dowolny z tych dwóch modułów. +zdefiniowana w List::Util, List::SomeUtils czy List::UtilsBy? Ja tak. +Teraz nie musisz pamiętać. Ten moduł eksportuje wszystkie funkcje +definiowane przez dowolny z tych trzech modułów. %prep %setup -q -n %{pdir}-%{pnam}-%{version}