SHA256
1
0
forked from pool/sqlite3

Accepting request 228181 from home:AndreasStieger:branches:server:database

SQLite 3.8.4.2

OBS-URL: https://build.opensuse.org/request/show/228181
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=96
This commit is contained in:
Reinhard Max 2014-03-29 18:10:03 +00:00 committed by Git OBS Bridge
parent 12d1c7f203
commit 4d3caaaf47
6 changed files with 18 additions and 8 deletions

View File

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

View File

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

View File

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

3
sqlite-doc-3080402.zip Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Mar 29 14:32:55 UTC 2014 - andreas.stieger@gmx.de
- SQLite 3.8.4.2:
* Fix a potential buffer overread that could result when trying
to search a corrupt database file.
- fix duplicate file warning on current.html on -doc package
-------------------------------------------------------------------
Wed Mar 12 03:59:30 UTC 2014 - andreas.stieger@gmx.de

View File

@ -21,9 +21,9 @@
%define oname sqlite
Name: %pname
Version: 3.8.4.1
Version: 3.8.4.2
Release: 0
%define tarversion 3080401
%define tarversion 3080402
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
Group: Productivity/Databases/Servers
@ -119,6 +119,8 @@ other documentation found on sqlite.org. The files can be found in
%prep
%setup -q -n sqlite-autoconf-%tarversion -a2
rm -v sqlite-doc-%{tarversion}/releaselog/current.html
ln -sv `echo %{version} | sed "s/\./_/g"`.html sqlite-doc-%{tarversion}/releaselog/current.html
%build
export CFLAGS="%optflags -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS4"