From 78e864a42ac32ff7f90925a9e287819194485aaf0799570e28ec2a12f540da1a Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 17 Oct 2023 08:47:56 +0000 Subject: [PATCH 01/12] Accepting request 1118230 from home:mike-fabian Update to 2.24.3 OBS-URL: https://build.opensuse.org/request/show/1118230 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=249 --- ibus-typing-booster-2.24.2.tar.gz | 3 - ibus-typing-booster-2.24.3.tar.gz | 3 + ibus-typing-booster-libX11-1.8.7.patch | 145 ------------------------- ibus-typing-booster.changes | 9 ++ ibus-typing-booster.spec | 4 +- 5 files changed, 13 insertions(+), 151 deletions(-) delete mode 100644 ibus-typing-booster-2.24.2.tar.gz create mode 100644 ibus-typing-booster-2.24.3.tar.gz delete mode 100644 ibus-typing-booster-libX11-1.8.7.patch diff --git a/ibus-typing-booster-2.24.2.tar.gz b/ibus-typing-booster-2.24.2.tar.gz deleted file mode 100644 index f03b2e1..0000000 --- a/ibus-typing-booster-2.24.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7e5a68e83fd3b9f0a097d4f580f159f8343e96b583ed5ac70dca4aad9bbb3b8 -size 12216471 diff --git a/ibus-typing-booster-2.24.3.tar.gz b/ibus-typing-booster-2.24.3.tar.gz new file mode 100644 index 0000000..5ae42a4 --- /dev/null +++ b/ibus-typing-booster-2.24.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eabc724e7bd0861c837c3aa03631f456db3518f7e255578554d43a42dfb597d +size 12217476 diff --git a/ibus-typing-booster-libX11-1.8.7.patch b/ibus-typing-booster-libX11-1.8.7.patch deleted file mode 100644 index b1eecb3..0000000 --- a/ibus-typing-booster-libX11-1.8.7.patch +++ /dev/null @@ -1,145 +0,0 @@ -Index: ibus-typing-booster-2.24.2/tests/test_itb.py -=================================================================== ---- ibus-typing-booster-2.24.2.orig/tests/test_itb.py -+++ ibus-typing-booster-2.24.2/tests/test_itb.py -@@ -2367,89 +2367,73 @@ class ItbTestCase(unittest.TestCase): - ['en_US'], update_gsettings=False) - self.engine.do_process_key_event(IBus.KEY_dead_macron, 0, 0) - self.assertEqual(self.engine.mock_preedit_text, '¯') -- self.engine.do_process_key_event(0x010001EB, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭ') -- self.engine.do_process_key_event(IBus.KEY_Multi_key, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭ·') -- self.engine.do_process_key_event(IBus.KEY_macron, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭ¯') -- self.engine.do_process_key_event(0x010001EB, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭ') -- self.engine.do_process_key_event(IBus.KEY_Multi_key, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭ·') -- self.engine.do_process_key_event(IBus.KEY_underscore, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭ_') -- self.engine.do_process_key_event(0x010001EB, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭ') -- self.engine.do_process_key_event(IBus.KEY_dead_macron, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭ¯') - self.engine.do_process_key_event(IBus.KEY_dead_ogonek, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭ¯˛') -+ self.assertEqual(self.engine.mock_preedit_text, '¯˛') - self.engine.do_process_key_event(IBus.KEY_o, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭ') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭ') - self.engine.do_process_key_event(IBus.KEY_dead_macron, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭ¯') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭ¯') - self.engine.do_process_key_event(IBus.KEY_Multi_key, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭ¯·') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭ¯·') - self.engine.do_process_key_event(IBus.KEY_semicolon, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭ¯·;') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭ¯·;') - self.engine.do_process_key_event(IBus.KEY_o, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭ') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭ') - self.engine.do_process_key_event(IBus.KEY_Multi_key, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭ·') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭ·') - self.engine.do_process_key_event(IBus.KEY_macron, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭ¯') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭ¯') - self.engine.do_process_key_event(IBus.KEY_dead_ogonek, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭ¯˛') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭ¯˛') - self.engine.do_process_key_event(IBus.KEY_o, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭ') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭ') - self.engine.do_process_key_event(IBus.KEY_Multi_key, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭ·') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭ·') - self.engine.do_process_key_event(IBus.KEY_macron, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭ¯') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭ¯') - self.engine.do_process_key_event(IBus.KEY_semicolon, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭ¯;') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭ¯;') - self.engine.do_process_key_event(IBus.KEY_o, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǭ') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭ') - self.engine.do_process_key_event(IBus.KEY_Multi_key, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǭ·') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭ·') - self.engine.do_process_key_event(IBus.KEY_underscore, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǭ_') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭ_') - self.engine.do_process_key_event(IBus.KEY_dead_ogonek, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǭ_˛') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭ_˛') - self.engine.do_process_key_event(IBus.KEY_o, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǭǭ') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭ') - self.engine.do_process_key_event(IBus.KEY_Multi_key, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǭǭ·') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭ·') - self.engine.do_process_key_event(IBus.KEY_underscore, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǭǭ_') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭ_') - self.engine.do_process_key_event(IBus.KEY_semicolon, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǭǭ_;') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭ_;') - self.engine.do_process_key_event(IBus.KEY_o, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǭǭǭ') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭ') - self.engine.do_process_key_event(IBus.KEY_dead_caron, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǭǭǭˇ') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭˇ') - self.engine.do_process_key_event(IBus.KEY_EZH, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǭǭǭǮ') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǮ') - self.engine.do_process_key_event(IBus.KEY_Multi_key, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǭǭǭǮ·') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǮ·') - self.engine.do_process_key_event(IBus.KEY_c, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǭǭǭǮc') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǮc') - self.engine.do_process_key_event(IBus.KEY_EZH, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǭǭǭǮǮ') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǮǮ') - self.engine.do_process_key_event(IBus.KEY_dead_caron, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǭǭǭǮǮˇ') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǮǮˇ') - self.engine.do_process_key_event(IBus.KEY_ezh, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǭǭǭǮǮǯ') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǮǮǯ') - self.engine.do_process_key_event(IBus.KEY_Multi_key, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǭǭǭǮǮǯ·') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǮǮǯ·') - self.engine.do_process_key_event(IBus.KEY_c, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǭǭǭǮǮǯc') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǮǮǯc') - self.engine.do_process_key_event(IBus.KEY_ezh, 0, 0) -- self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǭǭǭǮǮǯǯ') -+ self.assertEqual(self.engine.mock_preedit_text, 'ǭǭǭǭǭǭǮǮǯǯ') - self.engine.do_process_key_event(IBus.KEY_space, 0, 0) - self.assertEqual(self.engine.mock_preedit_text, '') -- self.assertEqual(self.engine.mock_committed_text, 'ǭǭǭǭǭǭǭǭǭǮǮǯǯ ') -+ self.assertEqual(self.engine.mock_committed_text, 'ǭǭǭǭǭǭǮǮǯǯ ') - if self._compose_sequences.compose([IBus.KEY_Multi_key, 0x01002276, IBus.KEY_slash]) != '≸': - self.skipTest( - 'Compose file too old, older than ' -@@ -2462,7 +2446,7 @@ class ItbTestCase(unittest.TestCase): - self.assertEqual(self.engine.mock_preedit_text, '≸') - self.engine.do_process_key_event(IBus.KEY_space, 0, 0) - self.assertEqual(self.engine.mock_preedit_text, '') -- self.assertEqual(self.engine.mock_committed_text, 'ǭǭǭǭǭǭǭǭǭǮǮǯǯ ≸ ') -+ self.assertEqual(self.engine.mock_committed_text, 'ǭǭǭǭǭǭǮǮǯǯ ≸ ') - self.engine.do_process_key_event(IBus.KEY_Multi_key, 0, 0) - self.assertEqual(self.engine.mock_preedit_text, '·') - self.engine.do_process_key_event(0x0100093C, 0, 0) -@@ -2473,7 +2457,7 @@ class ItbTestCase(unittest.TestCase): - self.engine.do_process_key_event(IBus.KEY_space, 0, 0) - self.assertEqual(self.engine.mock_preedit_text, '') - self.assertEqual(self.engine.mock_committed_text, -- 'ǭǭǭǭǭǭǭǭǭǮǮǯǯ ≸ \u0915\u093C ') -+ 'ǭǭǭǭǭǭǮǮǯǯ ≸ \u0915\u093C ') - - def test_compose_combining_chars_in_preedit_representation(self) -> None: - self.engine.set_current_imes( diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index 2e57bd4..d309d9a 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,12 @@ +Mon Oct 16 21:40:08 UTC 2023 - maiku.fabian@gmail.com + +- Update to 2.24.3 +- Adapt compose test cases to newest compose table +- Parse compose sequence “ : "\\" backslash # REVERSE SOLIDUS” + correctly (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/467) +- Avoid really *all* use of self.foreward_key_event() if the option self._avoid_forward_key_event is True +- Avoid verbatim bidi formatting characters in the source code + ------------------------------------------------------------------- Sun Oct 8 16:26:56 UTC 2023 - Marguerite Su diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 59a68c1..103fd31 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -17,7 +17,7 @@ Name: ibus-typing-booster -Version: 2.24.2 +Version: 2.24.3 Release: 0 Summary: An input completion utility License: GPL-3.0-or-later @@ -25,7 +25,6 @@ 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 -Patch0: %{name}-libX11-1.8.7.patch BuildRequires: AppStream BuildRequires: appstream-glib BuildRequires: dbus-1-x11 @@ -99,7 +98,6 @@ input method to speedup typing. ##extract inscript2 maps tar xzf %{SOURCE1} %endif -%patch0 -p1 %build export PYTHON=%{_bindir}/python3 From a0f25bc32a73b1ce88b403f2bb021cc657d9fb1a45fab1f3f59178fcc865f2f4 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 18 Oct 2023 16:26:50 +0000 Subject: [PATCH 02/12] Accepting request 1118618 from home:mike-fabian Update to 2.24.4 OBS-URL: https://build.opensuse.org/request/show/1118618 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=250 --- ibus-typing-booster-2.24.3.tar.gz | 3 --- ibus-typing-booster-2.24.4.tar.gz | 3 +++ ibus-typing-booster.changes | 9 +++++++++ ibus-typing-booster.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 ibus-typing-booster-2.24.3.tar.gz create mode 100644 ibus-typing-booster-2.24.4.tar.gz diff --git a/ibus-typing-booster-2.24.3.tar.gz b/ibus-typing-booster-2.24.3.tar.gz deleted file mode 100644 index 5ae42a4..0000000 --- a/ibus-typing-booster-2.24.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5eabc724e7bd0861c837c3aa03631f456db3518f7e255578554d43a42dfb597d -size 12217476 diff --git a/ibus-typing-booster-2.24.4.tar.gz b/ibus-typing-booster-2.24.4.tar.gz new file mode 100644 index 0000000..286d668 --- /dev/null +++ b/ibus-typing-booster-2.24.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a8f7c880919489effa8452583d646d502d6abd3ebf7b8237ae8619b45c15a9 +size 12217171 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index d309d9a..a185d90 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Oct 18 16:50:36 UTC 2023 - maiku.fabian@gmail.com + +- Update to 2.24.4 +- Fix typos which prevented autosettings from working when the attempting + to autoset “avoidforwardkeyevent” or “addspaceoncommit” + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/469) + +------------------------------------------------------------------- Mon Oct 16 21:40:08 UTC 2023 - maiku.fabian@gmail.com - Update to 2.24.3 diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 103fd31..5de7092 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -17,7 +17,7 @@ Name: ibus-typing-booster -Version: 2.24.3 +Version: 2.24.4 Release: 0 Summary: An input completion utility License: GPL-3.0-or-later From 00d95b595e8f8d87f96cb8b0b4fc86d1ebb8fabcdd2885ba2b20173234d5687a Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 5 Dec 2023 13:33:52 +0000 Subject: [PATCH 03/12] Accepting request 1130983 from home:mike-fabian Update to 2.24.5 OBS-URL: https://build.opensuse.org/request/show/1130983 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=251 --- ibus-typing-booster-2.24.4.tar.gz | 3 --- ibus-typing-booster-2.24.5.tar.gz | 3 +++ ibus-typing-booster.changes | 8 ++++++++ ibus-typing-booster.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 ibus-typing-booster-2.24.4.tar.gz create mode 100644 ibus-typing-booster-2.24.5.tar.gz diff --git a/ibus-typing-booster-2.24.4.tar.gz b/ibus-typing-booster-2.24.4.tar.gz deleted file mode 100644 index 286d668..0000000 --- a/ibus-typing-booster-2.24.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7a8f7c880919489effa8452583d646d502d6abd3ebf7b8237ae8619b45c15a9 -size 12217171 diff --git a/ibus-typing-booster-2.24.5.tar.gz b/ibus-typing-booster-2.24.5.tar.gz new file mode 100644 index 0000000..da2a9ec --- /dev/null +++ b/ibus-typing-booster-2.24.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9cf1a33e4e1c74380464ad9394b71cef1942979166193acb1792d25d54bc1b2 +size 12217369 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index a185d90..b02f7a2 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Dec 05 09:27:18 UTC 2023 - maiku.fabian@gmail.com + +- Update to 2.24.5 +- Fix first character disappearing when compose was involved in WhatsApp and Telegram + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/471 +- Update emoji annotations from CLDR + ------------------------------------------------------------------- Wed Oct 18 16:50:36 UTC 2023 - maiku.fabian@gmail.com diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 5de7092..4a39bff 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -17,7 +17,7 @@ Name: ibus-typing-booster -Version: 2.24.4 +Version: 2.24.5 Release: 0 Summary: An input completion utility License: GPL-3.0-or-later From 94ad9b4ea6ed78fc31ec757ac311aeac32b65245c3d06ee8a763fb268ba20401 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Sat, 30 Dec 2023 14:39:51 +0000 Subject: [PATCH 04/12] Accepting request 1135755 from home:mike-fabian Update to 2.24.10 OBS-URL: https://build.opensuse.org/request/show/1135755 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=252 --- ibus-typing-booster-2.24.10.tar.gz | 3 +++ ibus-typing-booster-2.24.5.tar.gz | 3 --- ibus-typing-booster.changes | 34 ++++++++++++++++++++++++++++++ ibus-typing-booster.spec | 2 +- 4 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 ibus-typing-booster-2.24.10.tar.gz delete mode 100644 ibus-typing-booster-2.24.5.tar.gz diff --git a/ibus-typing-booster-2.24.10.tar.gz b/ibus-typing-booster-2.24.10.tar.gz new file mode 100644 index 0000000..5e131ae --- /dev/null +++ b/ibus-typing-booster-2.24.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848ad54c62587bd4ecf1a416e804bb3831a506a4ad39c30310db82486fc73f24 +size 12320786 diff --git a/ibus-typing-booster-2.24.5.tar.gz b/ibus-typing-booster-2.24.5.tar.gz deleted file mode 100644 index da2a9ec..0000000 --- a/ibus-typing-booster-2.24.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9cf1a33e4e1c74380464ad9394b71cef1942979166193acb1792d25d54bc1b2 -size 12217369 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index b02f7a2..74cf19d 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Fri Dec 29 22:55:34 UTC 2023 - maiku.fabian@gmail.com + +- Update to 2.24.9 +- Update the preedit to empty right after deleting surrounding text when reopening a preedit + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/474) +- Improve do_reset() + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/473) + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/474) +- Fix _record_in_database_and_push_context() +- Avoid updating the preedit to empty or hiding it if the preedit is already hidden or empty +- Do not pass through a key release event if the corresponding key press event was handled +- Remove two probably redundant calls to get_surrounding_text() +- Hide and clear lookup table and aux in _update_ui_empty_input_try_completion() if no candidates are found +- Make self._ibus_event_sleep_seconds settable via gsettings +- Avoid more duplicate calls of _update_preedit() + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/473) + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/474) +- Fix disappearing first characters or words in the web clients of WhatsApp and Telegram used in Firefox + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/473) +- Update emoji annotations from CLDR + +------------------------------------------------------------------- +Tue Dec 18 18:27:49 UTC 2023 - maiku.fabian@gmail.com + +- Update to 2.24.7 +- Hide and clear lookup table and aux in _update_ui_empty_input_try_completion() if no candidates are found +- Make self._ibus_event_sleep_seconds settable via gsettings +- Avoid more duplicate calls of _update_preedit() + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/474) +- Fix disappearing first characters or words in the web clients of WhatsApp and Telegram used in Firefox + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/473) +- Update emoji annotations from CLDR + ------------------------------------------------------------------- Tue Dec 05 09:27:18 UTC 2023 - maiku.fabian@gmail.com diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 4a39bff..593f9b9 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -17,7 +17,7 @@ Name: ibus-typing-booster -Version: 2.24.5 +Version: 2.24.10 Release: 0 Summary: An input completion utility License: GPL-3.0-or-later From 54d1bda62803f956a024ca6ea4ef072af8203bae7e3e37c8dd35acb2dc72527f Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Sat, 6 Jan 2024 20:41:44 +0000 Subject: [PATCH 05/12] Accepting request 1137298 from home:mike-fabian Update to 2.24.11 OBS-URL: https://build.opensuse.org/request/show/1137298 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=253 --- ibus-typing-booster-2.24.10.tar.gz | 3 --- ibus-typing-booster-2.24.11.tar.gz | 3 +++ ibus-typing-booster.changes | 10 ++++++++++ ibus-typing-booster.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 ibus-typing-booster-2.24.10.tar.gz create mode 100644 ibus-typing-booster-2.24.11.tar.gz diff --git a/ibus-typing-booster-2.24.10.tar.gz b/ibus-typing-booster-2.24.10.tar.gz deleted file mode 100644 index 5e131ae..0000000 --- a/ibus-typing-booster-2.24.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:848ad54c62587bd4ecf1a416e804bb3831a506a4ad39c30310db82486fc73f24 -size 12320786 diff --git a/ibus-typing-booster-2.24.11.tar.gz b/ibus-typing-booster-2.24.11.tar.gz new file mode 100644 index 0000000..429d211 --- /dev/null +++ b/ibus-typing-booster-2.24.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34600a3f5cb159d256b95b85ba16ec05f81cb148fcfa4fdc98e4e62e9ee5c68e +size 12321813 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index 74cf19d..698db6a 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jan 06 00:53:31 UTC 2024 - maiku.fabian@gmail.com + +- Update to 2.24.11 +- Really clear the preedit when it is empty, don’t just hide it + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/476) + Just hiding a non-empty preedit is not enough because of + IBus.PreeditFocusMode.COMMIT a non-empty preedit is still + committed on focus out, even when it is hidden. + ------------------------------------------------------------------- Fri Dec 29 22:55:34 UTC 2023 - maiku.fabian@gmail.com diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 593f9b9..7acbb58 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -17,7 +17,7 @@ Name: ibus-typing-booster -Version: 2.24.10 +Version: 2.24.11 Release: 0 Summary: An input completion utility License: GPL-3.0-or-later From c9b5c1795b911d249b15a6e037b86b32d0807e42007528b04ab8ce2cf6b23847 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 22 Jan 2024 11:36:48 +0000 Subject: [PATCH 06/12] Accepting request 1140153 from home:gmbr3:Active - Fixes for %_ibus_libexecdir moving to %_libexecdir (bsc#1174075) OBS-URL: https://build.opensuse.org/request/show/1140153 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=254 --- ibus-typing-booster.changes | 5 +++++ ibus-typing-booster.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index 698db6a..554e98e 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jan 20 15:15:55 UTC 2024 - Callum Farmer + +- Fixes for %_ibus_libexecdir moving to %_libexecdir (bsc#1174075) + ------------------------------------------------------------------- Sat Jan 06 00:53:31 UTC 2024 - maiku.fabian@gmail.com diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 7acbb58..4a95787 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -101,7 +101,7 @@ tar xzf %{SOURCE1} %build export PYTHON=%{_bindir}/python3 -%configure --disable-static --libexecdir=%{_libdir}/ibus +%configure --disable-static --libexecdir=%{_ibus_libexecdir} %make_build %install @@ -215,8 +215,8 @@ fi %{_datadir}/icons/hicolor/128x128/apps/ibus-typing-booster.png %{_datadir}/icons/hicolor/256x256/apps/ibus-typing-booster.png %{_datadir}/icons/hicolor/scalable/apps/ibus-typing-booster.svg -%{_libdir}/ibus/ibus-engine-typing-booster -%{_libdir}/ibus/ibus-setup-typing-booster +%{_ibus_libexecdir}/ibus-engine-typing-booster +%{_ibus_libexecdir}/ibus-setup-typing-booster %{_datadir}/applications/*.desktop %{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.typing-booster.gschema.xml %if 0%{?suse_version} < 1550 From 1e3bcdcf97e128a6e2e0babec100bd1ef422c9d7cf7d13ae0f5fe7b2eb7db7ef Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Sun, 28 Jan 2024 00:16:09 +0000 Subject: [PATCH 07/12] Accepting request 1142027 from home:mike-fabian Update to 2.24.12 OBS-URL: https://build.opensuse.org/request/show/1142027 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=255 --- ibus-typing-booster-2.24.11.tar.gz | 3 --- ibus-typing-booster-2.24.12.tar.gz | 3 +++ ibus-typing-booster.changes | 7 +++++++ ibus-typing-booster.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 ibus-typing-booster-2.24.11.tar.gz create mode 100644 ibus-typing-booster-2.24.12.tar.gz diff --git a/ibus-typing-booster-2.24.11.tar.gz b/ibus-typing-booster-2.24.11.tar.gz deleted file mode 100644 index 429d211..0000000 --- a/ibus-typing-booster-2.24.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34600a3f5cb159d256b95b85ba16ec05f81cb148fcfa4fdc98e4e62e9ee5c68e -size 12321813 diff --git a/ibus-typing-booster-2.24.12.tar.gz b/ibus-typing-booster-2.24.12.tar.gz new file mode 100644 index 0000000..0dc7313 --- /dev/null +++ b/ibus-typing-booster-2.24.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38efa97f401c97269d99a217bbb41b9e07131087127e4204c31202dfb13a968a +size 12322716 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index 554e98e..3d2f589 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 27 21:00:05 UTC 2024 - maiku.fabian@gmail.com + +- Update to 2.24.12 +- Improve handling of punctuation marks when writing (French) French + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/480) + ------------------------------------------------------------------- Sat Jan 20 15:15:55 UTC 2024 - Callum Farmer diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 4a95787..cbca922 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -17,7 +17,7 @@ Name: ibus-typing-booster -Version: 2.24.11 +Version: 2.24.12 Release: 0 Summary: An input completion utility License: GPL-3.0-or-later From 358e6b6503d1b004223997629461b9db9842ef39315766061cd3e4e985104fc9 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 6 Feb 2024 11:32:39 +0000 Subject: [PATCH 08/12] Accepting request 1144546 from home:mike-fabian Update to 2.25.0 OBS-URL: https://build.opensuse.org/request/show/1144546 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=256 --- ibus-typing-booster-2.24.12.tar.gz | 3 --- ibus-typing-booster-2.25.0.tar.gz | 3 +++ ibus-typing-booster.changes | 10 ++++++++++ ibus-typing-booster.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 ibus-typing-booster-2.24.12.tar.gz create mode 100644 ibus-typing-booster-2.25.0.tar.gz diff --git a/ibus-typing-booster-2.24.12.tar.gz b/ibus-typing-booster-2.24.12.tar.gz deleted file mode 100644 index 0dc7313..0000000 --- a/ibus-typing-booster-2.24.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38efa97f401c97269d99a217bbb41b9e07131087127e4204c31202dfb13a968a -size 12322716 diff --git a/ibus-typing-booster-2.25.0.tar.gz b/ibus-typing-booster-2.25.0.tar.gz new file mode 100644 index 0000000..148881e --- /dev/null +++ b/ibus-typing-booster-2.25.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0469bf6e411233b94a7076f3a0b28cfbc618aaae5ce706733bc3e82f50f86e4d +size 12346383 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index 3d2f589..e7b779f 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Feb 05 16:52:49 UTC 2024 - maiku.fabian@gmail.com + +- Update to 2.25.0 +- Add new combobox option “Record mode” + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/470) +- Improve handling of “:” for fr_CA and add fr_CH to use the same rules as fr_FR + (Related: https://github.com/mike-fabian/ibus-typing-booster/issues/480) +- Translation update from Weblate (bn 100%, de 100%, fr 100%, ja 99%, ka 100%, sv 100%, tr 100%) + ------------------------------------------------------------------- Sat Jan 27 21:00:05 UTC 2024 - maiku.fabian@gmail.com diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index cbca922..572f80a 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -17,7 +17,7 @@ Name: ibus-typing-booster -Version: 2.24.12 +Version: 2.25.0 Release: 0 Summary: An input completion utility License: GPL-3.0-or-later From 7c0caf176732c872b650aea6683e881c18a3cdbd034685af0e520c93eb8b3b5a Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 14 Feb 2024 09:45:03 +0000 Subject: [PATCH 09/12] Accepting request 1146533 from home:mike-fabian Update to 2.25.1 OBS-URL: https://build.opensuse.org/request/show/1146533 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=257 --- ibus-typing-booster-2.25.0.tar.gz | 3 --- ibus-typing-booster-2.25.1.tar.gz | 3 +++ ibus-typing-booster.changes | 10 ++++++++++ ibus-typing-booster.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 ibus-typing-booster-2.25.0.tar.gz create mode 100644 ibus-typing-booster-2.25.1.tar.gz diff --git a/ibus-typing-booster-2.25.0.tar.gz b/ibus-typing-booster-2.25.0.tar.gz deleted file mode 100644 index 148881e..0000000 --- a/ibus-typing-booster-2.25.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0469bf6e411233b94a7076f3a0b28cfbc618aaae5ce706733bc3e82f50f86e4d -size 12346383 diff --git a/ibus-typing-booster-2.25.1.tar.gz b/ibus-typing-booster-2.25.1.tar.gz new file mode 100644 index 0000000..c378d60 --- /dev/null +++ b/ibus-typing-booster-2.25.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371a88000fd8c2f796aa7efd598f5514b6fe72a2b464f4ba181c4ab032b86e74 +size 12351484 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index e7b779f..0bb7c32 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Feb 13 19:57:18 UTC 2024 - maiku.fabian@gmail.com + +- Update to 2.25.1 +- Make it possible to use keys with Unicode keysyms in keybindings + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/497) +- Add hack to make space handling for punctuation work for kate and kwrite + (https://github.com/mike-fabian/ibus-typing-booster/issues/496) +- Translation update from Weblate (pl 99.5%) + ------------------------------------------------------------------- Mon Feb 05 16:52:49 UTC 2024 - maiku.fabian@gmail.com diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 572f80a..7df07d6 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -17,7 +17,7 @@ Name: ibus-typing-booster -Version: 2.25.0 +Version: 2.25.1 Release: 0 Summary: An input completion utility License: GPL-3.0-or-later From c4310fa2236e58bc9d6356ad35554bcc7a62d2aeab07a9b37a343c50eef5d6f3 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Sun, 25 Feb 2024 11:17:51 +0000 Subject: [PATCH 10/12] Accepting request 1150301 from home:mike-fabian Update to 2.25.3 OBS-URL: https://build.opensuse.org/request/show/1150301 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=258 --- ibus-typing-booster-2.25.1.tar.gz | 3 --- ibus-typing-booster-2.25.3.tar.gz | 3 +++ ibus-typing-booster.changes | 8 ++++++++ ibus-typing-booster.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 ibus-typing-booster-2.25.1.tar.gz create mode 100644 ibus-typing-booster-2.25.3.tar.gz diff --git a/ibus-typing-booster-2.25.1.tar.gz b/ibus-typing-booster-2.25.1.tar.gz deleted file mode 100644 index c378d60..0000000 --- a/ibus-typing-booster-2.25.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:371a88000fd8c2f796aa7efd598f5514b6fe72a2b464f4ba181c4ab032b86e74 -size 12351484 diff --git a/ibus-typing-booster-2.25.3.tar.gz b/ibus-typing-booster-2.25.3.tar.gz new file mode 100644 index 0000000..66598aa --- /dev/null +++ b/ibus-typing-booster-2.25.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de1aa10b4849c3f941c851ead2fa2aec358bbb8cc0d1a10d80d014ee0e5a139 +size 12388617 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index 0bb7c32..be5db9b 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Feb 24 14:47:06 UTC 2024 - maiku.fabian@gmail.com + +- Update to 2.25.3 +- Add a feature to insert or remove RLM or LRM markers to + change the direction of a line of bidi text + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/500) + ------------------------------------------------------------------- Tue Feb 13 19:57:18 UTC 2024 - maiku.fabian@gmail.com diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 7df07d6..353dc96 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -17,7 +17,7 @@ Name: ibus-typing-booster -Version: 2.25.1 +Version: 2.25.3 Release: 0 Summary: An input completion utility License: GPL-3.0-or-later From 2c2a58dae02cdbbc78a3a5aca3cbd25c41c2e6d81d18c3ddb90165068e9b7682 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Fri, 5 Apr 2024 08:47:04 +0000 Subject: [PATCH 11/12] Accepting request 1165454 from home:mike-fabian Update to 2.25.4 OBS-URL: https://build.opensuse.org/request/show/1165454 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=259 --- ibus-typing-booster-2.25.3.tar.gz | 3 --- ibus-typing-booster-2.25.4.tar.gz | 3 +++ ibus-typing-booster.changes | 10 ++++++++++ ibus-typing-booster.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 ibus-typing-booster-2.25.3.tar.gz create mode 100644 ibus-typing-booster-2.25.4.tar.gz diff --git a/ibus-typing-booster-2.25.3.tar.gz b/ibus-typing-booster-2.25.3.tar.gz deleted file mode 100644 index 66598aa..0000000 --- a/ibus-typing-booster-2.25.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6de1aa10b4849c3f941c851ead2fa2aec358bbb8cc0d1a10d80d014ee0e5a139 -size 12388617 diff --git a/ibus-typing-booster-2.25.4.tar.gz b/ibus-typing-booster-2.25.4.tar.gz new file mode 100644 index 0000000..b006cc6 --- /dev/null +++ b/ibus-typing-booster-2.25.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8781b35a8a61c413595a946f9c0911f0c3bc2ddac11e8f4ed5b81b7aaa3d0155 +size 12388721 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index be5db9b..1678575 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Apr 04 15:48:42 UTC 2024 - maiku.fabian@gmail.com + +- Update to 2.25.4 +- Pass key which triggered cancel command to application + if self._min_char_complete == 0 and there are no candidates + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/505) +- Update emoji annotations from CLDR +- Translation update from Weblate (ka 100%) + ------------------------------------------------------------------- Sat Feb 24 14:47:06 UTC 2024 - maiku.fabian@gmail.com diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 353dc96..6b66be1 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -17,7 +17,7 @@ Name: ibus-typing-booster -Version: 2.25.3 +Version: 2.25.4 Release: 0 Summary: An input completion utility License: GPL-3.0-or-later From 40f24f25ec41f6402a15da6ffd2d7c4de94d8b7aaa62eca7a6560b796dc1338e Mon Sep 17 00:00:00 2001 From: Hillwood Yang Date: Mon, 8 Apr 2024 13:15:14 +0000 Subject: [PATCH 12/12] Accepting request 1166205 from home:hillwood:branches:M17N - Drop ibus-typing-booster-libX11-1.8.7.patch OBS-URL: https://build.opensuse.org/request/show/1166205 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=260 --- ibus-typing-booster.changes | 1 + ibus-typing-booster.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index 1678575..fab805d 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -117,6 +117,7 @@ Mon Oct 16 21:40:08 UTC 2023 - maiku.fabian@gmail.com correctly (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/467) - Avoid really *all* use of self.foreward_key_event() if the option self._avoid_forward_key_event is True - Avoid verbatim bidi formatting characters in the source code +- Drop ibus-typing-booster-libX11-1.8.7.patch ------------------------------------------------------------------- Sun Oct 8 16:26:56 UTC 2023 - Marguerite Su diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 6b66be1..35d9fe4 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,7 +1,7 @@ # # spec file for package ibus-typing-booster # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed