forked from pool/perl-List-MoreUtils
Compare commits
23 Commits
044b1e44f5
...
0ce8d9c166
Author | SHA256 | Date | |
---|---|---|---|
0ce8d9c166 | |||
6a487f0cbd | |||
cd2d3e5168 | |||
|
3ac96b97b6 | ||
|
ad266b04eb | ||
6af0865e54 | |||
f43e74b33d | |||
|
2a717c0ad2 | ||
01fd9985ea | |||
025478b7d3 | |||
92a3caf2b5 | |||
8dc300de8d | |||
dbfdb6fe05 | |||
65d748a6c8 | |||
0d738f8744 | |||
|
f92770d1df | ||
|
e4ea44f426 | ||
|
486efdaa96 | ||
|
68b87922df | ||
|
da8d18cb2c | ||
|
135d09c92d | ||
|
93218ed4cc | ||
|
0baaceb904 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5f8e65608f5dc583faa6a703d19d277ad46dfc1816e51f8ff34fb8322ed48615
|
|
||||||
size 55193
|
|
BIN
List-MoreUtils-0.430.tar.gz
(Stored with Git LFS)
Normal file
BIN
List-MoreUtils-0.430.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,99 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 22 03:16:34 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.430
|
||||||
|
see /usr/share/doc/packages/perl-List-MoreUtils/Changes
|
||||||
|
|
||||||
|
0.430 2020-10-21
|
||||||
|
- bump List::MoreUtils::XS requirement to 0.430
|
||||||
|
- release 0.429_001 without any further changes
|
||||||
|
|
||||||
|
0.429_001 2020-10-05
|
||||||
|
- fix failing installation in parallel make (Issue#38)
|
||||||
|
- infrastructure improvements and tooling updates,
|
||||||
|
lot's of author tests with according fixes added
|
||||||
|
- added slide and slideatatime functions wished by SCHWERN
|
||||||
|
- documentation fixes (PR#21, PR#33, PR#34, RT#126029, RT#132043, RT#132940)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 12 06:29:54 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.428
|
||||||
|
see /usr/share/doc/packages/perl-List-MoreUtils/Changes
|
||||||
|
|
||||||
|
0.428 2017-12-11
|
||||||
|
- release 0.427_001 without further changes
|
||||||
|
|
||||||
|
0.427_001 2017-11-06
|
||||||
|
- fix Issue#22 (Upgrading from LMU 0.416 to split XS/PP version will fail)
|
||||||
|
reported by Graham Knop (haarg), this time hopefully the right way,
|
||||||
|
repeated in RT#123310.
|
||||||
|
- fix Issue#29 (pairwise() PP implementation add tail undefs if arrays
|
||||||
|
sizes differs) reported by 0x62ash
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- 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
|
Fri Apr 7 06:02:31 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-List-MoreUtils
|
# spec file for package perl-List-MoreUtils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,18 +12,18 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-List-MoreUtils
|
Name: perl-List-MoreUtils
|
||||||
Version: 0.419
|
Version: 0.430
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name List-MoreUtils
|
%define cpan_name List-MoreUtils
|
||||||
Summary: Provide the stuff missing in List::Util
|
Summary: Provide the stuff missing in List::Util
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/List-MoreUtils/
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -31,8 +31,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Exporter::Tiny) >= 0.038
|
BuildRequires: perl(Exporter::Tiny) >= 0.038
|
||||||
|
BuildRequires: perl(List::MoreUtils::XS) >= 0.430
|
||||||
|
BuildRequires: perl(Test::LeakTrace)
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
Requires: perl(Exporter::Tiny) >= 0.038
|
Requires: perl(Exporter::Tiny) >= 0.038
|
||||||
|
Requires: perl(List::MoreUtils::XS) >= 0.430
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -49,11 +52,11 @@ case the C portions of this module couldn't be compiled on this machine.
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
Reference in New Issue
Block a user