Accepting request 355069 from home:AndreasStieger:branches:server:database
SQlite 3.10.2 OBS-URL: https://build.opensuse.org/request/show/355069 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=141
This commit is contained in:
parent
5cb4c5484e
commit
9fbf9d8d6a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3cb4e17137f7422554c8e8906b5a7274c7a0d362872e8aa25233c3f1246bda98
|
|
||||||
size 2331931
|
|
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:a3bd7b5de156dac38cea07e3229bd4f03905ff84b591339925f26f5ea4b1830e
|
|
||||||
size 5359511
|
|
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,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Fri Jan 15 15:48:00 UTC 2016 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -19,9 +19,9 @@
|
|||||||
# Simplify building on RH for Application:Geo (SR#212812).
|
# Simplify building on RH for Application:Geo (SR#212812).
|
||||||
%define pname sqlite3
|
%define pname sqlite3
|
||||||
%define oname sqlite
|
%define oname sqlite
|
||||||
%define tarversion 3100100
|
%define tarversion 3100200
|
||||||
Name: %{pname}
|
Name: %{pname}
|
||||||
Version: 3.10.1
|
Version: 3.10.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Embeddable SQL Database Engine
|
Summary: Embeddable SQL Database Engine
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user