Sync from SUSE:SLFO:Main perl-List-MoreUtils-XS revision 2a6abb7b331fa93330488948fb8b6182
This commit is contained in:
commit
dcc3117175
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
BIN
List-MoreUtils-XS-0.430.tar.gz
(Stored with Git LFS)
Normal file
BIN
List-MoreUtils-XS-0.430.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
2
cpanspec.yml
Normal file
2
cpanspec.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
license: (Artistic-1.0 or GPL-1.0+) and Apache-2.0
|
140
perl-List-MoreUtils-XS.changes
Normal file
140
perl-List-MoreUtils-XS.changes
Normal file
@ -0,0 +1,140 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 22 03:17:57 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.430
|
||||||
|
see /usr/share/doc/packages/perl-List-MoreUtils-XS/Changes
|
||||||
|
|
||||||
|
0.430 2020-10-21
|
||||||
|
- re-release 0.429_002 without further changes
|
||||||
|
|
||||||
|
0.429_002 2020-10-05
|
||||||
|
- fix parts of RT#132043: listcmp misbehave in XS implementation
|
||||||
|
(thanks to Henrik Pauli for reporting)
|
||||||
|
|
||||||
|
0.429_001 2020-10-02
|
||||||
|
- fix parts of RT#123989: more $a/$b/$_ refcounting bugs
|
||||||
|
since some bugs are simply reported wrong, dealing with them breaks
|
||||||
|
more (including running code) than it solves. Way to heavy to feel
|
||||||
|
better ...
|
||||||
|
- introduce functions slide and slideatatime (wished by SCHWERN)
|
||||||
|
- toolchain fixes
|
||||||
|
- fix RT#133128 - LANG=nb_NO.utf8 related str tests fails (thanks, SJN
|
||||||
|
for reporting and provide a reasonable fix)
|
||||||
|
- fix issue#7 (Typo), thanks AMBS for reporting
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 20 06:32:01 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.428
|
||||||
|
see /usr/share/doc/packages/perl-List-MoreUtils-XS/Changes
|
||||||
|
|
||||||
|
0.428 2017-12-19
|
||||||
|
- release 0.427_002 without further changes
|
||||||
|
|
||||||
|
0.427_002 2017-12-14
|
||||||
|
- Update ppport.h to 3.37 for improved blead support
|
||||||
|
- Fix RT#123869 - context arg to croak() reported by Zefram
|
||||||
|
- fix RT#123870 - one() returns true on empty list reported by Andy Lester
|
||||||
|
- pamper RT#123868 - $a/$b/$_ refcounting bugs reported by Zefram
|
||||||
|
|
||||||
|
0.427_001 2017-12-12
|
||||||
|
- Fix RT#123613 - build fails on perl >=5.27.4 with -DDEBUGGING,
|
||||||
|
thanks for reporting and the suggested patch goes to Andreas
|
||||||
|
Koenig and Tony Cook
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 2 13:24:05 UTC 2017 - adrian.glaubitz@suse.com
|
||||||
|
|
||||||
|
- move license files from %license to %doc to fix FTBFS on <= SLE_12_SP2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 3 05:40:02 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.426
|
||||||
|
see /usr/share/doc/packages/perl-List-MoreUtils-XS/Changes
|
||||||
|
|
||||||
|
0.426 2017-10-02
|
||||||
|
- release 0.425_001 as 0.426
|
||||||
|
|
||||||
|
0.425_001 2017-09-27
|
||||||
|
- Fix broken format in part (fixes issues/4, thanks Andreas Schwab
|
||||||
|
for reporting and testing the fix)
|
||||||
|
- Fix gcc 4.7 sequence point warning (fixes issues/5, thanks Andreas
|
||||||
|
Schwab for reporting and testing the fix)
|
||||||
|
- Fix incorrect padname resolving for perl > 5.21.6 (Fixes RT#122883,
|
||||||
|
thanks Alexander Bluhm <alexander.bluhm@gmx.net> for reporting).
|
||||||
|
- Fix compiling issue on CentOS 4 & CentOS 5 (thanks Alex Karelas
|
||||||
|
<alex.karelas@gmail.com> for reporting and testing the fix)
|
||||||
|
- obsolete format.patch and undefined.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 12 08:16:32 UTC 2017 - schwab@suse.de
|
||||||
|
|
||||||
|
- format.patch: fix format errors
|
||||||
|
- undefined.patch: fix undefined operation
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 4 05:39:47 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.423
|
||||||
|
see /usr/share/doc/packages/perl-List-MoreUtils-XS/Changes
|
||||||
|
|
||||||
|
0.423 2017-08-19
|
||||||
|
- Fix dealing with lists with one element on bremove/binsert.
|
||||||
|
Thanks shawnlaffan for reporting this via issues#2
|
||||||
|
- add support for compilers before C99
|
||||||
|
- fix some 32-bit compiler warnings
|
||||||
|
- add support for compilers without statement expression feature
|
||||||
|
|
||||||
|
0.422 2017-08-15
|
||||||
|
- Rename 'occurances' into 'occurrences' as requested in RT#122806 by
|
||||||
|
Paul Howarth as a slightly late side-note in RT#91991.
|
||||||
|
- Add DESCRIPTION to Pod clarifying the role of List::MoreUtils::XS
|
||||||
|
- improve Makefile.PL regarding some build artifacts
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- initial package 0.418
|
||||||
|
* created by cpanspec 1.78.08
|
65
perl-List-MoreUtils-XS.spec
Normal file
65
perl-List-MoreUtils-XS.spec
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
#
|
||||||
|
# spec file for package perl-List-MoreUtils-XS
|
||||||
|
#
|
||||||
|
# Copyright (c) 2020 SUSE LLC
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Name: perl-List-MoreUtils-XS
|
||||||
|
Version: 0.430
|
||||||
|
Release: 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-or-later) AND Apache-2.0
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
|
Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(IPC::Cmd)
|
||||||
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
|
BuildRequires: perl(XSLoader) >= 0.22
|
||||||
|
Requires: perl(XSLoader) >= 0.22
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
|
%description
|
||||||
|
List::MoreUtils::XS is a backend for List::MoreUtils. Even if it's possible
|
||||||
|
(because of user wishes) to have it practically independent from
|
||||||
|
List::MoreUtils, it technically depend on 'List::MoreUtils'. Since it's
|
||||||
|
only a backend, the API is not public and can change without any warning.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
%check
|
||||||
|
make test
|
||||||
|
|
||||||
|
%install
|
||||||
|
%perl_make_install
|
||||||
|
%perl_process_packlist
|
||||||
|
%perl_gen_filelist
|
||||||
|
|
||||||
|
%files -f %{name}.files
|
||||||
|
%defattr(-,root,root,755)
|
||||||
|
%doc Changes GPL-1 MAINTAINER.md README.md
|
||||||
|
%license ARTISTIC-1.0 LICENSE
|
||||||
|
|
||||||
|
%changelog
|
Loading…
x
Reference in New Issue
Block a user