diff --git a/sqlite-doc-3350000.zip b/sqlite-doc-3350000.zip deleted file mode 100644 index 339bc29..0000000 --- a/sqlite-doc-3350000.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27433ffad8f056c98616a2c3dd4d55a2a997e9bee068630c4f43b6ae75413602 -size 10165959 diff --git a/sqlite-doc-3350200.zip b/sqlite-doc-3350200.zip new file mode 100644 index 0000000..0a028be --- /dev/null +++ b/sqlite-doc-3350200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae1e29f2dc4e13b787d4a074cf3844751fedab94b4304a4e89bf6e7bdb79b8d +size 10182547 diff --git a/sqlite-src-3350000.zip b/sqlite-src-3350000.zip deleted file mode 100644 index e841c81..0000000 --- a/sqlite-src-3350000.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c72dea7b8148a4c1b00145c9aab52317cffbfb46b6179c476f6e41d4f87c6af2 -size 12814378 diff --git a/sqlite-src-3350200.zip b/sqlite-src-3350200.zip new file mode 100644 index 0000000..3fbba2e --- /dev/null +++ b/sqlite-src-3350200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af39632ed596ff3294f35caff4d671745f81894135f9789ceecf696dfc38703 +size 12815298 diff --git a/sqlite3.changes b/sqlite3.changes index 1a5c3be..3bb56ed 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Fri Mar 19 14:53:04 UTC 2021 - Martin Liška + +- Fix typo in macro definition. + +------------------------------------------------------------------- +Wed Mar 17 21:39:16 UTC 2021 - Andreas Stieger + +- SQLite 3.35.2: + * Fix a problem in the appendvfs.c extension that was introduced + into version 3.35.0. + * Ensure that date/time functions with no arguments (which + generate responses that depend on the current time) are treated + as non-deterministic functions. + * Fix a problem in the sqldiff utility program having to do with + unusual whitespace characters in a virtual table definition. + * Limit the new UNION ALL optimization described by item 8c in + the 3.35.0 release so that it does not try to make too many + new subqueries. +- include changes from 3.35.1: + * Fix a bug in the new DROP COLUMN feature when used on columns + that are indexed and that are quoted in the index definition. + * Improve the built-in documentation for the .dump command in the + CLI. + ------------------------------------------------------------------- Mon Mar 15 07:59:12 UTC 2021 - Dirk Müller diff --git a/sqlite3.spec b/sqlite3.spec index 913a3a4..ec60879 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -17,10 +17,10 @@ %define oname sqlite -%define tarversion 3350000 +%define tarversion 3350200 %bcond_with icu Name: sqlite3 -Version: 3.35.0 +Version: 3.35.2 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain @@ -133,6 +133,7 @@ export CFLAGS="%{optflags} \ -DSQLITE_SOUNDEX \ -DSQLITE_ENABLE_UNLOCK_NOTIFY \ -DSQLITE_SECURE_DELETE \ + -DSQLITE_ENABLE_MATH_FUNCTIONS \ " %configure \ --disable-static \