From 8b710949517f6bca182e3f39c62b3bba932fc4f3ae792b889d563a7925fd3c20 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 3 Sep 2017 09:00:40 +0000 Subject: [PATCH] Accepting request 516947 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/516947 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-MoreUtils-XS?expand=0&rev=5 --- List-MoreUtils-XS-0.418.tar.gz | 3 --- List-MoreUtils-XS-0.421.tar.gz | 3 +++ perl-List-MoreUtils-XS.changes | 41 ++++++++++++++++++++++++++++++++++ perl-List-MoreUtils-XS.spec | 8 +++---- 4 files changed, 47 insertions(+), 8 deletions(-) delete mode 100644 List-MoreUtils-XS-0.418.tar.gz create mode 100644 List-MoreUtils-XS-0.421.tar.gz diff --git a/List-MoreUtils-XS-0.418.tar.gz b/List-MoreUtils-XS-0.418.tar.gz deleted file mode 100644 index 7f95a32..0000000 --- a/List-MoreUtils-XS-0.418.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0aa41a90337bb1ec48db50e5c73875b960685ff4dd49c26ed39dea0d52752d4f -size 129838 diff --git a/List-MoreUtils-XS-0.421.tar.gz b/List-MoreUtils-XS-0.421.tar.gz new file mode 100644 index 0000000..383742d --- /dev/null +++ b/List-MoreUtils-XS-0.421.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c713b21d5e863aa7be3e909bc69ba671b0b417e934742a2425b9a0606fd2c3 +size 156618 diff --git a/perl-List-MoreUtils-XS.changes b/perl-List-MoreUtils-XS.changes index 61bd243..bcd16e4 100644 --- a/perl-List-MoreUtils-XS.changes +++ b/perl-List-MoreUtils-XS.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Tue Aug 15 05:41:20 UTC 2017 - coolo@suse.com + +- updated to 0.421 + see /usr/share/doc/packages/perl-List-MoreUtils-XS/Changes + + 0.421 2017-08-14 + - correct license in META thanks to Chase Whitener (RT#122702) + - fix issues with -DPERL_IMPLICIT_SYS on Windows with Strawberry-Perl + + 0.420_002 2017-08-03 + - improve configure toolchain to use Config::AutoConf 0.315 + - speed up some inner loops by hinting the expected result + - fix mind screwed up issue in upper_bound and reduce elements + visited in equal_range + + 0.420_001 2017-06-28 + - fix a lot of potential memory leaks when callbacks throw exceptions + - add some new functions: + * qsort + * binsert + * bremove + * listcmp + * arrayify (RT#17230) + * samples (RT#77562) + * minmaxstr (RT#106401) + * lower_bound + * upper_bound + * equal_range + * frequencies + * occurances + * mode (RT#91991) + * zip6 (RT#42921) + * reduce_0 + * reduce_1 + * reduce_u + - improve tests + - make List::MoreUtils::XS independent from List::MoreUtils + Note that List::MoreUtils::XS doesn't guarantee API stability - this + feature is only provided through List::MoreUtils as frontend. + ------------------------------------------------------------------- Wed Apr 5 12:57:12 UTC 2017 - coolo@suse.com diff --git a/perl-List-MoreUtils-XS.spec b/perl-List-MoreUtils-XS.spec index af14527..5cd968f 100644 --- a/perl-List-MoreUtils-XS.spec +++ b/perl-List-MoreUtils-XS.spec @@ -17,9 +17,9 @@ Name: perl-List-MoreUtils-XS -Version: 0.418 +Version: 0.421 Release: 0 -#Upstream: Artistic-1.0 or GPL-1.0+ +#Upstream: Apache-2.0 %define cpan_name List-MoreUtils-XS Summary: Provide compiled List::MoreUtils functions License: (Artistic-1.0 or GPL-1.0+) and Apache-2.0 @@ -31,10 +31,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(IPC::Cmd) -BuildRequires: perl(List::MoreUtils) >= 0.417_001 BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(XSLoader) >= 0.22 -Requires: perl(List::MoreUtils) >= 0.417_001 Requires: perl(XSLoader) >= 0.22 %{perl_requires} @@ -58,7 +56,7 @@ Provide compiled List::MoreUtils functions %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes GPL-1 README.md +%doc Changes GPL-1 MAINTAINER.md README.md %license ARTISTIC-1.0 LICENSE %changelog