Jan Engelhardt 2014-08-27 10:35:30 +00:00 committed by Git OBS Bridge
parent c3542d6f34
commit efbabaec30
4 changed files with 13 additions and 6 deletions

View File

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

3
libdbi-0.9.0.g32.tar.xz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Aug 27 10:34:10 UTC 2014 - jengelh@inai.de
- Update to git snapshot 0.9.0+git32
* dbi: an unintialized variable (rightfully flagged by valgrind)
was fixed
-------------------------------------------------------------------
Mon Jun 30 19:17:12 UTC 2014 - jengelh@inai.de

View File

@ -18,8 +18,8 @@
Name: libdbi
%define lname libdbi3
Version: 0.9.0.g30
#Snapshot: libdbi-0.9.0-30-g812a059
Version: 0.9.0.g32
#Snapshot: libdbi-0.9.0-32-g06e738a
Release: 0
Summary: Database Independent Abstraction Layer for C
License: LGPL-2.1+
@ -76,7 +76,7 @@ needed to develop applications with libdbi.
%build
autoreconf -fi
sed -i s,\-O20,\-O3,g configure
sed -i s,\-O20,\-O2,g configure
%configure \
%if !%build_doc
--disable-docs \