commit 12845867d44c9dc4d0a1a6a046da1de17e8fb6b412ae7285123321666d802fa3 Author: Adrian Schröter Date: Fri May 3 18:27:14 2024 +0200 Sync from SUSE:SLFO:Main perl-List-AllUtils revision bf097ba93e930970756b99f2b33c857e diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text 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/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-List-AllUtils.changes b/perl-List-AllUtils.changes new file mode 100644 index 0000000..2a988e7 --- /dev/null +++ b/perl-List-AllUtils.changes @@ -0,0 +1,149 @@ +------------------------------------------------------------------- +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 + +- updated to 0.18 + see /usr/share/doc/packages/perl-List-AllUtils/Changes + + 0.18 2020-09-05 + - Switched to GitHub Issues. + 0.17 2020-09-05 + - Fix pod formatting errors that hid some function documentation. Fixed by + Olaf Alders. GH #10. + +------------------------------------------------------------------- +Mon Mar 2 03:09:38 UTC 2020 - + +- updated to 0.16 + see /usr/share/doc/packages/perl-List-AllUtils/Changes + + 0.16 2020-02-29 + + - Updated copied docs from other modules to their latest versions. + +------------------------------------------------------------------- +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 + +- updated to 0.14 + see /usr/share/doc/packages/perl-List-AllUtils/Changes + + 0.14 2017-02-07 + + - Re-release after git pull of some changes. + + + 0.13 2017-02-07 + + - The docs for the subs from List::UtilsBy were repeated twice. Reported by + Andy Lester. RT #120123. + +------------------------------------------------------------------- +Mon Oct 17 05:35:50 UTC 2016 - coolo@suse.com + +- updated to 0.12 + see /usr/share/doc/packages/perl-List-AllUtils/Changes + + 0.12 2016-10-16 + + - Nothing from List::UtilsBy was actually being exported, because of a type + and a lack of testing. Reported by Greg Oschwald. GitHub #5. + +------------------------------------------------------------------- +Mon Jun 27 08:09:40 UTC 2016 - coolo@suse.com + +- updated to 0.11 + see /usr/share/doc/packages/perl-List-AllUtils/Changes + + 0.11 2016-06-26 + + - Added List::UtilsBy to the list of included modules. Based on a patch from + Yanick Champoux. GH #3. + +------------------------------------------------------------------- +Tue May 31 10:37:04 UTC 2016 - coolo@suse.com + +- updated to 0.10 + see /usr/share/doc/packages/perl-List-AllUtils/Changes + + 0.10 2016-05-08 + + - Switched from List::MoreUtils to List::SomeUtils. This should not change any + functionality of the module. + + - Make the test for subroutine redefined warnings much more + specific. Previously tests could fail because of totally unrelated warnings + from other modules. Reported by ribasushi. RT #113740. + +------------------------------------------------------------------- +Tue Apr 14 21:00:52 UTC 2015 - coolo@suse.com + +- updated to 0.09 + see /usr/share/doc/packages/perl-List-AllUtils/Changes + + 0.09 2014-10-05 + + - Clarify which of List::Util and List::MoreUtils wins when they both provide + the same function. Requested by Karen Etheridge. RT #98560. + +------------------------------------------------------------------- +Thu Jul 17 09:27:56 UTC 2014 - coolo@suse.com + +- updated to 0.08 + - This version now works with both List::MoreUtils 0.28-0.33 and the latest + trial version, 0.400_006. Note that it does not work with earlier versions + of 0.400. + +------------------------------------------------------------------- +Mon Nov 25 07:39:19 UTC 2013 - coolo@suse.com + +- updated to 0.07 + - The last version totally broke all exports from List::MoreUtils. Now there + are actual tests for this. Reported by Tatsuhiko Miyagawa. RT #89509. + - List::Util 1.33 provides some subs that are also provided by + List::MoreUtils. This caused subroutine redefeined warnings. List::AllUtils + now only imports subs from List::MoreUtils that aren't defined by + List::Util. This works with List::Util 1.31+. Reported by Zefram. RT #89467. + +------------------------------------------------------------------- +Fri Oct 4 09:13:59 UTC 2013 - coolo@suse.com + +- updated to 0.05 + - Really require List::Util 1.31, instead of just saying so in the + Changes. Reported by Przemysław Wesołek. RT #88296 + - Updated to require List::Util 1.31, which includes a bunch of new pairwise + functions. + - Updated docs to match List::MoreUtils 0.28+. Reported by ilmari. RT #75196. + +------------------------------------------------------------------- +Tue May 22 13:12:35 UTC 2012 - werner@suse.de + +- run osc service localrun format_spec_file + +------------------------------------------------------------------- +Thu Feb 17 14:27:45 CET 2011 - pascal.bleser@opensuse.org + +- initial version (0.02) + diff --git a/perl-List-AllUtils.spec b/perl-List-AllUtils.spec new file mode 100644 index 0000000..3b6b062 --- /dev/null +++ b/perl-List-AllUtils.spec @@ -0,0 +1,70 @@ +# +# spec file for package perl-List-AllUtils +# +# 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%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 +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 +BuildRequires: perl +BuildRequires: perl-macros +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.58 +Requires: perl(List::Util) >= 1.56 +Requires: perl(List::UtilsBy) >= 0.11 +%{perl_requires} + +%description +Are you sick of trying to remember whether a particular helper is defined +in List::Util, List::SomeUtils or List::UtilsBy? I sure am. Now you don't +have to remember. This module will export all of the functions that either +of those three modules defines. + +Note that all function documentation has been shamelessly copied from +List::Util, List::SomeUtils and List::UtilsBy. + +%prep +%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_build + +%check +make test + +%install +%perl_make_install +%perl_process_packlist +%perl_gen_filelist + +%files -f %{name}.files +%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md precious.toml README.md +%license LICENSE + +%changelog