diff --git a/List-AllUtils-0.18.tar.gz b/List-AllUtils-0.18.tar.gz deleted file mode 100644 index 47d9fc2..0000000 --- a/List-AllUtils-0.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7c4bf80090b281c4a1560c76a1a819094c3a1294302f77afb8c60ca4862ecf9 -size 54154 diff --git a/List-AllUtils-0.19.tar.gz b/List-AllUtils-0.19.tar.gz new file mode 100644 index 0000000..19f9018 --- /dev/null +++ b/List-AllUtils-0.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a8146ab21a7787b8c56d5829cf9a7f2b15276d3b3fca07336ac38d3002ffbc +size 56605 diff --git a/perl-List-AllUtils.changes b/perl-List-AllUtils.changes index 57c6d2c..2a988e7 100644 --- a/perl-List-AllUtils.changes +++ b/perl-List-AllUtils.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Apr 24 03:07:40 UTC 2021 - Tina Müller + +- 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 diff --git a/perl-List-AllUtils.spec b/perl-List-AllUtils.spec index e15c9ae..3b6b062 100644 --- a/perl-List-AllUtils.spec +++ b/perl-List-AllUtils.spec @@ -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