diff --git a/sqlite-autoconf-3080800.tar.gz b/sqlite-autoconf-3080800.tar.gz deleted file mode 100644 index 5d90c74..0000000 --- a/sqlite-autoconf-3080800.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6409da6e7ba853c53bfa88c740f353b016721f943a44aad6e7b11dfb1d60535 -size 2020708 diff --git a/sqlite-autoconf-3080801.tar.gz b/sqlite-autoconf-3080801.tar.gz new file mode 100644 index 0000000..0670e16 --- /dev/null +++ b/sqlite-autoconf-3080801.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2721361eb4a71d5f727dfa466bd910dadd5dbeb4d2d57b8b34205f7ce7e5b7f9 +size 2021072 diff --git a/sqlite-doc-3080800.zip b/sqlite-doc-3080800.zip deleted file mode 100644 index 1c62318..0000000 --- a/sqlite-doc-3080800.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3e12c05f8ec96ff6a91880d38a60e5df9d836c465f02cb4829c443905e139a7 -size 4945996 diff --git a/sqlite-doc-3080801.zip b/sqlite-doc-3080801.zip new file mode 100644 index 0000000..702ba10 --- /dev/null +++ b/sqlite-doc-3080801.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd54fdb0ed5daf4d47ab97838a116b71cc669591ff0bdd7935ab300942ff93f +size 4949418 diff --git a/sqlite3.changes b/sqlite3.changes index 5fae4ce..3298c61 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jan 20 20:14:31 UTC 2015 - andreas.stieger@gmx.de + +- SQLite 3.8.8.1: + * Fix a bug in the sorting logic, present since version 3.8.4, + that can cause output to appear in the wrong order on queries + that contains an ORDER BY clause, a LIMIT clause, and that have + approximately 60 or more columns in the result set. + ------------------------------------------------------------------- Fri Jan 16 21:01:06 UTC 2015 - andreas.stieger@gmx.de diff --git a/sqlite3.spec b/sqlite3.spec index 88451d3..3d44271 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -21,9 +21,9 @@ %define oname sqlite Name: %pname -Version: 3.8.8 +Version: 3.8.8.1 Release: 0 -%define tarversion 3080800 +%define tarversion 3080801 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain Group: Productivity/Databases/Servers