diff --git a/List-AllUtils-0.08.tar.gz b/List-AllUtils-0.08.tar.gz deleted file mode 100644 index fa0ef45..0000000 --- a/List-AllUtils-0.08.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27ddc2f0d47656cd3e08846ffe19f765bbd6c1d0e3c751ce4bb704e2b0b7ad1f -size 19283 diff --git a/List-AllUtils-0.09.tar.gz b/List-AllUtils-0.09.tar.gz new file mode 100644 index 0000000..4b174d4 --- /dev/null +++ b/List-AllUtils-0.09.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfe6359cc6c9f4ba0d178e223f4b468d3cf7768d645334962f05de069bdaee2 +size 25846 diff --git a/perl-List-AllUtils.changes b/perl-List-AllUtils.changes index 2158dfe..7444add 100644 --- a/perl-List-AllUtils.changes +++ b/perl-List-AllUtils.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Apr 14 21:00:52 UTC 2015 - coolo@suse.com + +- updated to 0.09 + see /usr/share/doc/packages/perl-List-AllUtils/Changes + + 0.09 2014-10-05 + + - Clarify which of List::Util and List::MoreUtils wins when they both provide + the same function. Requested by Karen Etheridge. RT #98560. + ------------------------------------------------------------------- Thu Jul 17 09:27:56 UTC 2014 - coolo@suse.com diff --git a/perl-List-AllUtils.spec b/perl-List-AllUtils.spec index 7f733c8..5072a58 100644 --- a/perl-List-AllUtils.spec +++ b/perl-List-AllUtils.spec @@ -1,7 +1,7 @@ # # spec file for package perl-List-AllUtils # -# Copyright (c) 2014 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 @@ -17,7 +17,7 @@ Name: perl-List-AllUtils -Version: 0.08 +Version: 0.09 Release: 0 %define cpan_name List-AllUtils Summary: Combines List::Util and List::MoreUtils in one bite-sized package @@ -39,12 +39,12 @@ Requires: perl(List::Util) >= 1.31 %description Are you sick of trying to remember whether a particular helper is defined -in 'List::Util' or 'List::MoreUtils'? I sure am. Now you don't have to -remember. This module will export all of the functions that either of those -two modules defines. +in the List::Util manpage or the List::MoreUtils manpage? I sure am. Now +you don't have to remember. This module will export all of the functions +that either of those two modules defines. Note that all function documentation has been shamelessly copied from the -List::Util manpage and . +List::Util manpage and the List::MoreUtils manpage. %prep %setup -q -n %{cpan_name}-%{version} @@ -63,6 +63,6 @@ List::Util manpage and . %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes LICENSE README.md %changelog