Accepting request 394601 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/394601 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-List-MoreUtils?expand=0&rev=27
This commit is contained in:
commit
8dc300de8d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4d6429d5672ce74a59d6490320252cb8b5b8285db8fe9c6551a4162e5375ef37
|
|
||||||
size 131313
|
|
3
List-MoreUtils-0.415.tar.gz
Normal file
3
List-MoreUtils-0.415.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:568e093563cb2421db9d4ffc5ee4cefc3c6d7d9fe7a9d862f1584199b6394f7a
|
||||||
|
size 132151
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 5 09:30:24 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.415
|
||||||
|
see /usr/share/doc/packages/perl-List-MoreUtils/Changes
|
||||||
|
|
||||||
|
0.415 2016-05-01
|
||||||
|
- Release 0.414_001 as 0.415 without further changes
|
||||||
|
|
||||||
|
0.414_001 2016-04-13
|
||||||
|
- fix RT#75727 - after's XS implementation call XSRETURN(-1) when it
|
||||||
|
doesn't find an element (2nd patch provided by Reini Urban,
|
||||||
|
regression test provided by Tony Cook)
|
||||||
|
- fix RT#113117 - XS's minmax() sometimes return undef (perl >= 5.20),
|
||||||
|
thanks PERLANCAR and SREZIC
|
||||||
|
- explicit test for thesis in RT#110998 - XS implementation of pairwise
|
||||||
|
fails with memory allocation error when there are more return values
|
||||||
|
than in original lists -- thesis is proven wrong
|
||||||
|
- efficiency improvements by bulk88
|
||||||
|
- improve some tests to get clearer reports
|
||||||
|
- distinguish between "Makefile.PL find's a .git directory" and
|
||||||
|
"Makefile.PL runs in maintainer mode"
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 14 08:17:22 UTC 2015 - coolo@suse.com
|
Sun Jun 14 08:17:22 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-List-MoreUtils
|
# spec file for package perl-List-MoreUtils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-List-MoreUtils
|
Name: perl-List-MoreUtils
|
||||||
Version: 0.413
|
Version: 0.415
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name List-MoreUtils
|
%define cpan_name List-MoreUtils
|
||||||
Summary: Provide the stuff missing in List::Util
|
Summary: Provide the stuff missing in List::Util
|
||||||
@ -37,7 +37,7 @@ Requires: perl(Exporter::Tiny) >= 0.038
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
*List::MoreUtils* provides some trivial but commonly needed functionality
|
*List::MoreUtils* provides some trivial but commonly needed functionality
|
||||||
on lists which is not going to go into the List::Util manpage.
|
on lists which is not going to go into List::Util.
|
||||||
|
|
||||||
All of the below functions are implementable in only a couple of lines of
|
All of the below functions are implementable in only a couple of lines of
|
||||||
Perl code. Using the functions from this module however should give
|
Perl code. Using the functions from this module however should give
|
||||||
|
Loading…
x
Reference in New Issue
Block a user