diff --git a/List-UtilsBy-0.07.tar.gz b/List-UtilsBy-0.07.tar.gz deleted file mode 100644 index 4bbd1f7..0000000 --- a/List-UtilsBy-0.07.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adfc21cbcf646f7f7d02f77c344245098d95b140aa14301c9e47fc4fdd8194ab -size 20850 diff --git a/List-UtilsBy-0.09.tar.gz b/List-UtilsBy-0.09.tar.gz new file mode 100644 index 0000000..77106d0 --- /dev/null +++ b/List-UtilsBy-0.09.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e52a159af343af5b529ba17fb04d5ea861dd57a8615e3f3806a284d07f9af5 +size 22358 diff --git a/perl-List-UtilsBy.changes b/perl-List-UtilsBy.changes index 537b765..b4db6e2 100644 --- a/perl-List-UtilsBy.changes +++ b/perl-List-UtilsBy.changes @@ -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 diff --git a/perl-List-UtilsBy.spec b/perl-List-UtilsBy.spec index d1ae9f9..545a692 100644 --- a/perl-List-UtilsBy.spec +++ b/perl-List-UtilsBy.spec @@ -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 # remain the property of their copyright owners, unless otherwise agreed @@ -15,14 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-List-UtilsBy -Version: 0.07 -Release: 1 -License: GPL+ or Artistic +Version: 0.09 +Release: 0 %define cpan_name List-UtilsBy 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 +Url: http://search.cpan.org/dist/List-UtilsBy/ Source: http://www.cpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz BuildArch: noarch 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 %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) %doc Changes LICENSE README