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
This commit is contained in:
parent
43352dfcb0
commit
914f60cdfe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6aa31630329952e53e58a81d113995dfa11f786028a1c23892942598ee384be4
|
||||
size 106121
|
3
Params-Validate-1.18.tar.gz
Normal file
3
Params-Validate-1.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b25d2488d326f0cfa303cba7ed64fed9ec698b7bfc5d408f0b71058af39206c1
|
||||
size 124379
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user