Accepting request 420308 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/420308
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-SomeUtils?expand=0&rev=3
This commit is contained in:
Dirk Stoecker 2016-08-19 08:54:12 +00:00 committed by Git OBS Bridge
parent 04c089d80b
commit d8f4b3bf01
5 changed files with 60 additions and 8 deletions

View File

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

View File

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

28
cpanspec.yml Normal file
View 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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Aug 19 05:32:36 UTC 2016 - coolo@suse.com
- updated to 0.53
see /usr/share/doc/packages/perl-List-SomeUtils/Changes
-------------------------------------------------------------------
Thu Aug 18 05:30:50 UTC 2016 - coolo@suse.com
- updated to 0.53
see /usr/share/doc/packages/perl-List-SomeUtils/Changes
-------------------------------------------------------------------
Wed Aug 17 05:30:04 UTC 2016 - coolo@suse.com
- updated to 0.53
see /usr/share/doc/packages/perl-List-SomeUtils/Changes
-------------------------------------------------------------------
Tue Aug 16 05:29:25 UTC 2016 - coolo@suse.com
- updated to 0.53
see /usr/share/doc/packages/perl-List-SomeUtils/Changes
0.53 2016-08-14
- Replaced Exporter::Tiny with Exporter.
-------------------------------------------------------------------
Thu Jun 2 05:21:57 UTC 2016 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-List-SomeUtils
Version: 0.52
Version: 0.53
Release: 0
%define cpan_name List-SomeUtils
Summary: Provide the stuff missing in List::Util
@ -25,20 +25,17 @@ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/List-SomeUtils/
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(Exporter::Tiny)
BuildRequires: perl(List::SomeUtils::XS) >= 0.52
BuildRequires: perl(Module::Implementation)
BuildRequires: perl(Test::LeakTrace)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(parent)
Requires: perl(Exporter::Tiny)
Requires: perl(List::SomeUtils::XS) >= 0.52
Requires: perl(Module::Implementation)
Requires: perl(parent)
%{perl_requires}
%description