Accepting request 312023 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/312023 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Params-Validate?expand=0&rev=34
This commit is contained in:
commit
57ed21cb07
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b25d2488d326f0cfa303cba7ed64fed9ec698b7bfc5d408f0b71058af39206c1
|
||||
size 124379
|
3
Params-Validate-1.19.tar.gz
Normal file
3
Params-Validate-1.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf8a4d76a06f02c1e96b85e331ad0acc62d9ac68bce15bfc375bc1f9e59a775c
|
||||
size 126098
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal 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
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user