From 1a4ef65fa4e86cb0685cf36818196bdf041b2defcfd936f7c8f0a9e00480639d Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 14 May 2020 14:05:15 +0000 Subject: [PATCH] Accepting request 805608 from home:mike-fabian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 2.8.3 - Save default dictionaries and input methods when making the lists empty in the setup tool - Fix reading “include” instructions in Compose files and observe XCOMPOSEFILE (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/93) - Fix right-to-left detection for LC_MESSAGES=C (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/97) - GUI tests added thanks to Takao Fujiwara - Update UnicodeData.txt to Unicode 13.0.0 - Translation updates for it, hu, tr, pt_BR OBS-URL: https://build.opensuse.org/request/show/805608 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=99 --- ibus-typing-booster-2.8.2.tar.gz | 3 --- ibus-typing-booster-2.8.3.tar.gz | 3 +++ ibus-typing-booster.changes | 14 ++++++++++++++ ibus-typing-booster.spec | 5 +++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 ibus-typing-booster-2.8.2.tar.gz create mode 100644 ibus-typing-booster-2.8.3.tar.gz diff --git a/ibus-typing-booster-2.8.2.tar.gz b/ibus-typing-booster-2.8.2.tar.gz deleted file mode 100644 index 1e0c9b9..0000000 --- a/ibus-typing-booster-2.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ecc9dde6a1902760057fba3df6df9d5dbe667a1d74dd8eda17482d1047f987d -size 8161995 diff --git a/ibus-typing-booster-2.8.3.tar.gz b/ibus-typing-booster-2.8.3.tar.gz new file mode 100644 index 0000000..4056e70 --- /dev/null +++ b/ibus-typing-booster-2.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b82f3272dbda9c8100960c82d69670559d8a2ef7cd19ecb9cdd6c9d36639784 +size 8184044 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index c9d4a99..95fb943 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun May 03 18:45:10 UTC 2020 - maiku.fabian@gmail.com + +- Update to 2.8.3 +- Save default dictionaries and input methods when making the lists + empty in the setup tool +- Fix reading “include” instructions in Compose files and observe XCOMPOSEFILE + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/93) +- Fix right-to-left detection for LC_MESSAGES=C + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/97) +- GUI tests added thanks to Takao Fujiwara +- Update UnicodeData.txt to Unicode 13.0.0 +- Translation updates for it, hu, tr, pt_BR + ------------------------------------------------------------------- Tue Mar 31 14:57:16 UTC 2020 - maiku.fabian@gmail.com diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index c822e59..11ee357 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -15,7 +15,7 @@ # Name: ibus-typing-booster -Version: 2.8.2 +Version: 2.8.3 Release: 0 Summary: An input completion utility License: GPL-3.0+ @@ -36,6 +36,7 @@ BuildRequires: update-desktop-files # for the unit tests BuildRequires: m17n-lib BuildRequires: m17n-db +BuildRequires: python3-mock BuildRequires: python3-pyenchant BuildRequires: appstream-glib BuildRequires: glib2 @@ -151,7 +152,7 @@ dconf write /org/freedesktop/ibus/engine/typing-booster/keybindings "{'next_inpu dconf dump / export DISPLAY=:1 Xvfb $DISPLAY -screen 0 1024x768x16 & -ibus-daemon -drx +sleep 1 make -C tests run_tests pushd tests ./run_tests