1
0

libdbi-drivers-0.9.0.g51

OBS-URL: https://build.opensuse.org/package/show/server:database/libdbi-drivers?expand=0&rev=14
This commit is contained in:
Jan Engelhardt 2014-11-11 13:56:28 +00:00 committed by Git OBS Bridge
parent 31cedbcf98
commit 2657d5ede6
4 changed files with 13 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 11 13:53:28 UTC 2014 - jengelh@inai.de
- Update to new git snapshot 0.9.0+git51
* Fixed an out-of-bounds access in dbd_mysql due to bad type
punning. [boo#904873]
-------------------------------------------------------------------
Mon Jul 7 11:17:31 UTC 2014 - jengelh@inai.de

View File

@ -17,8 +17,8 @@
Name: libdbi-drivers
Version: 0.9.0.g46
#Snapshot: libdbi-drivers-0.9.0-46-g0ee8394
Version: 0.9.0.g51
#Snapshot: libdbi-drivers-0.9.0-51-gfe23caa
Release: 0
Summary: Database drivers for libdbi
License: LGPL-2.1+
@ -116,6 +116,7 @@ sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" drivers/*/*.c
if [ ! -e configure ]; then
autoreconf -fi
fi
export CFLAGS="%optflags -O0 -ggdb3"
%configure \
--with-freetds \
--with-mysql \