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:
commit
0849765d39
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43cc292d70711fa7580250c8a1cd7c64813a4a0a479dbd502cce5f10b5d91042
|
||||
size 2331542
|
3
sqlite-autoconf-3100200.tar.gz
Normal file
3
sqlite-autoconf-3100200.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2b3b4bd1291ea7d6c8252f7edff36a4362f2f0e5d5370444ba6cbe313ae2971
|
||||
size 2332013
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40af646d8c2109e5a15b1787e53524ed16c8e0d1705dda5f005b6186f18c2f2a
|
||||
size 5350213
|
3
sqlite-doc-3100200.zip
Normal file
3
sqlite-doc-3100200.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21637344807efb9b6c6f615fd98b72620d074c720660940182888a4dbc2af982
|
||||
size 5374707
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user