Accepting request 404963 from devel:languages:perl:autoupdate
- updated to 0.11 see /usr/share/doc/packages/perl-List-AllUtils/Changes 0.11 2016-06-26 - Added List::UtilsBy to the list of included modules. Based on a patch from Yanick Champoux. GH #3. - updated to 0.10 see /usr/share/doc/packages/perl-List-AllUtils/Changes 0.10 2016-05-08 - Switched from List::MoreUtils to List::SomeUtils. This should not change any functionality of the module. - Make the test for subroutine redefined warnings much more specific. Previously tests could fail because of totally unrelated warnings from other modules. Reported by ribasushi. RT #113740. OBS-URL: https://build.opensuse.org/request/show/404963 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-AllUtils?expand=0&rev=13
This commit is contained in:
parent
b06ad00940
commit
257ec2a2f9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cfe6359cc6c9f4ba0d178e223f4b468d3cf7768d645334962f05de069bdaee2
|
||||
size 25846
|
3
List-AllUtils-0.11.tar.gz
Normal file
3
List-AllUtils-0.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:762dcb0067fdba061104be834747f6b8bd27897389e77aed458f35dfe4d04998
|
||||
size 43715
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@ -0,0 +1,28 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 27 08:09:40 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.11
|
||||
see /usr/share/doc/packages/perl-List-AllUtils/Changes
|
||||
|
||||
0.11 2016-06-26
|
||||
|
||||
- Added List::UtilsBy to the list of included modules. Based on a patch from
|
||||
Yanick Champoux. GH #3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 31 10:37:04 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.10
|
||||
see /usr/share/doc/packages/perl-List-AllUtils/Changes
|
||||
|
||||
0.10 2016-05-08
|
||||
|
||||
- Switched from List::MoreUtils to List::SomeUtils. This should not change any
|
||||
functionality of the module.
|
||||
|
||||
- Make the test for subroutine redefined warnings much more
|
||||
specific. Previously tests could fail because of totally unrelated warnings
|
||||
from other modules. Reported by ribasushi. RT #113740.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 21:00:52 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-List-AllUtils
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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,34 +17,36 @@
|
||||
|
||||
|
||||
Name: perl-List-AllUtils
|
||||
Version: 0.09
|
||||
Version: 0.11
|
||||
Release: 0
|
||||
%define cpan_name List-AllUtils
|
||||
Summary: Combines List::Util and List::MoreUtils in one bite-sized package
|
||||
Summary: Combines List::Util, List::SomeUtils and List::UtilsBy in one bite-sized[cut]
|
||||
License: Artistic-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/List-AllUtils/
|
||||
Source: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(List::MoreUtils) >= 0.28
|
||||
BuildRequires: perl(List::Util) >= 1.31
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Warnings)
|
||||
Requires: perl(List::MoreUtils) >= 0.28
|
||||
Requires: perl(List::Util) >= 1.31
|
||||
BuildRequires: perl(List::SomeUtils) >= 0.50
|
||||
BuildRequires: perl(List::Util) >= 1.45
|
||||
BuildRequires: perl(List::UtilsBy) >= 0.10
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
Requires: perl(List::SomeUtils) >= 0.50
|
||||
Requires: perl(List::Util) >= 1.45
|
||||
Requires: perl(List::UtilsBy) >= 0.10
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
Are you sick of trying to remember whether a particular helper is defined
|
||||
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.
|
||||
in List::Util, List::SomeUtils or List::UtilsBy? I sure am. Now you don't
|
||||
have to remember. This module will export all of the functions that either
|
||||
of those three modules defines.
|
||||
|
||||
Note that all function documentation has been shamelessly copied from the
|
||||
List::Util manpage and the List::MoreUtils manpage.
|
||||
Note that all function documentation has been shamelessly copied from
|
||||
List::Util, List::SomeUtils and List::UtilsBy.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
@ -63,6 +65,6 @@ List::Util manpage and the List::MoreUtils manpage.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README.md
|
||||
%doc Changes CONTRIBUTING.md LICENSE README.md
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user