Hello community,
here is the log from the commit of package perl-Params-Validate for
openSUSE:Factory checked in at 2015-04-15 16:26:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2014-08-05 21:11:31.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Params-Validate.new/perl-Params-Validate.changes
2015-04-15 16:26:32.000000000 +0200
@@ -1,0 +2,40 @@
+Tue Apr 14 20:51:06 UTC 2015 - [email protected]
+
+- updated to 1.18
+ see /usr/share/doc/packages/perl-Params-Validate/Changes
+
+ 1.18 2015-02-13
+
+ - We no longer attempt to save and restore an existing $SIG{__DIE__} hook
+ before calling a validation callback. This uses undocumented black magic
+ poking at the Perl interpreter guts, which seems to cause sporadic
+ segfaults. Reported by David Wheeler with help from Andreas Koenig. RT
+ #102112.
+
+
+ 1.17 2015-01-08
+
+ - More XS fixes. Simplified how we localize $@ in the XS code and fixed error
+ with Perls compiled with -DDEBUGGING. Reported by Lars Dɪᴇᴄᴋᴏᴡ. RT #101416.
+
+
+ 1.16 2015-01-07
+
+ - The changes in 1.14 introduced a memory leak any time a callback was called
+ and it did not throw an error that was a reference. This affected the
+ DateTime constructor and probably many other things. Reported by David
+ Kayal. RT #101380.
+
+
+ 1.15 2015-01-01
+
+ - No changes from 1.14
+
+
+ 1.14 2014-12-20 (TRIAL RELEASE)
+
+ - Callbacks can now die to provide a custom error message or exception
+ object. Requested by multiple people. Addresses RT #95701 and will allow
+ MooseX::Params::Validate to use messages provided by the type object.
+
+-------------------------------------------------------------------
Old:
----
Params-Validate-1.13.tar.gz
New:
----
Params-Validate-1.18.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Params-Validate.spec ++++++
--- /var/tmp/diff_new_pack.gdsRTK/_old 2015-04-15 16:26:32.000000000 +0200
+++ /var/tmp/diff_new_pack.gdsRTK/_new 2015-04-15 16:26:32.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Params-Validate
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,22 +17,22 @@
Name: perl-Params-Validate
-Version: 1.13
+Version: 1.18
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: Params-Validate-%{version}.tar.gz
+Source:
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Attribute::Handlers) >= 0.79
-BuildRequires: perl(Module::Build) >= 0.3601
+BuildRequires: perl(Module::Build) >= 0.28
BuildRequires: perl(Module::Implementation)
BuildRequires: perl(Test::Fatal)
-BuildRequires: perl(Test::More) >= 0.88
+BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Requires)
Requires: perl(Attribute::Handlers) >= 0.79
Requires: perl(Module::Implementation)
@@ -64,6 +64,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes LICENSE README TODO
+%doc Changes LICENSE README.md TODO
%changelog
++++++ Params-Validate-1.13.tar.gz -> Params-Validate-1.18.tar.gz ++++++
++++ 6779 lines of diff (skipped)