Accepting request 393828 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/393828
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-MoreUtils?expand=0&rev=32
This commit is contained in:
Stephan Kulow 2016-05-10 05:02:38 +00:00 committed by Git OBS Bridge
parent 8139032350
commit ca94de9c87
4 changed files with 29 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d6429d5672ce74a59d6490320252cb8b5b8285db8fe9c6551a4162e5375ef37
size 131313

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:568e093563cb2421db9d4ffc5ee4cefc3c6d7d9fe7a9d862f1584199b6394f7a
size 132151

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: perl-List-MoreUtils
Version: 0.413
Version: 0.415
Release: 0
%define cpan_name List-MoreUtils
Summary: Provide the stuff missing in List::Util
@ -37,7 +37,7 @@ Requires: perl(Exporter::Tiny) >= 0.038
%description
*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
Perl code. Using the functions from this module however should give