Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ibus for openSUSE:Factory checked in at 2022-08-24 15:10:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ibus (Old) and /work/SRC/openSUSE:Factory/.ibus.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ibus" Wed Aug 24 15:10:51 2022 rev:116 rq:998864 version:1.5.26 Changes: -------- --- /work/SRC/openSUSE:Factory/ibus/ibus.changes 2022-04-22 21:53:03.978724778 +0200 +++ /work/SRC/openSUSE:Factory/.ibus.new.2083/ibus.changes 2022-08-24 15:11:02.896497872 +0200 @@ -1,0 +2,10 @@ +Mon Aug 22 13:37:53 UTC 2022 - Fuminobu Takeyama <[email protected]> + +- Fix ibus-setup to support python3 (boo#1202063) + * Update setup-switch-im.patch +- Remove X-GNOME-* from ibus-autostart.desktop + (boo#1201421, boo#1201728) + * ibus-autostart still does not work with + systemd-xdg-autostart-generator + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ibus-autostart.desktop ++++++ --- /var/tmp/diff_new_pack.tcolTf/_old 2022-08-24 15:11:03.480498435 +0200 +++ /var/tmp/diff_new_pack.tcolTf/_new 2022-08-24 15:11:03.484498440 +0200 @@ -8,9 +8,6 @@ Type=Application StartupNotify=false NoDisplay=true -X-GNOME-Autostart-Phase=Applications -X-GNOME-AutoRestart=false -X-GNOME-Autostart-Notify=false X-KDE-autostart-after=panel X-KDE-StartupNotify=false ++++++ setup-switch-im.patch ++++++ --- /var/tmp/diff_new_pack.tcolTf/_old 2022-08-24 15:11:03.516498470 +0200 +++ /var/tmp/diff_new_pack.tcolTf/_new 2022-08-24 15:11:03.520498474 +0200 @@ -1,6 +1,5 @@ -diff -Nur ibus-1.5.25/setup/main.py ibus-1.5.25-new/setup/main.py ---- ibus-1.5.25/setup/main.py 2021-08-20 08:48:40.000000000 +0800 -+++ ibus-1.5.25-new/setup/main.py 2021-09-06 20:54:06.205651597 +0800 +--- ibus-1.5.26/setup/main.py.org 2022-03-14 14:15:48.000000000 +0900 ++++ ibus-1.5.26/setup/main.py 2022-08-21 23:04:59.698814168 +0900 @@ -508,11 +508,16 @@ self.__engine_setup_exec_list[name] = os.spawnl(os.P_NOWAIT, *args) @@ -19,7 +18,7 @@ dlg = Gtk.MessageDialog(message_type = Gtk.MessageType.QUESTION, buttons = Gtk.ButtonsType.YES_NO, text = message) -@@ -522,39 +527,12 @@ +@@ -522,39 +527,11 @@ if id != Gtk.ResponseType.YES: sys.exit(0) @@ -57,10 +56,9 @@ - self.__flush_gtk_events() - sys.exit(0) + filename = os.path.join(usr_home, filename) -+ f=file(filename,"w+") -+ cmd = 'export INPUT_METHOD=\"' + method_name + '\"' -+ f.writelines(cmd) -+ f.close() ++ with open(filename, "w+") as f: ++ cmd = 'export INPUT_METHOD=\"' + method_name + '\"' ++ f.writelines(cmd) + sys.exit(0) def __shortcut_button_clicked_cb(self, button, name, section, _name, entry):
