From 7661debede05bdf071486e4dbd1db10038dcc81ea408edbd8ecb12825cbe7a3c Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Thu, 13 Dec 2018 11:54:12 +0000 Subject: [PATCH] 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 --- List-AllUtils-0.14.tar.gz | 3 --- List-AllUtils-0.15.tar.gz | 3 +++ perl-List-AllUtils.changes | 12 ++++++++++++ perl-List-AllUtils.spec | 24 ++++++++++++------------ 4 files changed, 27 insertions(+), 15 deletions(-) delete mode 100644 List-AllUtils-0.14.tar.gz create mode 100644 List-AllUtils-0.15.tar.gz diff --git a/List-AllUtils-0.14.tar.gz b/List-AllUtils-0.14.tar.gz deleted file mode 100644 index dc2036c..0000000 --- a/List-AllUtils-0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e45aa65927ae1975a000cc2fed14274627fa5e2bd09bab826a5f2c41d17ef6cd -size 44358 diff --git a/List-AllUtils-0.15.tar.gz b/List-AllUtils-0.15.tar.gz new file mode 100644 index 0000000..034cd75 --- /dev/null +++ b/List-AllUtils-0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3711fac729321d3aad8356a756fd9272094f227aa048866a3751f9d8ea6cc95d +size 47262 diff --git a/perl-List-AllUtils.changes b/perl-List-AllUtils.changes index 78f01e8..6f5829c 100644 --- a/perl-List-AllUtils.changes +++ b/perl-List-AllUtils.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Dec 12 06:09:15 UTC 2018 - Stephan Kulow + +- 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 diff --git a/perl-List-AllUtils.spec b/perl-List-AllUtils.spec index b1906cc..fd43903 100644 --- a/perl-List-AllUtils.spec +++ b/perl-List-AllUtils.spec @@ -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