From bb87f8b32d3d61cc23da305399c7b27281e9da322c3a903a2aae9f30ef04d0ad Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 12 Aug 2021 10:43:58 +0000 Subject: [PATCH 1/3] Accepting request 911574 from home:mike-fabian Update to 2.14.0 OBS-URL: https://build.opensuse.org/request/show/911574 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=146 --- ibus-typing-booster-2.13.1.tar.gz | 3 --- ibus-typing-booster-2.14.0.tar.gz | 3 +++ ibus-typing-booster.changes | 32 +++++++++++++++++++++++++++++++ ibus-typing-booster.spec | 6 ++---- inscript2-20160423.tar.gz | 3 --- inscript2-20210812.tar.gz | 3 +++ 6 files changed, 40 insertions(+), 10 deletions(-) delete mode 100644 ibus-typing-booster-2.13.1.tar.gz create mode 100644 ibus-typing-booster-2.14.0.tar.gz delete mode 100644 inscript2-20160423.tar.gz create mode 100644 inscript2-20210812.tar.gz diff --git a/ibus-typing-booster-2.13.1.tar.gz b/ibus-typing-booster-2.13.1.tar.gz deleted file mode 100644 index 01e41b0..0000000 --- a/ibus-typing-booster-2.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a1e9985d9f42a08644d64e68cf271c2a364eb55b956e9f66de28bcc51fde6a7 -size 9542481 diff --git a/ibus-typing-booster-2.14.0.tar.gz b/ibus-typing-booster-2.14.0.tar.gz new file mode 100644 index 0000000..b0a4d10 --- /dev/null +++ b/ibus-typing-booster-2.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4029fd96f2415775f6c6de0f1a9f3fc4e01563cb814f3c02f2578b3c8a9d824a +size 10048272 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index 70e7f77..1dd404e 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Thu Aug 12 08:39:55 UTC 2021 - maiku.fabian@gmail.com + +- Update to 2.14.0 +- Update inscript2 input methods to: inscript2-20210812.tar.gz +- Translation update from Weblate (de, nl, pl, sv, tr, uk updated to 100%) +- Update emoji annotations from CLDR +- Improve code to determine the default dictionaries and input methods + for the current locale + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/209) +- Improve behaviour of key combinations which normally select text when a preëdit is open + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/210) +- Show possible compose completions on request + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/208) +- When setting self._input_mode to False (direct input), + set self._hide_input to False as well +- Never mix context from surrounding text with remembered context + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/204) +- Rename the option “Use a workaround for a bug in Qt im module” to + “Avoid using the forward_key_event() function” + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/200) +- Handle End, Home, KP_End, KP_Home also as commit trigger keys. + For normal preedits *and* for compose preedits. + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/199) +- Improve typing space or Tab when the cursor is not at the end of the preedit + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/198) +- Completly new implementation of reopening the preedit on + arrow-keys, BackSpace and Delete. Should be much more reliable. + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/196) +- Special handling of Left and BackSpace when a candidate is manually selected + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/178) + ------------------------------------------------------------------- Tue Aug 03 09:20:37 UTC 2021 - maiku.fabian@gmail.com diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 2f71b17..446e944 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -15,15 +15,14 @@ # Name: ibus-typing-booster -Version: 2.13.1 +Version: 2.14.0 Release: 0 Summary: An input completion utility License: GPL-3.0+ 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-20160423.tar.gz -Patch0: m17n-db-1.8.0-inscript2-mni-sat.patch +Source1: https://releases.pagure.org/inscript2/inscript2-20210812.tar.gz BuildRequires: ibus-devel BuildRequires: python3 BuildRequires: python3-devel @@ -93,7 +92,6 @@ input method to speedup typing. %setup -q ##extract inscript2 maps tar xzf %{SOURCE1} -%patch0 -p0 %build export PYTHON=%{_bindir}/python3 diff --git a/inscript2-20160423.tar.gz b/inscript2-20160423.tar.gz deleted file mode 100644 index 2487c59..0000000 --- a/inscript2-20160423.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5814e72fc37ed84b38c775c0b6f0a5d37f87a2439d097c51b20e0521e7da3e7f -size 36466 diff --git a/inscript2-20210812.tar.gz b/inscript2-20210812.tar.gz new file mode 100644 index 0000000..103b94d --- /dev/null +++ b/inscript2-20210812.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d690b1d456194bab8b5439aec2310eaac1846fc2e0d7bbb141f359e667a04aa8 +size 37912 From 280141117ade1107837097a29f8de12d2b57bb5d99055c0c9e49a3aa28ee0ef4 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Fri, 13 Aug 2021 16:26:03 +0000 Subject: [PATCH 2/3] Accepting request 912019 from home:mike-fabian Update to 2.14.0 OBS-URL: https://build.opensuse.org/request/show/912019 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=147 --- m17n-db-1.8.0-inscript2-mni-sat.patch | 60 --------------------------- 1 file changed, 60 deletions(-) delete mode 100644 m17n-db-1.8.0-inscript2-mni-sat.patch diff --git a/m17n-db-1.8.0-inscript2-mni-sat.patch b/m17n-db-1.8.0-inscript2-mni-sat.patch deleted file mode 100644 index 41f22c1..0000000 --- a/m17n-db-1.8.0-inscript2-mni-sat.patch +++ /dev/null @@ -1,60 +0,0 @@ ---- inscript2/IM/mni-inscript2-beng.mim 2016-04-23 09:41:08.000000000 +0200 -+++ inscript2/IM/mni-inscript2-beng.mim 2019-10-10 11:58:18.068555240 +0200 -@@ -18,7 +18,7 @@ - ;; - ;; Author: Parag Nemade - --(input-method mni inscript2) -+(input-method mni inscript2-beng) - - (description "Manipuri input method for enhanced inscript layout. - ---- inscript2/IM/mni-inscript2-mtei.mim 2016-04-23 09:41:10.000000000 +0200 -+++ inscript2/IM/mni-inscript2-mtei.mim 2019-10-10 11:58:18.069555230 +0200 -@@ -18,7 +18,7 @@ - ;; - ;; Author: Parag Nemade - --(input-method mni inscript2) -+(input-method mni inscript2-mtei) - - (description "Manipuri Meetei Mayek input method for enhanced inscript layout. - -@@ -87,13 +87,13 @@ - ((G-U) "ꯡ") - ("Y" "ꯚ") - ("]" "꯬") -- ("a" "ꯣ " -+ ("a" "ꯣ") - ("b" "ꯋ") - ("c" "ꯃ") - ((G-c) "ꯝ") - ("d" "꯭") - ("e" "ꯥ") -- ("f" "ꯤ) -+ ("f" "ꯤ") - ("g" "ꯨ") - ("h" "ꯄ") - ((G-h) "ꯞ") ---- inscript2/IM/sat-inscript2-deva.mim 2016-04-23 09:41:51.000000000 +0200 -+++ inscript2/IM/sat-inscript2-deva.mim 2019-10-10 11:58:46.793249433 +0200 -@@ -18,7 +18,7 @@ - ;; - ;; Author: Parag Nemade - --(input-method sat inscript2) -+(input-method sat inscript2-deva) - - (description "Santali input method for enhanced inscript layout. - ---- inscript2/IM/sat-inscript2-olck.mim 2016-04-23 09:41:49.000000000 +0200 -+++ inscript2/IM/sat-inscript2-olck.mim 2019-10-10 11:58:46.793249433 +0200 -@@ -18,7 +18,7 @@ - ;; - ;; Author: Parag Nemade - --(input-method sat inscript2) -+(input-method sat inscript2-olck) - - (description "Santali Ol Chicky input method for enhanced inscript layout. - From 256b2327a4d17a89c367cd3cbc5bd0e0af83ae5c3d7d717ffd0f8f7a7f6f0ed0 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Fri, 13 Aug 2021 20:28:24 +0000 Subject: [PATCH 3/3] Accepting request 912033 from home:mike-fabian Update to 2.14.0 OBS-URL: https://build.opensuse.org/request/show/912033 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=148 --- ibus-typing-booster.changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index 1dd404e..bf219d7 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -3,6 +3,8 @@ Thu Aug 12 08:39:55 UTC 2021 - maiku.fabian@gmail.com - Update to 2.14.0 - Update inscript2 input methods to: inscript2-20210812.tar.gz +- Delete m17n-db-1.8.0-inscript2-mni-sat.patch, not necessary anymore + because of the new inscript2-20210812.tar.gz tarball - Translation update from Weblate (de, nl, pl, sv, tr, uk updated to 100%) - Update emoji annotations from CLDR - Improve code to determine the default dictionaries and input methods