From d148955bad2ba433eba5a0f056d9c642aff692ea Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Sun, 16 May 2021 21:46:56 +0200 Subject: [PATCH 01/12] Update to 1.13.1 - Fix reading the source file for the suggestions phrase.txt.bz2 - Update translations from Weblate (updates for ca, fr) --- .gitignore | 1 + ibus-table.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f45b6ef..5a44e2d 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.12.5.tar.gz /ibus-table-1.12.6.tar.gz /ibus-table-1.13.0.tar.gz +/ibus-table-1.13.1.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index c2a4700..df65a33 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.13.0 +Version: 1.13.1 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -143,6 +143,11 @@ fi %{_datadir}/installed-tests/%{name} %changelog +* Sun May 16 2021 Mike FABIAN - 1.13.1-1 +- Update to 1.13.1 +- Fix reading the source file for the suggestions phrase.txt.bz2 +- Update translations from Weblate (updates for ca, fr) + * Tue May 04 2021 Mike FABIAN - 1.13.0-1 - Update to 1.13.0 - Make switch to pinyin mode also happen immediately even diff --git a/sources b/sources index 554e6fb..b584d25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.13.0.tar.gz) = d4956e24b7166631816124b55987c92a4b3c3a1eece86d168297e4b18ca697ba96dc68a696477dcf91a510e4c446289a8b02cb4f79c15705151dd62b9a2096b1 +SHA512 (ibus-table-1.13.1.tar.gz) = 19748dbb111976b7cc594558cdea925c8f311264d994df6eba99cf11d2642ad95c10d57e7ec7b6026ea1c78da0db61e7d8f56deb40dc1a552d2fd64eedd00f65 From d4e4e944543cd4d2148638f08ff5fcfa0cd418f2 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Fri, 21 May 2021 20:05:02 +0200 Subject: [PATCH 02/12] Update outdated link to upstream tarball --- ibus-table.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibus-table.spec b/ibus-table.spec index df65a33..09f2935 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -4,7 +4,7 @@ Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ URL: http://code.google.com/p/ibus/ -Source0: http://mfabian.fedorapeople.org/ibus-table/%{name}-%{version}.tar.gz +Source0: https://github.com/mike-fabian/ibus-table/releases/download/%{version}/%{name}-%{version}.tar.gz Requires: ibus > 1.3.0 %{?__python3:Requires: %{__python3}} BuildRequires: gcc From 31bcf77c87f5b37e131768f93d2d6c6922d35e0a Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 8 Jun 2021 14:48:29 +0200 Subject: [PATCH 03/12] Update to 1.13.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix bug in Unihan_Variants.txt, 只 U+53EA is both simplified and traditional Chinese (Resolves: https://github.com/kaio/ibus-table/issues/74) - Update Chinese variant detection by Unihan_Variants.txt to the version “2021-05-18 Unicode 14.0.0” (draft version of Unicode 14) - Update translations from Weblate (updates for es (100%), pt_BR (100%)) --- .gitignore | 1 + ibus-table.spec | 11 ++++++++++- sources | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5a44e2d..48ecbe9 100644 --- a/.gitignore +++ b/.gitignore @@ -69,3 +69,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.12.6.tar.gz /ibus-table-1.13.0.tar.gz /ibus-table-1.13.1.tar.gz +/ibus-table-1.13.2.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 09f2935..f61a5e6 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.13.1 +Version: 1.13.2 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -143,6 +143,15 @@ fi %{_datadir}/installed-tests/%{name} %changelog +* Tue Jun 08 2021 Mike FABIAN - 1.13.2-1 +- Update to 1.13.2 +- Fix bug in Unihan_Variants.txt, 只 U+53EA is both simplified + and traditional Chinese + (Resolves: https://github.com/kaio/ibus-table/issues/74) +- Update Chinese variant detection by Unihan_Variants.txt to + the version “2021-05-18 Unicode 14.0.0” (draft version of Unicode 14) +- Update translations from Weblate (updates for es (100%), pt_BR (100%)) + * Sun May 16 2021 Mike FABIAN - 1.13.1-1 - Update to 1.13.1 - Fix reading the source file for the suggestions phrase.txt.bz2 diff --git a/sources b/sources index b584d25..b491ab6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.13.1.tar.gz) = 19748dbb111976b7cc594558cdea925c8f311264d994df6eba99cf11d2642ad95c10d57e7ec7b6026ea1c78da0db61e7d8f56deb40dc1a552d2fd64eedd00f65 +SHA512 (ibus-table-1.13.2.tar.gz) = 13d0e7aacdbe2b7fdf8deca01727cffc57547ce3908da3aaa850ab28fba45bc171943b6ba0fb1ea163aec432f61e28540ee8ad10b194c391690c64a19aafc271 From 5aadc5d0b1a299c32637b2d0580f537f4dc349d6 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 9 Jun 2021 17:53:40 +0200 Subject: [PATCH 04/12] Update to 1.13.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix a few more bugs in Unihan_Variants.txt, the characters 着枱云裡復采吓尸揾 are used both in simplified and traditional Chinese (some of them in traditional Chinese in Hong Kong only). (Resolves: https://github.com/ibus/ibus/issues/2323) --- .gitignore | 1 + ibus-table.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 48ecbe9..8f7ce28 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.13.0.tar.gz /ibus-table-1.13.1.tar.gz /ibus-table-1.13.2.tar.gz +/ibus-table-1.13.3.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index f61a5e6..4e00dbc 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.13.2 +Version: 1.13.3 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -143,6 +143,13 @@ fi %{_datadir}/installed-tests/%{name} %changelog +* Wed Jun 09 2021 Mike FABIAN - 1.13.3-1 +- Update to 1.13.3 +- Fix a few more bugs in Unihan_Variants.txt, the characters + 着枱云裡復采吓尸揾 are used both in simplified and traditional + Chinese (some of them in traditional Chinese in Hong Kong only). + (Resolves: https://github.com/ibus/ibus/issues/2323) + * Tue Jun 08 2021 Mike FABIAN - 1.13.2-1 - Update to 1.13.2 - Fix bug in Unihan_Variants.txt, 只 U+53EA is both simplified diff --git a/sources b/sources index b491ab6..2cfeded 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.13.2.tar.gz) = 13d0e7aacdbe2b7fdf8deca01727cffc57547ce3908da3aaa850ab28fba45bc171943b6ba0fb1ea163aec432f61e28540ee8ad10b194c391690c64a19aafc271 +SHA512 (ibus-table-1.13.3.tar.gz) = 2959b2f96c9a490032dafbce2b4164fcc07797ab73e735f26003156a891e1e3760e6a4f42713084b5ce1e408cbe21c3060d99615d898fe50b8d51405dcd42a3b From 9089023c61c3daa6013b186c2c7774056189e874 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 14 Jul 2021 11:20:32 +0200 Subject: [PATCH 05/12] Update to 1.14.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add option to set dynamic adjust at runtime - Resolves: https://github.com/mike-fabian/ibus-table/issues/70 - Also add a button to forget all the data learned by typing and selecting candidates. - Add options to play sound file on error - Resolves: https://github.com/kaio/ibus-table/issues/75 - Use checkbuttons instead of [Yes/No] comboboxes - Hide options which make no sense for certain tables instead of just graying them out - Add “Recommends: python3-simpleaudio” (Without that the new sound option is ignored) --- .gitignore | 5 +++++ ibus-table.spec | 16 +++++++++++++++- sources | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8f7ce28..fbe9bd2 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,8 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.13.1.tar.gz /ibus-table-1.13.2.tar.gz /ibus-table-1.13.3.tar.gz +/ibus-table-1.13.4.tar.gz +/ibus-table-1.13.5.tar.gz +/ibus-table-1.13.6.tar.gz +/ibus-table-1.13.7.tar.gz +/ibus-table-1.14.0.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 4e00dbc..d74e128 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.13.3 +Version: 1.14.0 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -7,6 +7,8 @@ URL: http://code.google.com/p/ibus/ Source0: https://github.com/mike-fabian/ibus-table/releases/download/%{version}/%{name}-%{version}.tar.gz Requires: ibus > 1.3.0 %{?__python3:Requires: %{__python3}} +# To play a sound on error: +Recommends: python3-simpleaudio BuildRequires: gcc BuildRequires: ibus-devel > 1.3.0 BuildRequires: python3-devel @@ -14,6 +16,7 @@ BuildRequires: python3-devel %if 0%{?fedora} BuildRequires: appstream %endif +BuildRequires: docbook-utils BuildRequires: libappstream-glib BuildRequires: desktop-file-utils BuildRequires: python3-gobject @@ -143,6 +146,17 @@ fi %{_datadir}/installed-tests/%{name} %changelog +* Wed Jul 21 2021 Mike FABIAN - 1.14.0-1 +- Update to 1.14.0 +- Add option to set dynamic adjust at runtime +- Resolves: https://github.com/mike-fabian/ibus-table/issues/70 +- Also add a button to forget all the data learned by typing and selecting candidates. +- Add options to play sound file on error +- Resolves: https://github.com/kaio/ibus-table/issues/75 +- Use checkbuttons instead of [Yes/No] comboboxes +- Hide options which make no sense for certain tables instead of just graying them out +- Add “Recommends: python3-simpleaudio” (Without that the new sound option is ignored) + * Wed Jun 09 2021 Mike FABIAN - 1.13.3-1 - Update to 1.13.3 - Fix a few more bugs in Unihan_Variants.txt, the characters diff --git a/sources b/sources index 2cfeded..894551e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.13.3.tar.gz) = 2959b2f96c9a490032dafbce2b4164fcc07797ab73e735f26003156a891e1e3760e6a4f42713084b5ce1e408cbe21c3060d99615d898fe50b8d51405dcd42a3b +SHA512 (ibus-table-1.14.0.tar.gz) = 60e570b82c4f05200410e9e4e155089223a20ebcf66d1c039a783108005f63699e75bc528fc30cd370c1400b65e765ade0d069184bd2ab81e2eda9bade2e8ac9 From 754c6b5737c5e08958f9f30985aee1f1f21b30cb Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 25 Aug 2021 12:48:29 +0200 Subject: [PATCH 06/12] Update to 1.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - If an exception happens when trying to play a sound, catch it. I have no idea how to reproduce that bug. But catching the exception should fix it, it should make ibus-table continue working normally if any such serious problem with playing sounds occurs. Without sound of course but it should not stop working. (Resolves: rhbz#1995955 https://bugzilla.redhat.com/show_bug.cgi?id=1995955) - When changing the error sound file with the setup tool, play it. To make the user hear immediately what kind of sound was selected. - Update translations from Weblate - Remove colons after “Auto select:”, “Auto wildcard:”, and “Use dark theme:” (Resolves: https://github.com/mike-fabian/ibus-table/issues/70#issuecomment-884664898) --- .gitignore | 1 + ibus-table.spec | 17 ++++++++++++++++- sources | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fbe9bd2..38e14f8 100644 --- a/.gitignore +++ b/.gitignore @@ -76,3 +76,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.13.6.tar.gz /ibus-table-1.13.7.tar.gz /ibus-table-1.14.0.tar.gz +/ibus-table-1.14.1.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index d74e128..d11f799 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.14.0 +Version: 1.14.1 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -146,6 +146,21 @@ fi %{_datadir}/installed-tests/%{name} %changelog +* Wed Aug 25 2021 Mike FABIAN - 1.14.1-1 +- If an exception happens when trying to play a sound, catch it. + I have no idea how to reproduce that bug. But catching the + exception should fix it, it should make ibus-table continue + working normally if any such serious problem with playing + sounds occurs. Without sound of course but it should not + stop working. + (Resolves: rhbz#1995955 https://bugzilla.redhat.com/show_bug.cgi?id=1995955) +- When changing the error sound file with the setup tool, play + it. To make the user hear immediately what kind of sound + was selected. +- Update translations from Weblate +- Remove colons after “Auto select:”, “Auto wildcard:”, and “Use dark theme:” + (Resolves: https://github.com/mike-fabian/ibus-table/issues/70#issuecomment-884664898) + * Wed Jul 21 2021 Mike FABIAN - 1.14.0-1 - Update to 1.14.0 - Add option to set dynamic adjust at runtime diff --git a/sources b/sources index 894551e..7f4a260 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.14.0.tar.gz) = 60e570b82c4f05200410e9e4e155089223a20ebcf66d1c039a783108005f63699e75bc528fc30cd370c1400b65e765ade0d069184bd2ab81e2eda9bade2e8ac9 +SHA512 (ibus-table-1.14.1.tar.gz) = a658c2d370d173d2fe2f38c02c6b822a17771754ac98a856f954c4c998e90a857f9d54ed652c74159af9545d445001d202e7b5578e7694f8767f928b42db9055 From 4d79328982f2c4ab94d0afb814c9c4bcb226b523 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 11 Jan 2022 10:11:17 +0100 Subject: [PATCH 07/12] Update to 1.15.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix problems with goucima for erbi-qs table (Resolves: https://github.com/kaio/ibus-table/issues/77) - Update Unihan_Variants.txt to “2021-08-06 Unicode 14.0.0 final” and regenerate engine/chinese_variants.py - Fix typo in translatable message, by Rafael Fontenelle (https://github.com/mike-fabian/ibus-table/pull/82) --- .gitignore | 1 + ibus-table.spec | 11 ++++++++++- sources | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 38e14f8..e65b2ae 100644 --- a/.gitignore +++ b/.gitignore @@ -77,3 +77,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.13.7.tar.gz /ibus-table-1.14.0.tar.gz /ibus-table-1.14.1.tar.gz +/ibus-table-1.15.0.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index d11f799..1aff9d5 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.14.1 +Version: 1.15.0 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -146,6 +146,15 @@ fi %{_datadir}/installed-tests/%{name} %changelog +* Tue Jan 11 2022 Mike FABIAN - 1.15.0-1 +- Update to 1.15.0 +- Fix problems with goucima for erbi-qs table + (Resolves: https://github.com/kaio/ibus-table/issues/77) +- Update Unihan_Variants.txt to “2021-08-06 Unicode 14.0.0 final” + and regenerate engine/chinese_variants.py +- Fix typo in translatable message, by Rafael Fontenelle + (https://github.com/mike-fabian/ibus-table/pull/82) + * Wed Aug 25 2021 Mike FABIAN - 1.14.1-1 - If an exception happens when trying to play a sound, catch it. I have no idea how to reproduce that bug. But catching the diff --git a/sources b/sources index 7f4a260..5c9d29d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.14.1.tar.gz) = a658c2d370d173d2fe2f38c02c6b822a17771754ac98a856f954c4c998e90a857f9d54ed652c74159af9545d445001d202e7b5578e7694f8767f928b42db9055 +SHA512 (ibus-table-1.15.0.tar.gz) = d4b8ae9e59eab10c42185a072316dd40e698775b8d368ef4e9892b756dbceca494f54516c1b56dfe8c14585672c005b4ce6ef5c82c34e965db13539870de503f From 63fc8d87de31e9a40b8fcdc0c4b8ee75547a8e56 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 12 Jan 2022 12:29:31 +0100 Subject: [PATCH 08/12] Update to 1.16.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Make true the default for “rememberinputmode” - Save “inputmode” to gsettings and add a “rememberinputmode” gsettings. This makes it possible to change the current input mode from the command line. And with “rememberinputmode” one can choose whether the last used input mode should be remembered and be used again when a new session starts or whether a new session should always start in table mode. (Resolves: https://github.com/mike-fabian/ibus-table/issues/85) - Skip cangjie5 and erbi-qs test cases if the tables are too old - Replace deprecated module “optparse” with “argparse” --- .gitignore | 2 ++ ibus-table.spec | 16 +++++++++++++++- sources | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e65b2ae..1f577d4 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,5 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.14.0.tar.gz /ibus-table-1.14.1.tar.gz /ibus-table-1.15.0.tar.gz +/ibus-table-1.15.1.tar.gz +/ibus-table-1.16.0.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 1aff9d5..44a2bce 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.15.0 +Version: 1.16.0 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -146,6 +146,20 @@ fi %{_datadir}/installed-tests/%{name} %changelog +* Tue Jan 18 2022 Mike FABIAN - 1.16.0-1 +- Update to 1.16.0 +- Make true the default for “rememberinputmode” +- Save “inputmode” to gsettings + and add a “rememberinputmode” gsettings. This makes it + possible to change the current input mode from the command + line. And with “rememberinputmode” one can choose whether + the last used input mode should be remembered and be used + again when a new session starts or whether a new session + should always start in table mode. + (Resolves: https://github.com/mike-fabian/ibus-table/issues/85) +- Skip cangjie5 and erbi-qs test cases if the tables are too old +- Replace deprecated module “optparse” with “argparse” + * Tue Jan 11 2022 Mike FABIAN - 1.15.0-1 - Update to 1.15.0 - Fix problems with goucima for erbi-qs table diff --git a/sources b/sources index 5c9d29d..2a7695d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.15.0.tar.gz) = d4b8ae9e59eab10c42185a072316dd40e698775b8d368ef4e9892b756dbceca494f54516c1b56dfe8c14585672c005b4ce6ef5c82c34e965db13539870de503f +SHA512 (ibus-table-1.16.0.tar.gz) = 8b0b160c45c859006ab65d77c519e7da07b94c97733a65cc2de4cdd31cac5e8020b4af2da14c9a1e7e37e99b9a3d224788a51d65767085492ed5358df10db0e5 From 3954931a75885b9115cb328bdf28f2f7fe87d8ed Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Fri, 21 Jan 2022 11:37:04 +0100 Subject: [PATCH 09/12] Update to 1.16.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix a few errors in Unihan_Variants.txt (Resolves: https://github.com/mike-fabian/ibus-table/issues/96) - 栗 U+6817 is used in Traditional Chinese as well. (Resolves: https://github.com/mike-fabian/ibus-table/issues/95) - Update Unihan_Variants.txt from “2021-08-06 Unicode 14.0.0 final” to “2021-12-01 Unicode 1 5.0.0 draft” and regenerate engine/chinese_variants.py --- .gitignore | 1 + ibus-table.spec | 12 +++++++++++- sources | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1f577d4..f162812 100644 --- a/.gitignore +++ b/.gitignore @@ -80,3 +80,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.15.0.tar.gz /ibus-table-1.15.1.tar.gz /ibus-table-1.16.0.tar.gz +/ibus-table-1.16.3.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 44a2bce..53797de 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.16.0 +Version: 1.16.3 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -146,6 +146,16 @@ fi %{_datadir}/installed-tests/%{name} %changelog +* Fri Jan 21 2022 Mike FABIAN - 1.16.3-1 +- Update to 1.16.3 +- Fix a few errors in Unihan_Variants.txt + (Resolves: https://github.com/mike-fabian/ibus-table/issues/96) +- 栗 U+6817 is used in Traditional Chinese as well. + (Resolves: https://github.com/mike-fabian/ibus-table/issues/95) +- Update Unihan_Variants.txt from “2021-08-06 Unicode 14.0.0 + final” to “2021-12-01 Unicode 1 5.0.0 draft” and regenerate + engine/chinese_variants.py + * Tue Jan 18 2022 Mike FABIAN - 1.16.0-1 - Update to 1.16.0 - Make true the default for “rememberinputmode” diff --git a/sources b/sources index 2a7695d..5df5a9f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.16.0.tar.gz) = 8b0b160c45c859006ab65d77c519e7da07b94c97733a65cc2de4cdd31cac5e8020b4af2da14c9a1e7e37e99b9a3d224788a51d65767085492ed5358df10db0e5 +SHA512 (ibus-table-1.16.3.tar.gz) = 166f45624ecdd8eedcb57720ba1b15eae7e36cbed79e7aa503eb9eb29dbe6f9c4c1107c960bdb07e5801eb8d30816330a129b36e92739a4cf8452abd9bd62316 From 049783893d20ab74cba16462bf4023ae3bfe8326 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 24 Jan 2022 21:12:29 +0100 Subject: [PATCH 10/12] Update to 1.16.4 - Fix more errors in Unihan_Variants.txt by checking against a Traditional Chinese dictionary (Resolves: https://github.com/mike-fabian/ibus-table/issues/100) - Fix some errors in Unihan_Variants.txt - Update translations from Weblate (es updated to 100%) --- .gitignore | 1 + ibus-table.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f162812..623ee7a 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.15.1.tar.gz /ibus-table-1.16.0.tar.gz /ibus-table-1.16.3.tar.gz +/ibus-table-1.16.4.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 53797de..a732d94 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.16.3 +Version: 1.16.4 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -146,6 +146,14 @@ fi %{_datadir}/installed-tests/%{name} %changelog +* Mon Jan 24 2022 Mike FABIAN - 1.16.4-1 +- Update to 1.16.4 +- Fix more errors in Unihan_Variants.txt by checking against + a Traditional Chinese dictionary + (Resolves: https://github.com/mike-fabian/ibus-table/issues/100) +- Fix some errors in Unihan_Variants.txt +- Update translations from Weblate (es updated to 100%) + * Fri Jan 21 2022 Mike FABIAN - 1.16.3-1 - Update to 1.16.3 - Fix a few errors in Unihan_Variants.txt diff --git a/sources b/sources index 5df5a9f..aa06536 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.16.3.tar.gz) = 166f45624ecdd8eedcb57720ba1b15eae7e36cbed79e7aa503eb9eb29dbe6f9c4c1107c960bdb07e5801eb8d30816330a129b36e92739a4cf8452abd9bd62316 +SHA512 (ibus-table-1.16.4.tar.gz) = 5375c5d464a0043817b8b657c68c788210b05007f47de538f1e7a95e27c30e3afeb00d2b10b4acdf6c61f94116fa3476b6182cf9066ae83357e260a30af4b0d2 From f360542fc8e69d53f7d01240d8d4fe1aef90f127 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 25 Jan 2022 17:08:09 +0100 Subject: [PATCH 11/12] Update to 1.16.7 - Ignore MOD3_MASK (Scroll Lock) when matching key bindings (Resolves: https://github.com/mike-fabian/ibus-table/issues/102) - When a Modifier key release matches a hotkey command, return False not True. (Resolves: https://github.com/mike-fabian/ibus-table/issues/98) (Resolves: rhbz#2038973 https://bugzilla.redhat.com/show_bug.cgi?id=2038973) --- .gitignore | 3 +++ ibus-table.spec | 10 +++++++++- sources | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 623ee7a..95184c6 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,6 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.16.0.tar.gz /ibus-table-1.16.3.tar.gz /ibus-table-1.16.4.tar.gz +/ibus-table-1.16.5.tar.gz +/ibus-table-1.16.6.tar.gz +/ibus-table-1.16.7.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index a732d94..229ad0d 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.16.4 +Version: 1.16.7 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -146,6 +146,14 @@ fi %{_datadir}/installed-tests/%{name} %changelog +* Fri Jan 28 2022 Mike FABIAN - 1.16.7-1 +- Update to 1.16.7 +- Ignore MOD3_MASK (Scroll Lock) when matching key bindings + (Resolves: https://github.com/mike-fabian/ibus-table/issues/102) +- When a Modifier key release matches a hotkey command, return False not True. + (Resolves: https://github.com/mike-fabian/ibus-table/issues/98) + (Resolves: rhbz#2038973 https://bugzilla.redhat.com/show_bug.cgi?id=2038973) + * Mon Jan 24 2022 Mike FABIAN - 1.16.4-1 - Update to 1.16.4 - Fix more errors in Unihan_Variants.txt by checking against diff --git a/sources b/sources index aa06536..d9ef8fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.16.4.tar.gz) = 5375c5d464a0043817b8b657c68c788210b05007f47de538f1e7a95e27c30e3afeb00d2b10b4acdf6c61f94116fa3476b6182cf9066ae83357e260a30af4b0d2 +SHA512 (ibus-table-1.16.7.tar.gz) = 6dc08df4c5e7216b3b9e366c404dd6d89566937f83f58074aed1c5c925bc411568855ac08a8edab306b4b535da428ae660d4876a35e546aad75ede01aa608ee3 From 9b47ec1801483b6c6b70d8cd4bef0868a0aaa676 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 28 Apr 2022 11:31:56 +0200 Subject: [PATCH 12/12] Update to 1.16.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update Unihan_Variants.txt from “2021-12-01 Unicode 15.0.0 draft” to “2022-04-26 Unicode 15.0.0 draft” and regenerate chinese_variants.py. All our fixes to Unihan_Variants.txt are included upstream. - Update translations from Weblate (fa, fr updated) --- .gitignore | 1 + ibus-table.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 95184c6..2df4a38 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.16.5.tar.gz /ibus-table-1.16.6.tar.gz /ibus-table-1.16.7.tar.gz +/ibus-table-1.16.8.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 229ad0d..85e7c64 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.16.7 +Version: 1.16.8 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -146,6 +146,14 @@ fi %{_datadir}/installed-tests/%{name} %changelog +* Thu Apr 28 2022 Mike FABIAN - 1.16.8-1 +- Update to 1.16.8 +- Update Unihan_Variants.txt from “2021-12-01 Unicode 15.0.0 + draft” to “2022-04-26 Unicode 15.0.0 draft” and regenerate + chinese_variants.py. All our fixes to Unihan_Variants.txt + are included upstream. +- Update translations from Weblate (fa, fr updated) + * Fri Jan 28 2022 Mike FABIAN - 1.16.7-1 - Update to 1.16.7 - Ignore MOD3_MASK (Scroll Lock) when matching key bindings diff --git a/sources b/sources index d9ef8fc..d04a601 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.16.7.tar.gz) = 6dc08df4c5e7216b3b9e366c404dd6d89566937f83f58074aed1c5c925bc411568855ac08a8edab306b4b535da428ae660d4876a35e546aad75ede01aa608ee3 +SHA512 (ibus-table-1.16.8.tar.gz) = 086650238b170db69ace0faacea6c8c9c03c099c59313cb7663b573f17bd4e9df9309dc9132708a89d6ce5cf00f4846ba50dab3462f31293b891487f1635aab2