From bffc04bd9746ab58c6ce6eea56d3616bf456be51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 30 Oct 2025 08:50:46 +0100 Subject: [PATCH] Sync from SUSE:ALP:Source:Standard:1.0 sqlite3 revision bf2a8d1c83e1f551bc413ac2c2767b8a --- sqlite-doc-3500200.zip | 3 --- sqlite-doc-3500400.zip | 3 +++ sqlite-src-3500200.zip | 3 --- sqlite-src-3500400.zip | 3 +++ sqlite3.changes | 31 +++++++++++++++++++++++++++++++ sqlite3.spec | 16 +++++++++------- 6 files changed, 46 insertions(+), 13 deletions(-) delete mode 100644 sqlite-doc-3500200.zip create mode 100644 sqlite-doc-3500400.zip delete mode 100644 sqlite-src-3500200.zip create mode 100644 sqlite-src-3500400.zip diff --git a/sqlite-doc-3500200.zip b/sqlite-doc-3500200.zip deleted file mode 100644 index 9227508..0000000 --- a/sqlite-doc-3500200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f8ba2b53a3aa2c9166d46a02d911b85d3b8b0b840c491d321d5fc62150e3419 -size 11382890 diff --git a/sqlite-doc-3500400.zip b/sqlite-doc-3500400.zip new file mode 100644 index 0000000..4161eed --- /dev/null +++ b/sqlite-doc-3500400.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a03cf461500310c7a785c9d6f86121ac9465601982cdcac6de0c5987dbfc2f +size 11398708 diff --git a/sqlite-src-3500200.zip b/sqlite-src-3500200.zip deleted file mode 100644 index f329e04..0000000 --- a/sqlite-src-3500200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:091eeec3ae2ccb91aac21d0e9a4a58944fb2cb112fa67bffc3e08c2eca2d85c8 -size 14392422 diff --git a/sqlite-src-3500400.zip b/sqlite-src-3500400.zip new file mode 100644 index 0000000..a18fb42 --- /dev/null +++ b/sqlite-src-3500400.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b4dc060f36053902fb65b344bbbed592e64b2291a26ac06fe77eec097850e9 +size 14393367 diff --git a/sqlite3.changes b/sqlite3.changes index 49a8f46..2a8a66d 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Tue Oct 21 08:30:42 UTC 2025 - Reinhard Max + +- bsc#1252217: Add a %license file. + +------------------------------------------------------------------- +Tue Aug 26 12:14:27 UTC 2025 - Reinhard Max + +- bsc#1248586: Fix icu-enabled build. + +------------------------------------------------------------------- +Mon Aug 11 16:04:48 UTC 2025 - Reinhard Max + +- Update to version 3.50.4: + * Fix two long-standings cases of the use of uninitialized + variables in obscure circumstances. + +------------------------------------------------------------------- +Thu Jul 17 16:17:25 UTC 2025 - Reinhard Max + +- Update to version 3.50.3: + * Fix a possible memory error that can occur if a query is made + against against FTS5 index that has been deliberately corrupted + in a very specific way. + * Fix the parser so that it ignored SQL comments in all places of + a CREATE TRIGGER statement. This resolves a problem that was + introduced by the introduction of the + SQLITE_DBCONFIG_ENABLE_COMMENTS feature in version 3.49.0. + * Fix an incorrect answer due to over-optimization of an AND + operator. + ------------------------------------------------------------------- Tue Jul 1 12:04:55 UTC 2025 - Reinhard Max diff --git a/sqlite3.spec b/sqlite3.spec index f04f111..1df6b00 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -1,7 +1,7 @@ # # spec file for package sqlite3 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # Copyright (c) 2025 Andreas Stieger # # All modifications and additions to the file contributed by third parties @@ -19,12 +19,12 @@ %define _buildshell /bin/bash %define oname sqlite -%define tarversion 3500200 -%define docversion 3500200 +%define tarversion 3500400 +%define docversion 3500400 %bcond_with icu %bcond_without check Name: sqlite3 -Version: 3.50.2 +Version: 3.50.4 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain @@ -173,9 +173,6 @@ export CFLAGS="%{optflags} \ -DSQLITE_ENABLE_FTS3 \ -DSQLITE_ENABLE_FTS4 \ -DSQLITE_ENABLE_FTS5 \ -%if %{with icu} - -DSQLITE_ENABLE_ICU \ -%endif -DSQLITE_ENABLE_JSON1 \ -DSQLITE_ENABLE_RBU \ -DSQLITE_ENABLE_RTREE \ @@ -195,6 +192,10 @@ export CFLAGS="%{optflags} \ --enable-fts5 \ --enable-update-limit \ --enable-rtree \ +%if %{with icu} + --icu-collations \ + --with-icu-config=/usr/bin/icu-config \ +%endif --enable-session %make_build sqlite3.c %make_build @@ -217,6 +218,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %ldconfig_scriptlets -n libsqlite3-0 %files +%license LICENSE.md %{_bindir}/sqlite3 %{_mandir}/man1/sqlite3.1%{?ext_man}