Accepting request 533787 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/533787
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-MoreUtils?expand=0&rev=39
This commit is contained in:
Stephan Kulow 2017-10-18 05:09:02 +00:00 committed by Git OBS Bridge
parent 025478b7d3
commit 2a717c0ad2
4 changed files with 25 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28fc33d42181dee0047b19edba55301547943fd90aaa62f0c8b21d1a475b6558
size 111444

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e05610d04c6d0cdb63607d88950fd5c6e850a71cea1e1138ebf5c26c83a47b6
size 145518

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Oct 13 05:27:58 UTC 2017 - coolo@suse.com
- updated to 0.426
see /usr/share/doc/packages/perl-List-MoreUtils/Changes
0.426 2017-10-12
- release 0.425_002 without further changes
0.425_002 2017-10-05
- re-introduce Config::AutoConf
(https://rt.cpan.org/Ticket/Display.html?id=122875#txn-1745984)
for final satisfying RT#122875
- bump required version of List::MoreUtils::XS to 0.426, if XS is available
0.425_001 2017-09-27
- fix broken arrayify prototype
- revert removal of old List::MoreUtils::XS parts
-------------------------------------------------------------------
Mon Sep 18 05:43:52 UTC 2017 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-List-MoreUtils
Version: 0.425
Version: 0.426
Release: 0
%define cpan_name List-MoreUtils
Summary: Provide the stuff missing in List::Util
@ -31,11 +31,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Exporter::Tiny) >= 0.038
BuildRequires: perl(List::MoreUtils::XS) >= 0.423
BuildRequires: perl(List::MoreUtils::XS) >= 0.426
BuildRequires: perl(Test::LeakTrace)
BuildRequires: perl(Test::More) >= 0.96
Requires: perl(Exporter::Tiny) >= 0.038
Requires: perl(List::MoreUtils::XS) >= 0.423
Requires: perl(List::MoreUtils::XS) >= 0.426
%{perl_requires}
%description