forked from pool/perl-List-MoreUtils-XS
Accepting request 520430 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/520430 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-List-MoreUtils-XS?expand=0&rev=2
This commit is contained in:
commit
6877f33c40
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0aa41a90337bb1ec48db50e5c73875b960685ff4dd49c26ed39dea0d52752d4f
|
|
||||||
size 129838
|
|
3
List-MoreUtils-XS-0.421.tar.gz
Normal file
3
List-MoreUtils-XS-0.421.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:89c713b21d5e863aa7be3e909bc69ba671b0b417e934742a2425b9a0606fd2c3
|
||||||
|
size 156618
|
@ -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
|
Wed Apr 5 12:57:12 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-List-MoreUtils-XS
|
Name: perl-List-MoreUtils-XS
|
||||||
Version: 0.418
|
Version: 0.421
|
||||||
Release: 0
|
Release: 0
|
||||||
#Upstream: Artistic-1.0 or GPL-1.0+
|
#Upstream: Apache-2.0
|
||||||
%define cpan_name List-MoreUtils-XS
|
%define cpan_name List-MoreUtils-XS
|
||||||
Summary: Provide compiled List::MoreUtils functions
|
Summary: Provide compiled List::MoreUtils functions
|
||||||
License: (Artistic-1.0 or GPL-1.0+) and Apache-2.0
|
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
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(IPC::Cmd)
|
BuildRequires: perl(IPC::Cmd)
|
||||||
BuildRequires: perl(List::MoreUtils) >= 0.417_001
|
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
BuildRequires: perl(XSLoader) >= 0.22
|
BuildRequires: perl(XSLoader) >= 0.22
|
||||||
Requires: perl(List::MoreUtils) >= 0.417_001
|
|
||||||
Requires: perl(XSLoader) >= 0.22
|
Requires: perl(XSLoader) >= 0.22
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
@ -58,7 +56,7 @@ Provide compiled List::MoreUtils functions
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes GPL-1 README.md
|
%doc Changes GPL-1 MAINTAINER.md README.md
|
||||||
%license ARTISTIC-1.0 LICENSE
|
%license ARTISTIC-1.0 LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user