Accepting request 319765 from server:database

1

OBS-URL: https://build.opensuse.org/request/show/319765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=77
This commit is contained in:
Dominique Leuenberger 2015-08-10 07:14:25 +00:00 committed by Git OBS Bridge
commit c3744cc060
6 changed files with 34 additions and 8 deletions

View File

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

View File

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

View File

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

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

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri Jul 31 11:44:40 UTC 2015 - mpluskal@suse.com
- Update to 3.8.11.1
* Restore an undocumented side-effect of PRAGMA cache_size: force
the database schema to be parsed if the database has not been
previously accessed.
* Fix a long-standing problem in sqlite3_changes() for WITHOUT
ROWID tables that was reported a few hours after the 3.8.11
release.
-------------------------------------------------------------------
Mon Jul 27 18:57:42 UTC 2015 - astieger@suse.com
- SQLite 3.8.11:
* Significantly improved performance
* new interfaces and enhancements
* Important bug fixes for CREATE TABLE AS
* Fix the skip-scan optimization so that it works correctly when
the OR optimization is used on WITHOUT ROWID tables.
* Fix the sqlite3_memory_used() and sqlite3_memory_highwater()
interfaces so that they actually do provide a 64-bit answer.
* experimental extensions, not enabled:
+ RBU (Resumable Bulk Update) extension
+ FTS5 (Full-text search) extension
-------------------------------------------------------------------
Sun May 24 20:45:03 UTC 2015 - astieger@suse.com

View File

@ -21,9 +21,9 @@
%define oname sqlite
Name: %pname
Version: 3.8.10.2
Version: 3.8.11.1
Release: 0
%define tarversion 3081002
%define tarversion 3081101
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
Group: Productivity/Databases/Servers