SHA256
1
0
forked from pool/sqlite3

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:
Reinhard Max 2011-05-20 08:41:07 +00:00 committed by Git OBS Bridge
parent 7f6b83f2c3
commit eeeff5c9e1
4 changed files with 14 additions and 4 deletions

View File

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

View File

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

View File

@ -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

View File

@ -35,7 +35,7 @@ License: Public Domain, Freeware
Group: Productivity/Databases/Servers
Summary: Embeddable SQL Database Engine
Url: http://www.sqlite.org/
Version: 3.7.6.1
Version: 3.7.6.3
Release: 1
# bug437293
%ifarch ppc64
@ -129,6 +129,7 @@ Authors:
%setup -q -n sqlite-autoconf-%tarversion
%build
export CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA"
%configure --disable-static
make