From 2d6fd9bf4de28c74a921dd74f6c0d8f710dfba47908e60e61d7c2951ca24e7f0 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 11 May 2022 16:34:16 +0000 Subject: [PATCH] Accepting request 975117 from devel:languages:perl:autoupdate - updated to 0.12 see /usr/share/doc/packages/perl-List-UtilsBy/Changes 0.12 2022-04-29 [CHANGES] * Documentation updates: + Add examples showing combining multiple functions to give further behaviours + Fixed typo "probability" (RT127988, RT136817) OBS-URL: https://build.opensuse.org/request/show/975117 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-UtilsBy?expand=0&rev=8 --- List-UtilsBy-0.11.tar.gz | 3 --- List-UtilsBy-0.12.tar.gz | 3 +++ perl-List-UtilsBy.changes | 13 +++++++++++++ perl-List-UtilsBy.spec | 23 ++++++++++------------- 4 files changed, 26 insertions(+), 16 deletions(-) delete mode 100644 List-UtilsBy-0.11.tar.gz create mode 100644 List-UtilsBy-0.12.tar.gz diff --git a/List-UtilsBy-0.11.tar.gz b/List-UtilsBy-0.11.tar.gz deleted file mode 100644 index 0913611..0000000 --- a/List-UtilsBy-0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faddf43b4bc21db8e4c0e89a26e5f23fe626cde3491ec651b6aa338627f5775a -size 22939 diff --git a/List-UtilsBy-0.12.tar.gz b/List-UtilsBy-0.12.tar.gz new file mode 100644 index 0000000..fca0110 --- /dev/null +++ b/List-UtilsBy-0.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff1281fd469fe982b1a58044becfd970f313bff3a26e1c7b2b3f4c0a5ed71e0 +size 23469 diff --git a/perl-List-UtilsBy.changes b/perl-List-UtilsBy.changes index 446abc0..7752b75 100644 --- a/perl-List-UtilsBy.changes +++ b/perl-List-UtilsBy.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Apr 30 03:06:26 UTC 2022 - Tina Müller + +- updated to 0.12 + see /usr/share/doc/packages/perl-List-UtilsBy/Changes + + 0.12 2022-04-29 + [CHANGES] + * Documentation updates: + + Add examples showing combining multiple functions to give + further behaviours + + Fixed typo "probability" (RT127988, RT136817) + ------------------------------------------------------------------- Wed Feb 7 15:44:26 UTC 2018 - coolo@suse.com diff --git a/perl-List-UtilsBy.spec b/perl-List-UtilsBy.spec index 81d15fd..53d3c55 100644 --- a/perl-List-UtilsBy.spec +++ b/perl-List-UtilsBy.spec @@ -1,7 +1,7 @@ # # spec file for package perl-List-UtilsBy # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,20 @@ # 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-UtilsBy -Version: 0.11 -Release: 0 %define cpan_name List-UtilsBy -Summary: Higher-Order List Utility Functions -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/List-UtilsBy/ +Name: perl-List-UtilsBy +Version: 0.12 +Release: 0 +License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Higher-order list utility functions +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Module::Build) >= 0.400400 @@ -48,10 +46,10 @@ returned by the extra function, when given each value. my @people_sorted = sort_by { $_->name } @people; %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor +perl Build.PL installdirs=vendor ./Build build flags=%{?_smp_mflags} %check @@ -62,7 +60,6 @@ returned by the extra function, when given each value. %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE