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:
commit
8b573ea859
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:64eb3638f0100a117cab3f3d355e115e2ed31b570abe780ec94727a6188de1bc
|
|
||||||
size 62418
|
|
3
List-SomeUtils-0.56.tar.gz
Normal file
3
List-SomeUtils-0.56.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eaa7d99ce86380c0389876474c8eb84acc0a6bfeef1b0fc23a292592de6f89f7
|
||||||
|
size 63880
|
@ -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
|
Fri Jun 2 06:01:36 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-List-SomeUtils
|
Name: perl-List-SomeUtils
|
||||||
Version: 0.54
|
Version: 0.56
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name List-SomeUtils
|
%define cpan_name List-SomeUtils
|
||||||
Summary: Provide the stuff missing in List::Util
|
Summary: Provide the stuff missing in List::Util
|
||||||
@ -30,11 +30,11 @@ BuildArch: noarch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(List::SomeUtils::XS) >= 0.52
|
BuildRequires: perl(List::SomeUtils::XS) >= 0.54
|
||||||
BuildRequires: perl(Module::Implementation)
|
BuildRequires: perl(Module::Implementation)
|
||||||
BuildRequires: perl(Test::LeakTrace)
|
BuildRequires: perl(Test::LeakTrace)
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
Requires: perl(List::SomeUtils::XS) >= 0.52
|
Requires: perl(List::SomeUtils::XS) >= 0.54
|
||||||
Requires: perl(Module::Implementation)
|
Requires: perl(Module::Implementation)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user