Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ibus-typing-booster for openSUSE:Factory checked in at 2023-01-26 13:57:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ibus-typing-booster (Old) and /work/SRC/openSUSE:Factory/.ibus-typing-booster.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ibus-typing-booster" Thu Jan 26 13:57:34 2023 rev:99 rq:1060989 version:2.20.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ibus-typing-booster/ibus-typing-booster.changes 2023-01-20 17:38:56.180606229 +0100 +++ /work/SRC/openSUSE:Factory/.ibus-typing-booster.new.32243/ibus-typing-booster.changes 2023-01-26 14:01:06.825025359 +0100 @@ -1,0 +2,5 @@ +Mon Jan 23 15:44:41 UTC 2023 - Andreas Schwab <sch...@suse.de> + +- Use xvfb-run + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ibus-typing-booster.spec ++++++ --- /var/tmp/diff_new_pack.o3vi1L/_old 2023-01-26 14:01:07.433029285 +0100 +++ /var/tmp/diff_new_pack.o3vi1L/_new 2023-01-26 14:01:07.441029338 +0100 @@ -1,6 +1,7 @@ +# # spec file for package ibus-typing-booster # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -11,37 +12,38 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: ibus-typing-booster Version: 2.20.0 Release: 0 Summary: An input completion utility -License: GPL-3.0+ +License: GPL-3.0-or-later Group: System/X11/Utilities URL: https://mike-fabian.github.io/ibus-typing-booster/ Source0: https://github.com/mike-fabian/ibus-typing-booster/releases/download/%{version}/%{name}-%{version}.tar.gz Source1: https://releases.pagure.org/inscript2/inscript2-20210820.tar.gz +BuildRequires: dbus-1-x11 +BuildRequires: desktop-file-utils +BuildRequires: fdupes BuildRequires: ibus-devel BuildRequires: python3 BuildRequires: python3-devel -BuildRequires: desktop-file-utils BuildRequires: python3-gobject BuildRequires: python3-gobject-Gdk -BuildRequires: dbus-1-x11 -BuildRequires: fdupes BuildRequires: update-desktop-files # for the unit tests BuildRequires: m17n-lib -BuildRequires: m17n-db -BuildRequires: python3-pyenchant BuildRequires: AppStream BuildRequires: appstream-glib BuildRequires: glib2 -BuildRequires: gtk3 -BuildRequires: xorg-x11-server BuildRequires: glibc-locale +BuildRequires: gtk3 +BuildRequires: m17n-db +BuildRequires: python3-pyenchant +BuildRequires: xvfb-run # Because of âfrom packing import versionâ: BuildRequires: python3-packaging %if 0%{?sle_version} >= 120200 @@ -64,9 +66,9 @@ %endif # Requires: ibus >= 1.5.3 +Requires: dbus-1-python3 Requires: m17n-lib Requires: python3 >= 3.3 -Requires: dbus-1-python3 Requires: python3-distro Requires: python3-pyenchant # Because of âfrom packing import versionâ: @@ -160,8 +162,6 @@ dconf write /org/freedesktop/ibus/engine/typing-booster/inlinecompletion false dconf write /org/freedesktop/ibus/engine/typing-booster/keybindings "{'next_input_method': <['Control+Down', 'Control+KP_Down']>, 'previous_input_method': <['Control+Up', 'Control+KP_Up']>, 'lookup_related': <['Mod5+F12']>, 'enable_lookup': <['Tab', 'ISO_Left_Tab', 'KP_Divide']>, 'select_next_candidate': <['Tab', 'ISO_Left_Tab', 'Down', 'KP_Down']>, 'lookup_table_page_down': <['Page_Down', 'KP_Page_Down', 'KP_Next']>, 'toggle_emoji_prediction': <['Mod5+F6']>, 'lookup_table_page_up': <['Page_Up', 'KP_Page_Up', 'KP_Prior']>, 'toggle_off_the_record': <['Mod5+F9']>, 'cancel': <['Escape']>, 'setup': <['Mod5+F10']>, 'select_previous_candidate': <['Shift+Tab', 'Shift+ISO_Left_Tab', 'Up', 'KP_Up']>}" dconf dump / -export DISPLAY=:1 -Xvfb $DISPLAY -screen 0 1024x768x16 & # A window manager and and ibus-daemon are needed to run the GUI # test tests/test_gtk.py, for example i3 can be used. # @@ -181,7 +181,7 @@ #i3 -c /tmp/i3config & #export XDG_SESSION_TYPE=x11 -make check && rc=0 || rc=1 +xvfb-run --server-args="-screen 0 1024x768x16" make check && rc=0 || rc=1 cat tests/*.log if [ $rc != 0 ] ; then exit $rc