Accepting request 258934 from server:database
1 OBS-URL: https://build.opensuse.org/request/show/258934 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=67
This commit is contained in:
commit
64d67b049f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d0b42377fb59ea8dfe690334af04505e34e60e6875058a01aebd2502ac63d4ae
|
|
||||||
size 1998217
|
|
3
sqlite-autoconf-3080701.tar.gz
Normal file
3
sqlite-autoconf-3080701.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9d2854bec7b26dfe9aceb1faa17d40674daa15a23bbab67018191ffbe0339533
|
||||||
|
size 1998389
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:79126f7035ae1b32029e8943db492cf82bc617109245fa9a08ec71072122a0eb
|
|
||||||
size 4901008
|
|
3
sqlite-doc-3080701.zip
Normal file
3
sqlite-doc-3080701.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d50444d9ebf4302cb8658172a34602056b65313d93ee32eba213cd7111bfc53a
|
||||||
|
size 4909904
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 29 21:03:11 UTC 2014 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
- SQLite 3.8.7.1:
|
||||||
|
* In PRAGMA journal_mode=TRUNCATE mode, call fsync() immediately
|
||||||
|
after truncating the journal file to ensure that the
|
||||||
|
transaction is durable across a power loss.
|
||||||
|
* Fix an assertion fault that can occur when updating the NULL
|
||||||
|
value of a field at the end of a table that was added using
|
||||||
|
ALTER TABLE ADD COLUMN.
|
||||||
|
* Do not attempt to use the strchrnul() function from the
|
||||||
|
standard C library unless the HAVE_STRCHRNULL compile-time
|
||||||
|
option is set.
|
||||||
|
* Fix a couple of problems associated with running an UPDATE or
|
||||||
|
DELETE on a VIEW with a rowid in the WHERE clause.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 17 19:45:26 UTC 2014 - andreas.stieger@gmx.de
|
Fri Oct 17 19:45:26 UTC 2014 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
@ -21,9 +21,9 @@
|
|||||||
%define oname sqlite
|
%define oname sqlite
|
||||||
|
|
||||||
Name: %pname
|
Name: %pname
|
||||||
Version: 3.8.7
|
Version: 3.8.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%define tarversion 3080700
|
%define tarversion 3080701
|
||||||
Summary: Embeddable SQL Database Engine
|
Summary: Embeddable SQL Database Engine
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
Group: Productivity/Databases/Servers
|
Group: Productivity/Databases/Servers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user