Accepting request 311949 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/311949
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Params-Validate?expand=0&rev=37
This commit is contained in:
Stephan Kulow 2015-06-15 05:38:18 +00:00 committed by Git OBS Bridge
parent 914f60cdfe
commit d36bd3f994
5 changed files with 41 additions and 6 deletions

View File

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

View File

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

23
cpanspec.yml Normal file
View File

@ -0,0 +1,23 @@
---
#description_paragraphs: 3
#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_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,14 @@
-------------------------------------------------------------------
Sun Jun 14 08:29:04 UTC 2015 - coolo@suse.com
- updated to 1.19
see /usr/share/doc/packages/perl-Params-Validate/Changes
1.19 2015-06-12
- Fixed an uninitialized value warning from the pure Perl implementation under
5.8.8. Reported by Jim Bacon. RT #105198.
-------------------------------------------------------------------
Tue Apr 14 20:51:06 UTC 2015 - coolo@suse.com

View File

@ -17,19 +17,20 @@
Name: perl-Params-Validate
Version: 1.18
Version: 1.19
Release: 0
%define cpan_name Params-Validate
Summary: Validate method/function parameters
License: Artistic-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Params-Validate/
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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Attribute::Handlers) >= 0.79
BuildRequires: perl(Module::Build) >= 0.28
BuildRequires: perl(Module::Build) >= 0.280000
BuildRequires: perl(Module::Implementation)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.96