Version 3.6.7.3 and fix for bnc#383370
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=41
This commit is contained in:
parent
7f6b83f2c3
commit
eeeff5c9e1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:42b08876cf81e639a046a18d26dbdaea46bbd4fc50a2bba93ee5cfc6ef5ff8d9
|
|
||||||
size 1280407
|
|
3
sqlite-autoconf-3070603.tar.bz2
Normal file
3
sqlite-autoconf-3070603.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:22cf70872a5bad5f8aad338b6373af6ad001a08a4dd70f4315d86acaa44cafe1
|
||||||
|
size 1280774
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 20 08:38:22 UTC 2011 - max@novell.com
|
||||||
|
|
||||||
|
- New Version: 3.7.6.3:
|
||||||
|
* Fix a problem with WAL mode which could cause transactions to
|
||||||
|
silently rollback if the cache_size is set very small (less than
|
||||||
|
10) and SQLite comes under memory pressure.
|
||||||
|
- Enabled the column metadata APIs (bnc#383370).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 13 16:02:10 UTC 2011 - max@novell.com
|
Wed Apr 13 16:02:10 UTC 2011 - max@novell.com
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ License: Public Domain, Freeware
|
|||||||
Group: Productivity/Databases/Servers
|
Group: Productivity/Databases/Servers
|
||||||
Summary: Embeddable SQL Database Engine
|
Summary: Embeddable SQL Database Engine
|
||||||
Url: http://www.sqlite.org/
|
Url: http://www.sqlite.org/
|
||||||
Version: 3.7.6.1
|
Version: 3.7.6.3
|
||||||
Release: 1
|
Release: 1
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
@ -129,6 +129,7 @@ Authors:
|
|||||||
%setup -q -n sqlite-autoconf-%tarversion
|
%setup -q -n sqlite-autoconf-%tarversion
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA"
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make
|
make
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user