diff --git a/Params-Validate-1.21.tar.gz b/Params-Validate-1.21.tar.gz deleted file mode 100644 index dc5262f..0000000 --- a/Params-Validate-1.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4b78e7ce75c4fd49e9460d31ce6a3920e25ec72669762356c6cc5ea43e18175 -size 123943 diff --git a/Params-Validate-1.22.tar.gz b/Params-Validate-1.22.tar.gz new file mode 100644 index 0000000..694bd84 --- /dev/null +++ b/Params-Validate-1.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df8bc8543a75b25ea355a12cf2ef0bb9c85c6083988839adb0e5f98f8bf33b5 +size 125866 diff --git a/perl-Params-Validate.changes b/perl-Params-Validate.changes index df7b754..5582926 100644 --- a/perl-Params-Validate.changes +++ b/perl-Params-Validate.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Feb 19 10:44:48 UTC 2016 - coolo@suse.com + +- updated to 1.22 + see /usr/share/doc/packages/perl-Params-Validate/Changes + + 1.22 2016-02-13 + + - Fixed a bug when a callback failed but did not die. The resulting error + message had a pointless colon in it. Reported by Slaven Rezic. RT #111036. + + - Made the pure Perl version use Carp's croak rather than confess. The XS + version has never included a stack trace in errors. You can use the on_fail + setting to get a stack trace if you prefer. Reported by Slaven Rezic. RT + #111036. + + - The pure Perl code now uses "(unknown)" when it cannot determine the sub + that failed, instead of "N/A". Reported by Slaven Rezic. RT #111036. + + - Documented the PARAMS_VALIDATE_IMPLEMENTATION environment + variable. Requested by Slaven Rezic. RT #111035. + ------------------------------------------------------------------- Sun Jul 19 09:09:30 UTC 2015 - coolo@suse.com diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec index b1c69ec..9d0f308 100644 --- a/perl-Params-Validate.spec +++ b/perl-Params-Validate.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Params-Validate # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,7 +17,7 @@ Name: perl-Params-Validate -Version: 1.21 +Version: 1.22 Release: 0 %define cpan_name Params-Validate Summary: Validate method/function parameters @@ -29,11 +29,13 @@ Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(JSON::PP) >= 2.27300 BuildRequires: perl(Module::Build) >= 0.280000 BuildRequires: perl(Module::Implementation) BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::Requires) +Requires: perl(JSON::PP) >= 2.27300 Requires: perl(Module::Implementation) %{perl_requires}