Stephan Kulow 2013-11-25 10:39:55 +00:00 committed by Git OBS Bridge
parent 0f6d459332
commit 1c0bd8cad2
4 changed files with 21 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:111c2faa832f7894d6a811b4e9e130f717f3582dc1f0e6c7546abf7453a10f51
size 13458

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72b52f59ef0f6e79aaaf777b58f7bdf806c71e2f9ea901b5f11c3964536cb434
size 13902

View File

@ -1,12 +1,23 @@
-------------------------------------------------------------------
Mon Nov 25 07:39:19 UTC 2013 - coolo@suse.com
- updated to 0.07
- The last version totally broke all exports from List::MoreUtils. Now there
are actual tests for this. Reported by Tatsuhiko Miyagawa. RT #89509.
- List::Util 1.33 provides some subs that are also provided by
List::MoreUtils. This caused subroutine redefeined warnings. List::AllUtils
now only imports subs from List::MoreUtils that aren't defined by
List::Util. This works with List::Util 1.31+. Reported by Zefram. RT #89467.
-------------------------------------------------------------------
Fri Oct 4 09:13:59 UTC 2013 - coolo@suse.com
- updated to 0.05
+- Really require List::Util 1.31, instead of just saying so in the
+ Changes. Reported by Przemysław Wesołek. RT #88296
+- Updated to require List::Util 1.31, which includes a bunch of new pairwise
+ functions.
+- Updated docs to match List::MoreUtils 0.28+. Reported by ilmari. RT #75196.
- Really require List::Util 1.31, instead of just saying so in the
Changes. Reported by Przemysław Wesołek. RT #88296
- Updated to require List::Util 1.31, which includes a bunch of new pairwise
functions.
- Updated docs to match List::MoreUtils 0.28+. Reported by ilmari. RT #75196.
-------------------------------------------------------------------
Tue May 22 13:12:35 UTC 2012 - werner@suse.de

View File

@ -17,7 +17,7 @@
Name: perl-List-AllUtils
Version: 0.05
Version: 0.07
Release: 0
%define cpan_name List-AllUtils
Summary: Combines List::Util and List::MoreUtils in one bite-sized package
@ -32,6 +32,7 @@ BuildRequires: perl-macros
BuildRequires: perl(List::MoreUtils) >= 0.28
BuildRequires: perl(List::Util) >= 1.31
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Warnings)
#BuildRequires: perl(List::AllUtils)
Requires: perl(List::MoreUtils) >= 0.28
Requires: perl(List::Util) >= 1.31