diff --git a/sqlite-autoconf-3080402.tar.gz b/sqlite-autoconf-3080402.tar.gz deleted file mode 100644 index 0702770..0000000 --- a/sqlite-autoconf-3080402.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e492dd83eb66f13bdac99ce4f1b14a80c84661ac2b64a8d105acc4b6cb66f1a5 -size 1937368 diff --git a/sqlite-autoconf-3080403.tar.gz b/sqlite-autoconf-3080403.tar.gz new file mode 100644 index 0000000..7efa630 --- /dev/null +++ b/sqlite-autoconf-3080403.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e995e23a324a5d6ae95d8a836240382a4d7475d09707fc469c8cafcbd48d65 +size 1937379 diff --git a/sqlite-doc-3080402.zip b/sqlite-doc-3080402.zip deleted file mode 100644 index b39bf11..0000000 --- a/sqlite-doc-3080402.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40c3bc5bea5462aade48f6124db0cbdaaa886b4e67f147a30c68c0943e27aee4 -size 4624725 diff --git a/sqlite-doc-3080403.zip b/sqlite-doc-3080403.zip new file mode 100644 index 0000000..56a7323 --- /dev/null +++ b/sqlite-doc-3080403.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aacbcbac847168f97053518595ec1a5e23ed3eb8975fd91d133265f061ef1d53 +size 4628472 diff --git a/sqlite3.changes b/sqlite3.changes index e8211c3..2f058b2 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Apr 3 19:29:14 UTC 2014 - andreas.stieger@gmx.de + +- SQLite 3.8.4.3: + - fix for a problem that might cause incorrect query results on a + query that mixes DISTINCT, GROUP BY in a subquery, and ORDER BY +- Fix obsolete-not-provided warning on sqlite-64bit for ppc64 + ------------------------------------------------------------------- Sat Mar 29 14:32:55 UTC 2014 - andreas.stieger@gmx.de diff --git a/sqlite3.spec b/sqlite3.spec index 69d3fef..0fff3d9 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -21,9 +21,9 @@ %define oname sqlite Name: %pname -Version: 3.8.4.2 +Version: 3.8.4.3 Release: 0 -%define tarversion 3080402 +%define tarversion 3080403 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain Group: Productivity/Databases/Servers @@ -45,7 +45,8 @@ Source2: http://www.sqlite.org/2014/sqlite-doc-%tarversion.zip BuildRoot: %{_tmppath}/%{name}-%{version}-build # bug437293 %ifarch ppc64 -Obsoletes: sqlite-64bit +Obsoletes: sqlite-64bit < %{version} +Provides: sqlite-64bit = %{version} %endif #