Accepting request 296527 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296527
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-AllUtils?expand=0&rev=11
This commit is contained in:
Stephan Kulow 2015-04-15 04:43:04 +00:00 committed by Git OBS Bridge
parent 4a49c242e1
commit b06ad00940
4 changed files with 21 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27ddc2f0d47656cd3e08846ffe19f765bbd6c1d0e3c751ce4bb704e2b0b7ad1f
size 19283

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4cfe6359cc6c9f4ba0d178e223f4b468d3cf7768d645334962f05de069bdaee2
size 25846

View File

@ -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

View File

@ -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::MoreUtils>.
List::Util manpage and the List::MoreUtils manpage.
%prep
%setup -q -n %{cpan_name}-%{version}
@ -63,6 +63,6 @@ List::Util manpage and <List::MoreUtils>.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes LICENSE README.md
%changelog