Accepting request 355071 from server:database

1

OBS-URL: https://build.opensuse.org/request/show/355071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=81
This commit is contained in:
Dominique Leuenberger 2016-01-23 00:16:15 +00:00 committed by Git OBS Bridge
commit 0849765d39
6 changed files with 26 additions and 8 deletions

View File

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

View File

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

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Jan 20 19:52:49 UTC 2016 - astieger@suse.com
- SQlite 3.10.2:
* Fix case-folding bug introduced in 3.10.0 in the LIKE operator
* Fix a use-after-free that can occur when SQLite is compiled
with -DSQLITE_HAS_CODEC.
* Fix the build so that it works with -DSQLITE_OMIT_WAL.
-------------------------------------------------------------------
Fri Jan 15 15:48:00 UTC 2016 - astieger@suse.com
- SQLite 3.10.1:
* Fix a 16-month-old bug in the query planner that could generate
incorrect results when a scalar subquery attempts to use the
block sorting optimization.
* Add SQLITE_FCNTL_JOURNAL_POINTER file control
-------------------------------------------------------------------
Thu Jan 7 12:49:58 UTC 2016 - mimi.vx@gmail.com

View File

@ -19,9 +19,9 @@
# Simplify building on RH for Application:Geo (SR#212812).
%define pname sqlite3
%define oname sqlite
%define tarversion 3100000
%define tarversion 3100200
Name: %{pname}
Version: 3.10.0
Version: 3.10.2
Release: 0
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain