]> git.pld-linux.org Git - packages/perl-List-AllUtils.git/commitdiff
- updated to 0.12; List::MoreUtils replaced by List::SomeUtils and List::UtilsBy auto/th/perl-List-AllUtils-0.12-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 29 Nov 2016 17:45:01 +0000 (18:45 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 29 Nov 2016 17:45:01 +0000 (18:45 +0100)
perl-List-AllUtils.spec

index b1669baf083d2a0cd81d7ef718ab84ff09dd36af..d5116034d100cb309df0e45821207a15acf86218 100644 (file)
@@ -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}
This page took 0.079961 seconds and 4 git commands to generate.