Accepting request 526921 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/526921 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-MoreUtils?expand=0&rev=37
This commit is contained in:
parent
044b1e44f5
commit
025478b7d3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f8e65608f5dc583faa6a703d19d277ad46dfc1816e51f8ff34fb8322ed48615
|
||||
size 55193
|
3
List-MoreUtils-0.425.tar.gz
Normal file
3
List-MoreUtils-0.425.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28fc33d42181dee0047b19edba55301547943fd90aaa62f0c8b21d1a475b6558
|
||||
size 111444
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 05:43:52 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 0.425
|
||||
see /usr/share/doc/packages/perl-List-MoreUtils/Changes
|
||||
|
||||
0.425 2017-09-06
|
||||
- release 0.424_001 as 0.425 with XS is META.* after 136:0 PASS:FAIL
|
||||
on CPAN Tester Matrix
|
||||
|
||||
0.424_001 2017-09-05
|
||||
- Makefile.PL: modify PREREQ_PM instead of recommend dynamically
|
||||
|
||||
0.423 2017-08-22
|
||||
- sync version with List::MoreUtils::XS
|
||||
- add examples for binsert/bremove (LMU::XS issue #1, Thanks to shawnlaffan)
|
||||
- update tests to latest List::MoreUtils::XS
|
||||
- recommend List::MoreUtils::XS 0.423
|
||||
|
||||
0.420_001 2017-08-15
|
||||
- add some new functions:
|
||||
* qsort (XS only)
|
||||
* binsert
|
||||
* bremove
|
||||
* listcmp
|
||||
* arrayify (RT#17230)
|
||||
* samples (RT#77562)
|
||||
* minmaxstr (RT#106401)
|
||||
* lower_bound
|
||||
* upper_bound
|
||||
* equal_range
|
||||
* frequencies
|
||||
* occurrences
|
||||
* 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.
|
||||
- improve Makefile.PL regarding some build artifacts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 7 06:02:31 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
Name: perl-List-MoreUtils
|
||||
Version: 0.419
|
||||
Version: 0.425
|
||||
Release: 0
|
||||
%define cpan_name List-MoreUtils
|
||||
Summary: Provide the stuff missing in List::Util
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/List-MoreUtils/
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
|
||||
@ -31,8 +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(Test::LeakTrace)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
Requires: perl(Exporter::Tiny) >= 0.038
|
||||
Requires: perl(List::MoreUtils::XS) >= 0.423
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user