update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-AllUtils?expand=0&rev=7
This commit is contained in:
parent
0f6d459332
commit
1c0bd8cad2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:111c2faa832f7894d6a811b4e9e130f717f3582dc1f0e6c7546abf7453a10f51
|
||||
size 13458
|
3
List-AllUtils-0.07.tar.gz
Normal file
3
List-AllUtils-0.07.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72b52f59ef0f6e79aaaf777b58f7bdf806c71e2f9ea901b5f11c3964536cb434
|
||||
size 13902
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user