Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ibus for openSUSE:Factory checked in 
at 2025-12-18 18:29:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibus (Old)
 and      /work/SRC/openSUSE:Factory/.ibus.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibus"

Thu Dec 18 18:29:23 2025 rev:136 rq:1323387 version:1.5.33

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibus/ibus.changes        2025-12-08 
11:53:17.695830147 +0100
+++ /work/SRC/openSUSE:Factory/.ibus.new.1928/ibus.changes      2025-12-18 
18:29:34.980903766 +0100
@@ -1,0 +2,8 @@
+Tue Dec 16 15:55:11 UTC 2025 - Giacomo Comes <[email protected]>
+
+- use return insted of exit in 20-ibus-plasma-setup.sh
+  * such script is sourced not executed, when using exit other 
+    scripts in the same directory are not sourced anymore
+  * fix boo#1255237
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ibus.spec ++++++
--- /var/tmp/diff_new_pack.3bzEQD/_old  2025-12-18 18:29:36.028947782 +0100
+++ /var/tmp/diff_new_pack.3bzEQD/_new  2025-12-18 18:29:36.028947782 +0100
@@ -1,7 +1,6 @@
 #
 # spec file for package ibus
 #
-# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties

++++++ 20-ibus-plasma-setup.sh ++++++
--- /var/tmp/diff_new_pack.3bzEQD/_old  2025-12-18 18:29:36.084950133 +0100
+++ /var/tmp/diff_new_pack.3bzEQD/_new  2025-12-18 18:29:36.088950302 +0100
@@ -10,12 +10,12 @@
 
 # Do nothing for X11 session
 if [ "$XDG_SESSION_TYPE" != "wayland" ]; then
-    exit 0
+    return 0
 fi
 
 # Do nothing if kreadconfig6 is not available
 if ! command -v kreadconfig6 >/dev/null 2>&1; then
-    exit 0
+    return 0
 fi
 
 # check current virtual keyboard

Reply via email to