OBS User unknown 2007-01-26 00:06:26 +00:00 committed by Git OBS Bridge
parent e3822721aa
commit 5ec7afa966
4 changed files with 24 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4589af1fb8b692333fe06525068a290720685cd64686b25efab099d4b8982674
size 70946

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1cee109669be6983e6226e99ea870895be92876acbd039635671353b49d28fff
size 71010

View File

@ -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

View File

@ -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