Accepting request 295911 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/295911 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-UtilsBy?expand=0&rev=3
This commit is contained in:
parent
1df4d974aa
commit
46557c6eee
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:adfc21cbcf646f7f7d02f77c344245098d95b140aa14301c9e47fc4fdd8194ab
|
|
||||||
size 20850
|
|
3
List-UtilsBy-0.09.tar.gz
Normal file
3
List-UtilsBy-0.09.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:41e52a159af343af5b529ba17fb04d5ea861dd57a8615e3f3806a284d07f9af5
|
||||||
|
size 22358
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 13 19:30:19 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.09
|
||||||
|
see /usr/share/doc/packages/perl-List-UtilsBy/Changes
|
||||||
|
|
||||||
|
0.09 CHANGES:
|
||||||
|
* Added 'unzip_by'
|
||||||
|
* Added 'nmax_by' and 'nmin_by' name aliases for 'max_by'/'min_by'
|
||||||
|
|
||||||
|
0.08 CHANGES:
|
||||||
|
* Ensure that 'bundle_by' passes a short list to the body function
|
||||||
|
rather than trailing undefs
|
||||||
|
* Better hopefully-more efficient implementation of *sort_by.
|
||||||
|
* Removed back-compat renames of sortby etc..
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 22 10:51:42 UTC 2011 - them4z@googlemail.com
|
Sun May 22 10:51:42 UTC 2011 - them4z@googlemail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-List-UtilsBy (Version 0.07)
|
# spec file for package perl-List-UtilsBy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -15,14 +15,15 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-List-UtilsBy
|
Name: perl-List-UtilsBy
|
||||||
Version: 0.07
|
Version: 0.09
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL+ or Artistic
|
|
||||||
%define cpan_name List-UtilsBy
|
%define cpan_name List-UtilsBy
|
||||||
Summary: higher-order list utility functions
|
Summary: higher-order list utility functions
|
||||||
Url: http://search.cpan.org/dist/List-UtilsBy/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
|
Url: http://search.cpan.org/dist/List-UtilsBy/
|
||||||
Source: http://www.cpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -58,9 +59,6 @@ value returned by the extra function, when given each value.
|
|||||||
./Build install destdir=%{buildroot} create_packlist=0
|
./Build install destdir=%{buildroot} create_packlist=0
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes LICENSE README
|
||||||
|
Loading…
x
Reference in New Issue
Block a user