diff --git a/Params-Validate-1.19.tar.gz b/Params-Validate-1.19.tar.gz deleted file mode 100644 index fd82217..0000000 --- a/Params-Validate-1.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf8a4d76a06f02c1e96b85e331ad0acc62d9ac68bce15bfc375bc1f9e59a775c -size 126098 diff --git a/Params-Validate-1.20.tar.gz b/Params-Validate-1.20.tar.gz new file mode 100644 index 0000000..be84683 --- /dev/null +++ b/Params-Validate-1.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766cdaf89c515c33f384c1eebd59547cf44f2fec85a11efd5521041af65352e2 +size 125803 diff --git a/perl-Params-Validate.changes b/perl-Params-Validate.changes index b3767d3..b267c4c 100644 --- a/perl-Params-Validate.changes +++ b/perl-Params-Validate.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Jun 29 01:27:01 UTC 2015 - coolo@suse.com + +- updated to 1.20 + see /usr/share/doc/packages/perl-Params-Validate/Changes + + 1.20 2015-06-28 + + - Fixed a bug with stack handling in the XS code. If a callback sub caused + Perl to reallocate the stack this could trigger weird errors of the form + "Bizarre copy of ARRAY" from Perl itself. Fixed by Noel Maddy. GH #5. + + - Fixed use of inlining in the XS code to work when "gcc -std=c89" is + specified. Fixed by Vincent Pit. GH #6. + + - Previously, Params::Validate would eagerly stringify all values it was + validating, even though this stringification was only needed for error + messages that are used when a parameter fails. For objects which overload + stringification and do real work, this added an unnecessary + slowdown. Stringification is now delayed until it is needed. Reported by + Klaus. RT #105326. + ------------------------------------------------------------------- Sun Jun 14 08:29:04 UTC 2015 - coolo@suse.com diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec index e511a45..6c84105 100644 --- a/perl-Params-Validate.spec +++ b/perl-Params-Validate.spec @@ -17,7 +17,7 @@ Name: perl-Params-Validate -Version: 1.19 +Version: 1.20 Release: 0 %define cpan_name Params-Validate Summary: Validate method/function parameters