Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sqlite3 for openSUSE:Factory checked in at 2021-03-21 23:19:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old) and /work/SRC/openSUSE:Factory/.sqlite3.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sqlite3" Sun Mar 21 23:19:31 2021 rev:125 rq:880148 version:3.35.2 Changes: -------- --- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes 2021-03-16 15:44:11.821017270 +0100 +++ /work/SRC/openSUSE:Factory/.sqlite3.new.2401/sqlite3.changes 2021-03-21 23:19:43.860726074 +0100 @@ -1,0 +2,25 @@ +Fri Mar 19 14:53:04 UTC 2021 - Martin Li??ka <[email protected]> + +- Fix typo in macro definition. + +------------------------------------------------------------------- +Wed Mar 17 21:39:16 UTC 2021 - Andreas Stieger <[email protected]> + +- 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. + +------------------------------------------------------------------- Old: ---- sqlite-doc-3350000.zip sqlite-src-3350000.zip New: ---- sqlite-doc-3350200.zip sqlite-src-3350200.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sqlite3.spec ++++++ --- /var/tmp/diff_new_pack.MtX3Lc/_old 2021-03-21 23:19:44.352726243 +0100 +++ /var/tmp/diff_new_pack.MtX3Lc/_new 2021-03-21 23:19:44.356726244 +0100 @@ -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 @@ -DSQLITE_SOUNDEX \ -DSQLITE_ENABLE_UNLOCK_NOTIFY \ -DSQLITE_SECURE_DELETE \ + -DSQLITE_ENABLE_MATH_FUNCTIONS \ " %configure \ --disable-static \
