Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sqlite3 for openSUSE:Factory checked in at 2023-02-23 16:28:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old) and /work/SRC/openSUSE:Factory/.sqlite3.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sqlite3" Thu Feb 23 16:28:13 2023 rev:142 rq:1067149 version:3.41.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes 2023-01-07 17:16:06.348864274 +0100 +++ /work/SRC/openSUSE:Factory/.sqlite3.new.1706/sqlite3.changes 2023-02-23 16:37:23.287473207 +0100 @@ -1,0 +2,20 @@ +Wed Feb 22 09:42:51 UTC 2023 - Reinhard Max <m...@suse.com> + +- Update to 3.41.0: + * https://www.sqlite.org/releaselog/3_41_0.html + * Various query planner improvements. + * Add the built-in unhex() SQL function. + * Add the base64 and base85 application-defined functions as an + extension and include that extension in the CLI. + * In-memory databases created using sqlite3_deserialize() now + report their filename as an empty string, not as 'x'. + * The ".scanstats est" command provides query planner estimates + in profiles. + * Enhance the --safe command-line option to disallow dangerous + SQL functions. + * The double-quoted string misfeature is now disabled by default + for CLI builds. + * Various other improvements and performance enhancements. +- The new version obsoletes sqlite-src-3390000-func7-pg-181.patch + +------------------------------------------------------------------- Old: ---- sqlite-doc-3400100.zip sqlite-src-3390000-func7-pg-181.patch sqlite-src-3400100.zip New: ---- sqlite-doc-3410000.zip sqlite-src-3410000.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sqlite3.spec ++++++ --- /var/tmp/diff_new_pack.zUvcNt/_old 2023-02-23 16:37:23.947476977 +0100 +++ /var/tmp/diff_new_pack.zUvcNt/_new 2023-02-23 16:37:23.951477000 +0100 @@ -1,7 +1,7 @@ # # spec file for package sqlite3 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,11 +17,11 @@ %define oname sqlite -%define tarversion 3400100 +%define tarversion 3410000 %bcond_with icu %bcond_without check Name: sqlite3 -Version: 3.40.1 +Version: 3.41.0 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain @@ -30,7 +30,6 @@ Source0: https://www.sqlite.org/2022/sqlite-src-%{tarversion}.zip Source1: baselibs.conf Source2: https://www.sqlite.org/2022/sqlite-doc-%{tarversion}.zip -Patch0: sqlite-src-3390000-func7-pg-181.patch BuildRequires: automake BuildRequires: libtool BuildRequires: pkgconfig @@ -128,7 +127,6 @@ %prep %setup -q -n sqlite-src-%{tarversion} -a2 -%patch0 -p1 rm -v sqlite-doc-%{tarversion}/releaselog/current.html ln -sv `echo %{version} | sed "s/\./_/g"`.html sqlite-doc-%{tarversion}/releaselog/current.html