forked from pool/perl-List-MoreUtils-XS
Accepting request 520565 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/520565 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-MoreUtils-XS?expand=0&rev=7
This commit is contained in:
parent
8b71094951
commit
cb133459c6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89c713b21d5e863aa7be3e909bc69ba671b0b417e934742a2425b9a0606fd2c3
|
||||
size 156618
|
3
List-MoreUtils-XS-0.423.tar.gz
Normal file
3
List-MoreUtils-XS-0.423.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7bd44f4cd6fb341f193564b2890e65d69372bddc9d9dc817354a75d861a7c98a
|
||||
size 158385
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-List-MoreUtils-XS
|
||||
Version: 0.421
|
||||
Version: 0.423
|
||||
Release: 0
|
||||
#Upstream: Apache-2.0
|
||||
%define cpan_name List-MoreUtils-XS
|
||||
@ -37,7 +37,10 @@ Requires: perl(XSLoader) >= 0.22
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
Provide compiled List::MoreUtils functions
|
||||
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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user