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
This commit is contained in:
parent
25a98d4ab2
commit
2d6fd9bf4d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:faddf43b4bc21db8e4c0e89a26e5f23fe626cde3491ec651b6aa338627f5775a
|
|
||||||
size 22939
|
|
BIN
List-UtilsBy-0.12.tar.gz
(Stored with Git LFS)
Normal file
BIN
List-UtilsBy-0.12.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 30 03:06:26 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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
|
Wed Feb 7 15:44:26 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-List-UtilsBy
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%define cpan_name List-UtilsBy
|
||||||
Summary: Higher-Order List Utility Functions
|
Name: perl-List-UtilsBy
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
Version: 0.12
|
||||||
Group: Development/Libraries/Perl
|
Release: 0
|
||||||
Url: http://search.cpan.org/dist/List-UtilsBy/
|
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
|
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Module::Build) >= 0.400400
|
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;
|
my @people_sorted = sort_by { $_->name } @people;
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
perl Build.PL installdirs=vendor
|
||||||
./Build build flags=%{?_smp_mflags}
|
./Build build flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -62,7 +60,6 @@ returned by the extra function, when given each value.
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user