From 1c0bd8cad2c9eff0703389b4b7ab3c8fe2e1f00f31e5f06e3fde230523216e5d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 25 Nov 2013 10:39:55 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-AllUtils?expand=0&rev=7 --- List-AllUtils-0.05.tar.gz | 3 --- List-AllUtils-0.07.tar.gz | 3 +++ perl-List-AllUtils.changes | 21 ++++++++++++++++----- perl-List-AllUtils.spec | 3 ++- 4 files changed, 21 insertions(+), 9 deletions(-) delete mode 100644 List-AllUtils-0.05.tar.gz create mode 100644 List-AllUtils-0.07.tar.gz diff --git a/List-AllUtils-0.05.tar.gz b/List-AllUtils-0.05.tar.gz deleted file mode 100644 index b8f5663..0000000 --- a/List-AllUtils-0.05.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:111c2faa832f7894d6a811b4e9e130f717f3582dc1f0e6c7546abf7453a10f51 -size 13458 diff --git a/List-AllUtils-0.07.tar.gz b/List-AllUtils-0.07.tar.gz new file mode 100644 index 0000000..ce469d0 --- /dev/null +++ b/List-AllUtils-0.07.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b52f59ef0f6e79aaaf777b58f7bdf806c71e2f9ea901b5f11c3964536cb434 +size 13902 diff --git a/perl-List-AllUtils.changes b/perl-List-AllUtils.changes index 1c7e859..d2002d9 100644 --- a/perl-List-AllUtils.changes +++ b/perl-List-AllUtils.changes @@ -1,12 +1,23 @@ +------------------------------------------------------------------- +Mon Nov 25 07:39:19 UTC 2013 - coolo@suse.com + +- updated to 0.07 + - The last version totally broke all exports from List::MoreUtils. Now there + are actual tests for this. Reported by Tatsuhiko Miyagawa. RT #89509. + - List::Util 1.33 provides some subs that are also provided by + List::MoreUtils. This caused subroutine redefeined warnings. List::AllUtils + now only imports subs from List::MoreUtils that aren't defined by + List::Util. This works with List::Util 1.31+. Reported by Zefram. RT #89467. + ------------------------------------------------------------------- Fri Oct 4 09:13:59 UTC 2013 - coolo@suse.com - updated to 0.05 -+- Really require List::Util 1.31, instead of just saying so in the -+ Changes. Reported by Przemysław Wesołek. RT #88296 -+- Updated to require List::Util 1.31, which includes a bunch of new pairwise -+ functions. -+- Updated docs to match List::MoreUtils 0.28+. Reported by ilmari. RT #75196. + - Really require List::Util 1.31, instead of just saying so in the + Changes. Reported by Przemysław Wesołek. RT #88296 + - Updated to require List::Util 1.31, which includes a bunch of new pairwise + functions. + - Updated docs to match List::MoreUtils 0.28+. Reported by ilmari. RT #75196. ------------------------------------------------------------------- Tue May 22 13:12:35 UTC 2012 - werner@suse.de diff --git a/perl-List-AllUtils.spec b/perl-List-AllUtils.spec index 41063b2..538aea7 100644 --- a/perl-List-AllUtils.spec +++ b/perl-List-AllUtils.spec @@ -17,7 +17,7 @@ Name: perl-List-AllUtils -Version: 0.05 +Version: 0.07 Release: 0 %define cpan_name List-AllUtils Summary: Combines List::Util and List::MoreUtils in one bite-sized package @@ -32,6 +32,7 @@ BuildRequires: perl-macros BuildRequires: perl(List::MoreUtils) >= 0.28 BuildRequires: perl(List::Util) >= 1.31 BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(Test::Warnings) #BuildRequires: perl(List::AllUtils) Requires: perl(List::MoreUtils) >= 0.28 Requires: perl(List::Util) >= 1.31