Accepting request 657391 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/657391 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-AllUtils?expand=0&rev=19
This commit is contained in:
parent
a9530532d4
commit
7661debede
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e45aa65927ae1975a000cc2fed14274627fa5e2bd09bab826a5f2c41d17ef6cd
|
||||
size 44358
|
3
List-AllUtils-0.15.tar.gz
Normal file
3
List-AllUtils-0.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3711fac729321d3aad8356a756fd9272094f227aa048866a3751f9d8ea6cc95d
|
||||
size 47262
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 12 06:09:15 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 0.15
|
||||
see /usr/share/doc/packages/perl-List-AllUtils/Changes
|
||||
|
||||
0.15 2018-12-10
|
||||
|
||||
- Require List::UtilsBy 0.11 and include the docs from that version.
|
||||
|
||||
- Require List::SomeUtils 0.56 and include the docs from that version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 12:19:34 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-List-AllUtils
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,32 +12,32 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-List-AllUtils
|
||||
Version: 0.14
|
||||
Version: 0.15
|
||||
Release: 0
|
||||
%define cpan_name List-AllUtils
|
||||
Summary: Combines List::Util, List::SomeUtils and List::UtilsBy in one bite-sized[cut]
|
||||
License: Artistic-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/List-AllUtils/
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(List::SomeUtils) >= 0.50
|
||||
BuildRequires: perl(List::SomeUtils) >= 0.56
|
||||
BuildRequires: perl(List::Util) >= 1.45
|
||||
BuildRequires: perl(List::UtilsBy) >= 0.10
|
||||
BuildRequires: perl(List::UtilsBy) >= 0.11
|
||||
BuildRequires: perl(Sub::Util)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
Requires: perl(List::SomeUtils) >= 0.50
|
||||
Requires: perl(List::SomeUtils) >= 0.56
|
||||
Requires: perl(List::Util) >= 1.45
|
||||
Requires: perl(List::UtilsBy) >= 0.10
|
||||
Requires: perl(List::UtilsBy) >= 0.11
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -53,11 +53,11 @@ List::Util, List::SomeUtils and List::UtilsBy.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@ -66,7 +66,7 @@ List::Util, List::SomeUtils and List::UtilsBy.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTING.md README.md
|
||||
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user