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-04-22 18:03:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old) and /work/SRC/openSUSE:Factory/.sqlite3.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sqlite3" Thu Apr 22 18:03:28 2021 rev:126 rq:887264 version:3.35.5 Changes: -------- --- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes 2021-03-21 23:19:43.860726074 +0100 +++ /work/SRC/openSUSE:Factory/.sqlite3.new.12324/sqlite3.changes 2021-04-22 18:03:44.814486399 +0200 @@ -1,0 +2,58 @@ +Tue Apr 20 08:52:23 UTC 2021 - Andreas Stieger <andreas.stie...@gmx.de> + +- SQLite3 3.35.5: + * Fix defects in the new ALTER TABLE DROP COLUMN feature that + could corrupt the database file + * Fix an obscure query optimizer problem that might cause an + incorrect query result + +------------------------------------------------------------------- +Tue Apr 6 14:57:30 UTC 2021 - Reinhard Max <m...@suse.com> + +- Fix build on SLE-12 + +------------------------------------------------------------------- +Tue Apr 6 01:59:48 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- use https urls + +------------------------------------------------------------------- +Sat Apr 3 06:51:48 UTC 2021 - Andreas Stieger <andreas.stie...@gmx.de> + +- SQLite 3.35.4: + * Fix a defect in the query planner optimization + * Fix a defect in the new RETURNING syntax + * Fix the new RETURNING feature so that it raises an error if one + of the terms in the RETURNING clause references a unknown + table, instead of silently ignoring that error + * Fix an assertion associated with aggregate function processing + that was incorrectly triggered by the push-down optimization + +------------------------------------------------------------------- +Sat Mar 27 11:52:17 UTC 2021 - Andreas Stieger <andreas.stie...@gmx.de> + +- SQLite 3.35.3: + * Enhance the OP_OpenDup opcode of the bytecode engine so that + it works even if the cursor being duplicated itself came from + OP_OpenDup + * When materializing correlated common table expressions, do so + separately for each use case, as that is required for + correctness. This fixes a problem that was introduced by the + MATERIALIZED hint enhancement. + * Fix a problem in the filename normalizer of the unix VFS + * Fix the "box" output mode in the CLI so that it works with + statements that returns one or more rows of zero columns + (such as PRAGMA incremental_vacuum) + * Improvements to error messages generated by faulty common + table expressions + * Fix some incorrect assert() statements + * Fix to the SELECT statement syntax diagram so that the FROM + clause syntax is shown correctly + * Fix the EBCDIC character classifier so that it understands + newlines as whitespace + * Improvements the xBestIndex method in the implementation of the + (unsupported) wholenumber virtual table extension so that it + does a better job of convincing the query planner to avoid + trying to materialize a table with an infinite number of rows + +------------------------------------------------------------------- @@ -79 +137 @@ - queries against graphs easier to write and faster to execute.\ + queries against graphs easier to write and faster to execute. Old: ---- sqlite-doc-3350200.zip sqlite-src-3350200.zip New: ---- sqlite-doc-3350500.zip sqlite-src-3350500.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sqlite3.spec ++++++ --- /var/tmp/diff_new_pack.labm7i/_old 2021-04-22 18:03:45.542487525 +0200 +++ /var/tmp/diff_new_pack.labm7i/_new 2021-04-22 18:03:45.546487531 +0200 @@ -17,25 +17,32 @@ %define oname sqlite -%define tarversion 3350200 +%define tarversion 3350500 %bcond_with icu Name: sqlite3 -Version: 3.35.2 +Version: 3.35.5 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain Group: Productivity/Databases/Servers URL: https://www.sqlite.org/ -Source0: http://www.sqlite.org/2021/sqlite-src-%{tarversion}.zip +Source0: https://www.sqlite.org/2021/sqlite-src-%{tarversion}.zip Source1: baselibs.conf -Source2: http://www.sqlite.org/2021/sqlite-doc-%{tarversion}.zip +Source2: https://www.sqlite.org/2021/sqlite-doc-%{tarversion}.zip BuildRequires: automake BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: readline-devel BuildRequires: tcl-devel BuildRequires: unzip +%if 0%{suse_version} < 1500 +# As of 2021 we still need to be able to compile this on SLE-12 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: zlib-devel +%global make_build make +%else BuildRequires: pkgconfig(zlib) +%endif Provides: %{oname} = %{version} Obsoletes: %{oname} < %{version} %if %{with icu}