Accepting request 246614 from server:database

* dbi: an unintialized variable was fixed

OBS-URL: https://build.opensuse.org/request/show/246614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdbi?expand=0&rev=16
This commit is contained in:
Stephan Kulow 2014-08-27 14:53:15 +00:00 committed by Git OBS Bridge
commit 2cf649ef4e
4 changed files with 14 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,14 +18,15 @@
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+
Group: Development/Libraries/C and C++
URL: http://libdbi.sf.net/
#Git-Clone: git://git.code.sf.net/p/libdbi/libdbi
#Source: http://downloads.sf.net/libdbi/%name-%version.tar.gz
Source: %name-%version.tar.xz
Source2: baselibs.conf
@ -75,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 \