Accepting request 456789 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/456789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-AllUtils?expand=0&rev=17
This commit is contained in:
Stephan Kulow 2017-02-13 18:38:02 +00:00 committed by Git OBS Bridge
parent 379bdf12bc
commit a9530532d4
4 changed files with 24 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Feb 13 12:19:34 UTC 2017 - coolo@suse.com
- updated to 0.14
see /usr/share/doc/packages/perl-List-AllUtils/Changes
0.14 2017-02-07
- Re-release after git pull of some changes.
0.13 2017-02-07
- The docs for the subs from List::UtilsBy were repeated twice. Reported by
Andy Lester. RT #120123.
-------------------------------------------------------------------
Mon Oct 17 05:35:50 UTC 2016 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-List-AllUtils
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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,14 +17,14 @@
Name: perl-List-AllUtils
Version: 0.12
Version: 0.14
Release: 0
%define cpan_name List-AllUtils
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/
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,6 +66,7 @@ List::Util, List::SomeUtils and List::UtilsBy.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING.md LICENSE README.md
%doc Changes CONTRIBUTING.md README.md
%license LICENSE
%changelog