From 6bac8dadf9ca969413d05c60cea152188a31042b51a307b8a4c60060a1061fdf Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Mon, 14 Aug 2017 13:03:58 +0000 Subject: [PATCH] Accepting request 514142 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/514142 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-SomeUtils?expand=0&rev=7 --- List-SomeUtils-0.54.tar.gz | 3 --- List-SomeUtils-0.56.tar.gz | 3 +++ perl-List-SomeUtils.changes | 13 +++++++++++++ perl-List-SomeUtils.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 List-SomeUtils-0.54.tar.gz create mode 100644 List-SomeUtils-0.56.tar.gz diff --git a/List-SomeUtils-0.54.tar.gz b/List-SomeUtils-0.54.tar.gz deleted file mode 100644 index 5f61190..0000000 --- a/List-SomeUtils-0.54.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64eb3638f0100a117cab3f3d355e115e2ed31b570abe780ec94727a6188de1bc -size 62418 diff --git a/List-SomeUtils-0.56.tar.gz b/List-SomeUtils-0.56.tar.gz new file mode 100644 index 0000000..f87b825 --- /dev/null +++ b/List-SomeUtils-0.56.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa7d99ce86380c0389876474c8eb84acc0a6bfeef1b0fc23a292592de6f89f7 +size 63880 diff --git a/perl-List-SomeUtils.changes b/perl-List-SomeUtils.changes index 5edcec8..9763fbd 100644 --- a/perl-List-SomeUtils.changes +++ b/perl-List-SomeUtils.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Aug 3 05:43:00 UTC 2017 - coolo@suse.com + +- updated to 0.56 + see /usr/share/doc/packages/perl-List-SomeUtils/Changes + + 0.56 2017-07-22 + - Make sure we depend on the latest LSU::XS if the system support XS. + + 0.55 2017-07-22 + - Fixed incorrect comments in doc examples for uniq(). + - Added a new function, mode(), requested by Jerrad Pierce. GH #2. + ------------------------------------------------------------------- Fri Jun 2 06:01:36 UTC 2017 - coolo@suse.com diff --git a/perl-List-SomeUtils.spec b/perl-List-SomeUtils.spec index ea9be65..2fd9c6a 100644 --- a/perl-List-SomeUtils.spec +++ b/perl-List-SomeUtils.spec @@ -17,7 +17,7 @@ Name: perl-List-SomeUtils -Version: 0.54 +Version: 0.56 Release: 0 %define cpan_name List-SomeUtils Summary: Provide the stuff missing in List::Util @@ -30,11 +30,11 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(List::SomeUtils::XS) >= 0.52 +BuildRequires: perl(List::SomeUtils::XS) >= 0.54 BuildRequires: perl(Module::Implementation) BuildRequires: perl(Test::LeakTrace) BuildRequires: perl(Test::More) >= 0.96 -Requires: perl(List::SomeUtils::XS) >= 0.52 +Requires: perl(List::SomeUtils::XS) >= 0.54 Requires: perl(Module::Implementation) %{perl_requires}