From 914f60cdfe44c4ba4df7c3e4d73284cd747925ac8782ac65f7ba6a33ff8cba37 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 15 Apr 2015 04:55:03 +0000 Subject: [PATCH] Accepting request 296514 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/296514 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Params-Validate?expand=0&rev=35 --- Params-Validate-1.13.tar.gz | 3 --- Params-Validate-1.18.tar.gz | 3 +++ perl-Params-Validate.changes | 40 ++++++++++++++++++++++++++++++++++++ perl-Params-Validate.spec | 12 +++++------ 4 files changed, 49 insertions(+), 9 deletions(-) delete mode 100644 Params-Validate-1.13.tar.gz create mode 100644 Params-Validate-1.18.tar.gz diff --git a/Params-Validate-1.13.tar.gz b/Params-Validate-1.13.tar.gz deleted file mode 100644 index 44479c9..0000000 --- a/Params-Validate-1.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6aa31630329952e53e58a81d113995dfa11f786028a1c23892942598ee384be4 -size 106121 diff --git a/Params-Validate-1.18.tar.gz b/Params-Validate-1.18.tar.gz new file mode 100644 index 0000000..d01d8bd --- /dev/null +++ b/Params-Validate-1.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25d2488d326f0cfa303cba7ed64fed9ec698b7bfc5d408f0b71058af39206c1 +size 124379 diff --git a/perl-Params-Validate.changes b/perl-Params-Validate.changes index 7975130..25ae7b9 100644 --- a/perl-Params-Validate.changes +++ b/perl-Params-Validate.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Apr 14 20:51:06 UTC 2015 - coolo@suse.com + +- 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. + ------------------------------------------------------------------- Wed Jul 30 08:15:16 UTC 2014 - ncutler@suse.com diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec index 754c911..7c06885 100644 --- a/perl-Params-Validate.spec +++ b/perl-Params-Validate.spec @@ -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 @@ certain methods, or applying validation callbacks to arguments. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README TODO +%doc Changes LICENSE README.md TODO %changelog