Accepting request 516819 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/516819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-List-SomeUtils?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2017-08-19 08:55:08 +00:00 committed by Git OBS Bridge
commit 8b573ea859
4 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64eb3638f0100a117cab3f3d355e115e2ed31b570abe780ec94727a6188de1bc
size 62418

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eaa7d99ce86380c0389876474c8eb84acc0a6bfeef1b0fc23a292592de6f89f7
size 63880

View File

@ -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

View File

@ -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}