diff --git a/List-MoreUtils-XS-0.421.tar.gz b/List-MoreUtils-XS-0.421.tar.gz deleted file mode 100644 index 383742d..0000000 --- a/List-MoreUtils-XS-0.421.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89c713b21d5e863aa7be3e909bc69ba671b0b417e934742a2425b9a0606fd2c3 -size 156618 diff --git a/List-MoreUtils-XS-0.423.tar.gz b/List-MoreUtils-XS-0.423.tar.gz new file mode 100644 index 0000000..456099a --- /dev/null +++ b/List-MoreUtils-XS-0.423.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd44f4cd6fb341f193564b2890e65d69372bddc9d9dc817354a75d861a7c98a +size 158385 diff --git a/perl-List-MoreUtils-XS.changes b/perl-List-MoreUtils-XS.changes index bcd16e4..86b3e85 100644 --- a/perl-List-MoreUtils-XS.changes +++ b/perl-List-MoreUtils-XS.changes @@ -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 diff --git a/perl-List-MoreUtils-XS.spec b/perl-List-MoreUtils-XS.spec index 5cd968f..10ab038 100644 --- a/perl-List-MoreUtils-XS.spec +++ b/perl-List-MoreUtils-XS.spec @@ -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}