Accepting request 635923 from home:AndreasStieger:branches:server:database
SQLite 3.25.0 OBS-URL: https://build.opensuse.org/request/show/635923 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=215
This commit is contained in:
parent
53b2418609
commit
54cffd3f1a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77b104df2b57a32c40d0336bbf77ab013a1a95ab49a5fe0ea92250e9f2ae82c1
|
||||
size 9030826
|
3
sqlite-doc-3250000.zip
Normal file
3
sqlite-doc-3250000.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:702bcfa08424741d366cda36045095c84a1d0d453aae8832f2d9fca85fc5ccfd
|
||||
size 9209742
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72a302f5ac624079a0aaf98316dddda00063a52053f5ab7651cfc4119e1693a5
|
||||
size 10980065
|
3
sqlite-src-3250000.zip
Normal file
3
sqlite-src-3250000.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01598426fc35178967624057189131045f90b89239fe2878fb8422929af30d08
|
||||
size 11376208
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 16 06:51:34 UTC 2018 - astieger@suse.com
|
||||
|
||||
- SQLite 3.25.0:
|
||||
* Add support for window functions
|
||||
* Add support for renaming columns within a table
|
||||
* Query optimizer improvements
|
||||
* slightly better concurrency in multi-threaded environments
|
||||
* The ORDER BY LIMIT optimization might have caused an infinite
|
||||
loop in the byte code of the prepared statement under very
|
||||
obscure circumstances, due to a confluence of minor defects in
|
||||
the query optimizer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 30 07:01:37 UTC 2018 - avvissu@yandex.by
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
%define oname sqlite
|
||||
%define tarversion 3240000
|
||||
%define tarversion 3250000
|
||||
Name: sqlite3
|
||||
Version: 3.24.0
|
||||
Version: 3.25.0
|
||||
Release: 0
|
||||
Summary: Embeddable SQL Database Engine
|
||||
License: SUSE-Public-Domain
|
||||
@ -138,7 +138,7 @@ export CFLAGS="%{optflags} \
|
||||
make %{?_smp_mflags} sqlite3.c
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%ifnarch %ix86
|
||||
%ifnarch %{ix86}
|
||||
# Tests fail due to slight precision variation caused by FPU being 80-bit internally.
|
||||
# see https://bugs.gentoo.org/628242
|
||||
%check
|
||||
|
Loading…
Reference in New Issue
Block a user