From 5b9d0b976f3a6350354acb1a8b0af1fa6282b95e9eadbfe0a13ea64b30c7c206 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 2 Oct 2019 14:58:06 +0000 Subject: [PATCH] Accepting request 734638 from home:mike-fabian update to 2.6.7 OBS-URL: https://build.opensuse.org/request/show/734638 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=74 --- ibus-typing-booster-2.6.6.tar.gz | 3 --- ibus-typing-booster-2.6.7.tar.gz | 3 +++ ibus-typing-booster.changes | 15 +++++++++++++++ ibus-typing-booster.spec | 12 ++++++++++-- 4 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 ibus-typing-booster-2.6.6.tar.gz create mode 100644 ibus-typing-booster-2.6.7.tar.gz diff --git a/ibus-typing-booster-2.6.6.tar.gz b/ibus-typing-booster-2.6.6.tar.gz deleted file mode 100644 index 4f9fb5a..0000000 --- a/ibus-typing-booster-2.6.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae0bde33aa1d7abe0693ad0898f499328f530c72b9a415d5ebe0ee1a48a34c25 -size 7209992 diff --git a/ibus-typing-booster-2.6.7.tar.gz b/ibus-typing-booster-2.6.7.tar.gz new file mode 100644 index 0000000..9ec1575 --- /dev/null +++ b/ibus-typing-booster-2.6.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bbbfc3739fbc6dd96d27d297c14c5eff98e6b7ff54c0f92ef679861d8c9fe61 +size 7358877 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index 8c569ff..c907488 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Oct 01 22:05:20 UTC 2019 - maiku.fabian@gmail.com + +- Update to 2.6.7 +- If the first candidate is exactly the same as the typed string + prefer longer candidates (Extends inline completions automatically) +- Move README to README.md and use some markdown to make it look better on github +- When showing similar emoji in the lookup table, show the list of keywords + which matched only when debugging is on +- Update emoji annotations from CLDR +- More unittests, restructure test files, move some doctests to unittests +- Add a utility class KeyvalsToKeycodes to find ibus key codes + instead of hardcoding them +- Add ceb to CLDR_ANNOTATION_FILES + ------------------------------------------------------------------- Wed Sep 11 14:44:35 UTC 2019 - maiku.fabian@gmail.com diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index b551563..c32636b 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -15,7 +15,7 @@ # Name: ibus-typing-booster -Version: 2.6.6 +Version: 2.6.7 Release: 0 Summary: An input completion utility License: GPL-3.0+ @@ -28,6 +28,7 @@ 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 @@ -37,6 +38,8 @@ BuildRequires: m17n-db BuildRequires: python3-pyenchant BuildRequires: appstream-glib BuildRequires: glib2 +BuildRequires: gtk3 +BuildRequires: xorg-x11-server %if 0%{?sle_version} >= 120200 BuildRequires: python3-pyxdg %endif @@ -158,8 +161,13 @@ dconf write /org/freedesktop/ibus/engine/typing-booster/showstatusinfoinaux true 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 & ibus-daemon -drx -make check || cat ./tests/test-suite.log +make -C tests run_tests +pushd tests + ./run_tests +popd %post [ -x %{_bindir}/ibus ] && \