diff --git a/List-MoreUtils-0.425.tar.gz b/List-MoreUtils-0.425.tar.gz deleted file mode 100644 index f4495e7..0000000 --- a/List-MoreUtils-0.425.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28fc33d42181dee0047b19edba55301547943fd90aaa62f0c8b21d1a475b6558 -size 111444 diff --git a/List-MoreUtils-0.426.tar.gz b/List-MoreUtils-0.426.tar.gz new file mode 100644 index 0000000..0a7c6e8 --- /dev/null +++ b/List-MoreUtils-0.426.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e05610d04c6d0cdb63607d88950fd5c6e850a71cea1e1138ebf5c26c83a47b6 +size 145518 diff --git a/perl-List-MoreUtils.changes b/perl-List-MoreUtils.changes index 994ffc9..d6af3cc 100644 --- a/perl-List-MoreUtils.changes +++ b/perl-List-MoreUtils.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +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 diff --git a/perl-List-MoreUtils.spec b/perl-List-MoreUtils.spec index 2556f25..408ad49 100644 --- a/perl-List-MoreUtils.spec +++ b/perl-List-MoreUtils.spec @@ -17,7 +17,7 @@ Name: perl-List-MoreUtils -Version: 0.425 +Version: 0.426 Release: 0 %define cpan_name List-MoreUtils Summary: Provide the stuff missing in List::Util @@ -31,11 +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(List::MoreUtils::XS) >= 0.426 BuildRequires: perl(Test::LeakTrace) BuildRequires: perl(Test::More) >= 0.96 Requires: perl(Exporter::Tiny) >= 0.038 -Requires: perl(List::MoreUtils::XS) >= 0.423 +Requires: perl(List::MoreUtils::XS) >= 0.426 %{perl_requires} %description