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:
parent
31cedbcf98
commit
2657d5ede6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ddbb836dc0ef3e1afae60030d1e4c98da4cdee73738d647f99bb5e5a0a282c6
|
||||
size 254728
|
3
libdbi-drivers-0.9.0.g51.tar.xz
Normal file
3
libdbi-drivers-0.9.0.g51.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf8520e56229f7bf95663ec3f219b88c27cf344d9909acf0af0a92893943a148
|
||||
size 252560
|
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user