Accepting request 296063 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/296063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-List-MoreUtils?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2015-04-16 12:12:04 +00:00 committed by Git OBS Bridge
commit 0d738f8744
4 changed files with 19 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:315c0b444c22b7bf207ac3c7e651d102c84a2308bfafb7a7efe095a9219494ad
size 38997

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 13 18:23:33 UTC 2015 - coolo@suse.com
- updated to 0.410
see /usr/share/doc/packages/perl-List-MoreUtils/Changes
-------------------------------------------------------------------
Mon Dec 19 14:48:51 UTC 2011 - coolo@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-List-MoreUtils
#
# 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
@ -17,17 +17,21 @@
Name: perl-List-MoreUtils
Version: 0.33
Version: 0.410
Release: 0
%define cpan_name List-MoreUtils
Summary: Provide the stuff missing in List::Util
License: GPL-1.0+ or Artistic-1.0
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/List-MoreUtils/
Source: http://www.cpan.org/authors/id/A/AD/ADAMK/List-MoreUtils-%{version}.tar.gz
Source: http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Exporter::Tiny) >= 0.038
BuildRequires: perl(IPC::Cmd)
BuildRequires: perl(Test::More) >= 0.96
Requires: perl(Exporter::Tiny) >= 0.038
%{perl_requires}
%description
@ -55,11 +59,8 @@ case the C portions of this module couldn't be compiled on this machine.
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%doc Changes LICENSE README
%defattr(-,root,root,755)
%doc Changes README.md
%changelog