From 5ec7afa966985ba3800a45367d029cb36d08a5c68a0f027fbd1243c83bc9e8ef Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 26 Jan 2007 00:06:26 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Params-Validate?expand=0&rev=2 --- Params-Validate-0.86.tar.bz2 | 3 --- Params-Validate-0.87.tar.bz2 | 3 +++ perl-Params-Validate.changes | 10 ++++++++++ perl-Params-Validate.spec | 15 +++++++++++---- 4 files changed, 24 insertions(+), 7 deletions(-) delete mode 100644 Params-Validate-0.86.tar.bz2 create mode 100644 Params-Validate-0.87.tar.bz2 diff --git a/Params-Validate-0.86.tar.bz2 b/Params-Validate-0.86.tar.bz2 deleted file mode 100644 index 585a49c..0000000 --- a/Params-Validate-0.86.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4589af1fb8b692333fe06525068a290720685cd64686b25efab099d4b8982674 -size 70946 diff --git a/Params-Validate-0.87.tar.bz2 b/Params-Validate-0.87.tar.bz2 new file mode 100644 index 0000000..2d8dffd --- /dev/null +++ b/Params-Validate-0.87.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cee109669be6983e6226e99ea870895be92876acbd039635671353b49d28fff +size 71010 diff --git a/perl-Params-Validate.changes b/perl-Params-Validate.changes index 00ce10c..b310139 100644 --- a/perl-Params-Validate.changes +++ b/perl-Params-Validate.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jan 25 18:24:00 CET 2007 - anicka@suse.cz + +- update to 0.87 + * When determining the caller of a function in the XS version, use + Perl's caller() function rather than CopSTASHPV. The caller() + function apparently ignores the DB package, whereas the latter + doesn't. This caused validate_options to be ignored when running + under profiling (and probably the debugger as well). + ------------------------------------------------------------------- Thu Oct 5 11:39:54 CEST 2006 - anicka@suse.cz diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec index f02572b..5ce8870 100644 --- a/perl-Params-Validate.spec +++ b/perl-Params-Validate.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Params-Validate (Version 0.86) +# spec file for package perl-Params-Validate (Version 0.87) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -12,12 +12,12 @@ Name: perl-Params-Validate URL: http://cpan.org/modules/by-module/Params/ -License: GPL +License: GNU General Public License (GPL) Group: Development/Libraries/Perl Requires: perl = %{perl_version} #Conflicts: perlmod Autoreqprov: on -Version: 0.86 +Version: 0.87 Release: 1 Source: Params-Validate-%{version}.tar.bz2 Summary: provides a system for validation method/function call parameters @@ -66,6 +66,13 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3pm.gz %changelog -n perl-Params-Validate +* Thu Jan 25 2007 - anicka@suse.cz +- update to 0.87 + * When determining the caller of a function in the XS version, use + Perl's caller() function rather than CopSTASHPV. The caller() + function apparently ignores the DB package, whereas the latter + doesn't. This caused validate_options to be ignored when running + under profiling (and probably the debugger as well). * Thu Oct 05 2006 - anicka@suse.cz - update to 0.86 * Only turn inlining on if __GNUC__ is defined