Accepting request 888183 from devel:languages:perl:autoupdate
- updated to 0.19 see /usr/share/doc/packages/perl-List-AllUtils/Changes 0.19 2021-04-23 - We now prefer the mesh() and zip() functions from List::SomeUtils over the new, incompatible implementations in List::Util 1.56. Fixes GH #12. reported by Greg Oschwald. OBS-URL: https://build.opensuse.org/request/show/888183 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-AllUtils?expand=0&rev=25
This commit is contained in:
parent
89cee068a0
commit
09e743e5d8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7c4bf80090b281c4a1560c76a1a819094c3a1294302f77afb8c60ca4862ecf9
|
||||
size 54154
|
BIN
List-AllUtils-0.19.tar.gz
(Stored with Git LFS)
Normal file
BIN
List-AllUtils-0.19.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 24 03:07:40 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.19
|
||||
see /usr/share/doc/packages/perl-List-AllUtils/Changes
|
||||
|
||||
0.19 2021-04-23
|
||||
|
||||
- We now prefer the mesh() and zip() functions from List::SomeUtils over the
|
||||
new, incompatible implementations in List::Util 1.56. Fixes GH #12.
|
||||
reported by Greg Oschwald.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 03:09:14 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-List-AllUtils
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,27 +16,25 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-List-AllUtils
|
||||
Version: 0.18
|
||||
Release: 0
|
||||
%define cpan_name List-AllUtils
|
||||
Name: perl-List-AllUtils
|
||||
Version: 0.19
|
||||
Release: 0
|
||||
Summary: Combines List::Util, List::SomeUtils and List::UtilsBy in one bite-sized[cut]
|
||||
License: Artistic-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
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.56
|
||||
BuildRequires: perl(List::Util) >= 1.45
|
||||
BuildRequires: perl(List::SomeUtils) >= 0.58
|
||||
BuildRequires: perl(List::Util) >= 1.56
|
||||
BuildRequires: perl(List::UtilsBy) >= 0.11
|
||||
BuildRequires: perl(Sub::Util)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
Requires: perl(List::SomeUtils) >= 0.56
|
||||
Requires: perl(List::Util) >= 1.45
|
||||
Requires: perl(List::SomeUtils) >= 0.58
|
||||
Requires: perl(List::Util) >= 1.56
|
||||
Requires: perl(List::UtilsBy) >= 0.11
|
||||
%{perl_requires}
|
||||
|
||||
@ -50,11 +48,12 @@ Note that all function documentation has been shamelessly copied from
|
||||
List::Util, List::SomeUtils and List::UtilsBy.
|
||||
|
||||
%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
|
||||
@ -65,8 +64,7 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
|
||||
%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md precious.toml README.md
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user