Accepting request 1059011 from devel:languages:perl:autoupdate

- updated to 0.59
   see /usr/share/doc/packages/perl-List-SomeUtils/Changes
  0.59     2022-12-10
  * Require Module::Implementation 0.04. Without this tests fail. Reported by
    Eric Brine. GH #11.

OBS-URL: https://build.opensuse.org/request/show/1059011
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-SomeUtils?expand=0&rev=11
This commit is contained in:
Dirk Stoecker 2023-01-17 15:40:55 +00:00 committed by Git OBS Bridge
parent 6d0464e562
commit ef046a4edc
5 changed files with 32 additions and 16 deletions

View File

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

BIN
List-SomeUtils-0.59.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -10,6 +10,7 @@
#patches:
# foo.patch: -p1
# bar.patch:
# baz.patch: PATCH-FIX-OPENSUSE
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
@ -26,3 +27,9 @@
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
skip_doc: .*\.yml .*\.toml
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jan 17 15:37:49 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
- updated to 0.59
see /usr/share/doc/packages/perl-List-SomeUtils/Changes
0.59 2022-12-10
* Require Module::Implementation 0.04. Without this tests fail. Reported by
Eric Brine. GH #11.
-------------------------------------------------------------------
Mon Oct 28 10:52:52 UTC 2019 - <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-List-SomeUtils
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,26 +16,24 @@
#
Name: perl-List-SomeUtils
Version: 0.58
Release: 0
%define cpan_name List-SomeUtils
Summary: Provide the stuff missing in List::Util
Name: perl-List-SomeUtils
Version: 0.59
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Summary: Provide the stuff missing in List::Util
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::XS) >= 0.54
BuildRequires: perl(Module::Implementation)
BuildRequires: perl(Module::Implementation) >= 0.04
BuildRequires: perl(Test::LeakTrace)
BuildRequires: perl(Test::More) >= 0.96
Requires: perl(List::SomeUtils::XS) >= 0.54
Requires: perl(Module::Implementation)
Requires: perl(Module::Implementation) >= 0.04
%{perl_requires}
%description
@ -49,11 +47,12 @@ pure-Perl implementation of these functions only serves as a fallback in
case the C portions of this module couldn't be compiled on this machine.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@ -64,7 +63,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
%license LICENSE