Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2025-08-27 21:34:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old)
 and      /work/SRC/openSUSE:Factory/.sqlite3.new.30751 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sqlite3"

Wed Aug 27 21:34:07 2025 rev:168 rq:1301434 version:3.50.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2025-08-16 
20:38:40.418475122 +0200
+++ /work/SRC/openSUSE:Factory/.sqlite3.new.30751/sqlite3.changes       
2025-08-27 21:34:48.919023343 +0200
@@ -1,0 +2,5 @@
+Tue Aug 26 12:14:27 UTC 2025 - Reinhard Max <[email protected]>
+
+- bsc#1248586: Fix icu-enabled build.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.YOXDmd/_old  2025-08-27 21:34:49.679055073 +0200
+++ /var/tmp/diff_new_pack.YOXDmd/_new  2025-08-27 21:34:49.683055240 +0200
@@ -173,9 +173,6 @@
        -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 @@
   --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

Reply via email to