Hello community,
here is the log from the commit of package perl-Params-Validate for
openSUSE:Factory checked in at 2016-02-25 22:04:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Params-Validate (Old)
and /work/SRC/openSUSE:Factory/.perl-Params-Validate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Params-Validate"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Params-Validate/perl-Params-Validate.changes
2015-07-20 11:22:48.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Params-Validate.new/perl-Params-Validate.changes
2016-02-26 00:39:27.000000000 +0100
@@ -1,0 +2,22 @@
+Fri Feb 19 10:44:48 UTC 2016 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
Params-Validate-1.21.tar.gz
New:
----
Params-Validate-1.22.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Params-Validate.spec ++++++
--- /var/tmp/diff_new_pack.w6zjBw/_old 2016-02-26 00:39:28.000000000 +0100
+++ /var/tmp/diff_new_pack.w6zjBw/_new 2016-02-26 00:39:28.000000000 +0100
@@ -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 @@
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}
++++++ Params-Validate-1.21.tar.gz -> Params-Validate-1.22.tar.gz ++++++
++++ 1772 lines of diff (skipped)