diff --git a/sqlite-autoconf-3120100.tar.gz b/sqlite-autoconf-3120100.tar.gz deleted file mode 100644 index 3c4e162..0000000 --- a/sqlite-autoconf-3120100.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c038519862b3983b0475f3ed3143ce4bbfcd21bfbd0741192f415838c831a7c -size 2374576 diff --git a/sqlite-autoconf-3120200.tar.gz b/sqlite-autoconf-3120200.tar.gz new file mode 100644 index 0000000..f21448b --- /dev/null +++ b/sqlite-autoconf-3120200.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd00770c9afd39db555c78400e52f55e8bd6568c78be23561abb472a22d09abb +size 2374804 diff --git a/sqlite-doc-3120100.zip b/sqlite-doc-3120100.zip deleted file mode 100644 index 8bd379f..0000000 --- a/sqlite-doc-3120100.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbe53c076922c711a467dde57432583fbf9a12eac57cb75f6116a310880eb088 -size 5410493 diff --git a/sqlite-doc-3120200.zip b/sqlite-doc-3120200.zip new file mode 100644 index 0000000..d193c4d --- /dev/null +++ b/sqlite-doc-3120200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c640c4b01b961016717db61e3e43c63c33248c78ce0de9f10b88ea7ce97670 +size 5416790 diff --git a/sqlite3.changes b/sqlite3.changes index bde54c7..ea990f1 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,12 +1,20 @@ +------------------------------------------------------------------- +Tue Apr 19 06:04:57 UTC 2016 - idonmez@suse.com + +- SQLite 3.12.2: + * Fix compatibility with some legacy versions of sqlite database + * Minor bugfixes + ------------------------------------------------------------------- Sat Apr 9 06:55:32 UTC 2016 - idonmez@suse.com -- Fix a boundary condition error introduced by version 3.12.0 that - can result in a crash during heavy SAVEPOINT usage. -- Fix views so that they inherit column datatypes from the table - that they are defined against, when possible. -- Fix the query planner so that IS and IS NULL operators are able to - drive an index on a LEFT OUTER JOIN. +- SQLite 3.12.1: + * Fix a boundary condition error introduced by version 3.12.0 that + can result in a crash during heavy SAVEPOINT usage. + * Fix views so that they inherit column datatypes from the table + that they are defined against, when possible. + * Fix the query planner so that IS and IS NULL operators are able to + drive an index on a LEFT OUTER JOIN. ------------------------------------------------------------------- Wed Mar 30 07:47:34 UTC 2016 - idonmez@suse.com diff --git a/sqlite3.spec b/sqlite3.spec index 59ce213..841ac3c 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -19,9 +19,9 @@ # Simplify building on RH for Application:Geo (SR#212812). %define pname sqlite3 %define oname sqlite -%define tarversion 3120100 +%define tarversion 3120200 Name: %{pname} -Version: 3.12.1 +Version: 3.12.2 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain