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:
commit
2cf649ef4e
@ -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
3
libdbi-0.9.0.g32.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0df54482058d8f4bd48bc1cfc93019445c9e4df9621861468f6ba19e5a57101b
|
||||||
|
size 101240
|
@ -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
|
Mon Jun 30 19:17:12 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -18,14 +18,15 @@
|
|||||||
|
|
||||||
Name: libdbi
|
Name: libdbi
|
||||||
%define lname libdbi3
|
%define lname libdbi3
|
||||||
Version: 0.9.0.g30
|
Version: 0.9.0.g32
|
||||||
#Snapshot: libdbi-0.9.0-30-g812a059
|
#Snapshot: libdbi-0.9.0-32-g06e738a
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Database Independent Abstraction Layer for C
|
Summary: Database Independent Abstraction Layer for C
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: http://libdbi.sf.net/
|
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: http://downloads.sf.net/libdbi/%name-%version.tar.gz
|
||||||
Source: %name-%version.tar.xz
|
Source: %name-%version.tar.xz
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
@ -75,7 +76,7 @@ needed to develop applications with libdbi.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
sed -i s,\-O20,\-O3,g configure
|
sed -i s,\-O20,\-O2,g configure
|
||||||
%configure \
|
%configure \
|
||||||
%if !%build_doc
|
%if !%build_doc
|
||||||
--disable-docs \
|
--disable-docs \
|
||||||
|
Loading…
Reference in New Issue
Block a user