Accepting request 976459 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/976459 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-List-UtilsBy?expand=0&rev=3
This commit is contained in:
commit
b1c97573c3
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user