From d36bd3f99426176e8f5e61875fd1f29ea0536eff36696caf93f366fbb06ce8ea Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 15 Jun 2015 05:38:18 +0000 Subject: [PATCH] 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 --- Params-Validate-1.18.tar.gz | 3 --- Params-Validate-1.19.tar.gz | 3 +++ cpanspec.yml | 23 +++++++++++++++++++++++ perl-Params-Validate.changes | 11 +++++++++++ perl-Params-Validate.spec | 7 ++++--- 5 files changed, 41 insertions(+), 6 deletions(-) delete mode 100644 Params-Validate-1.18.tar.gz create mode 100644 Params-Validate-1.19.tar.gz create mode 100644 cpanspec.yml diff --git a/Params-Validate-1.18.tar.gz b/Params-Validate-1.18.tar.gz deleted file mode 100644 index d01d8bd..0000000 --- a/Params-Validate-1.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b25d2488d326f0cfa303cba7ed64fed9ec698b7bfc5d408f0b71058af39206c1 -size 124379 diff --git a/Params-Validate-1.19.tar.gz b/Params-Validate-1.19.tar.gz new file mode 100644 index 0000000..fd82217 --- /dev/null +++ b/Params-Validate-1.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8a4d76a06f02c1e96b85e331ad0acc62d9ac68bce15bfc375bc1f9e59a775c +size 126098 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Params-Validate.changes b/perl-Params-Validate.changes index 25ae7b9..b3767d3 100644 --- a/perl-Params-Validate.changes +++ b/perl-Params-Validate.changes @@ -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 diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec index 7c06885..e511a45 100644 --- a/perl-Params-Validate.spec +++ b/perl-Params-Validate.spec @@ -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