OBS User unknown 2007-06-14 13:48:59 +00:00 committed by Git OBS Bridge
parent d7c02d3683
commit 836a6452ef
5 changed files with 40 additions and 8 deletions

View File

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

3
DBI-1.56.tar.bz2 Normal file
View File

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

View File

@ -1,6 +1,6 @@
--- ./DBI.xs.orig 2006-03-27 16:24:01.000000000 +0000
+++ ./DBI.xs 2006-03-27 16:31:02.000000000 +0000
@@ -229,6 +229,10 @@ INIT_PERINTERP;
--- DBI.xs
+++ DBI.xs
@@ -265,6 +265,10 @@
/* publish address of dbistate so dynaloaded DBD's can find it */
sv_setiv(perl_get_sv(DBISTATE_PERLNAME,1), PTR2IV(DBIS));

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jun 11 15:50:10 CEST 2007 - anicka@suse.cz
- update to 1.56
* bugfixes, documentation fixes, test fixes
* Added DBI_GOFER_RANDOM env var that can be use to trigger random
failures and delays when executing gofer requests.
* Added more functionality to the (undocumented) Callback mechanism.
* Added $h->{ReadOnly} attribute.
* Added support for DBI Profile Path to contain refs to scalars
which will be de-ref'd for each profile sample.
* Added dbilogstrip utility to edit DBI logs for diff'ing (gets installed)
* Added details for SQLite 3.3 to NULL handling docs thanks to Alex Teslik.
* Added take_imp_data() to DBI::PurePerl.
* many gofer related changes
-------------------------------------------------------------------
Mon Feb 26 11:04:27 CET 2007 - anicka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-DBI (Version 1.54)
# spec file for package perl-DBI (Version 1.56)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,7 +12,7 @@
Name: perl-DBI
BuildRequires: perl-Curses
Version: 1.54
Version: 1.56
Release: 1
Requires: perl = %{perl_version}
Requires: perl-PlRPC
@ -44,11 +44,14 @@ Authors:
%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
make
%check
make test
%install
%perl_make_install
%perl_process_packlist
rm $RPM_BUILD_ROOT/%{perl_vendorarch}/goferperf.pl
%clean
rm -rf $RPM_BUILD_ROOT
@ -69,6 +72,19 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/%{name}
%changelog
* Mon Jun 11 2007 - anicka@suse.cz
- update to 1.56
* bugfixes, documentation fixes, test fixes
* Added DBI_GOFER_RANDOM env var that can be use to trigger random
failures and delays when executing gofer requests.
* Added more functionality to the (undocumented) Callback mechanism.
* Added $h->{ReadOnly} attribute.
* Added support for DBI Profile Path to contain refs to scalars
which will be de-ref'd for each profile sample.
* Added dbilogstrip utility to edit DBI logs for diff'ing (gets installed)
* Added details for SQLite 3.3 to NULL handling docs thanks to Alex Teslik.
* Added take_imp_data() to DBI::PurePerl.
* many gofer related changes
* Mon Feb 26 2007 - anicka@suse.cz
- update to 1.54
* Added new DBD::Gofer 'stateless proxy' driver and framework,