Accepting request 295047 from server:database
1 OBS-URL: https://build.opensuse.org/request/show/295047 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=73
This commit is contained in:
commit
ae8b9d5067
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74576964cd9db44c13bf95d6a7c36b06cfdfb2fe4e3e26c9ce1ae0b2e328b411
|
||||
size 2021112
|
3
sqlite-autoconf-3080900.tar.gz
Normal file
3
sqlite-autoconf-3080900.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76ebb6392cd2289fbff903af7ff67f3e49bd01ff30544b8028ecededd60269a2
|
||||
size 2037200
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e3f2c5f006004bda035c96f5a7aa0922397edc3898cd401a7ad8a95e0c6eb3f
|
||||
size 4972781
|
3
sqlite-doc-3080900.zip
Normal file
3
sqlite-doc-3080900.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aeeb5b9a410c3efabaccb13860dd04e3dbdfcd75e9f05fcb5c2a41d3a1f8f296
|
||||
size 5025367
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 19:03:41 UTC 2015 - astieger@suse.com
|
||||
|
||||
- Update to SQLite 3.8.9:
|
||||
* Added the sqlite3_status64() interface.
|
||||
* Fix memory size tracking so that it works even if SQLite uses
|
||||
more than 2GiB of memory.
|
||||
* Added the PRAGMA index_xinfo command.
|
||||
* Fix a potential 32-bit integer overflow problem in the
|
||||
sqlite3_blob_read() and sqlite3_blob_write() interfaces.
|
||||
* Ensure that prepared statements automatically reset on extended
|
||||
error codes of SQLITE_BUSY and SQLITE_LOCKED even when
|
||||
compiled using SQLITE_OMIT_AUTORESET.
|
||||
* Correct miscounts in the sqlite3_analyzer.exe utility related
|
||||
to WITHOUT ROWID tables.
|
||||
* Added the ".dbinfo" command to the command-line shell.
|
||||
* Improve the performance of fts3/4 queries that use the
|
||||
OR operator and at least one auxiliary fts function.
|
||||
* Fix a bug in the fts3 snippet() function causing it to omit
|
||||
leading separator characters from snippets that begin with the
|
||||
first token in a column.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 25 16:37:54 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
@ -21,9 +21,9 @@
|
||||
%define oname sqlite
|
||||
|
||||
Name: %pname
|
||||
Version: 3.8.8.3
|
||||
Version: 3.8.9
|
||||
Release: 0
|
||||
%define tarversion 3080803
|
||||
%define tarversion 3080900
|
||||
Summary: Embeddable SQL Database Engine
|
||||
License: SUSE-Public-Domain
|
||||
Group: Productivity/Databases/Servers
|
||||
|
Loading…
Reference in New Issue
Block a user