From 1146af4a76c620248a6728fb86add547b30d9736 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Fri, 7 Apr 2023 14:35:27 +0200 Subject: [PATCH 1/5] - Update to 1.17.0 - New option commit_invalid_mode: Choose what happens when a character not in valid input characters is typed (Resolves: github-mike-fabian-issue#133) - Translation update from Weblate (de 100%, uk 100%) --- .gitignore | 1 + ibus-table.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dc5204e..0b8c404 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.16.12.tar.gz /ibus-table-1.16.13.tar.gz /ibus-table-1.16.14.tar.gz +/ibus-table-1.17.0.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 18be845..3375fe6 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,6 +1,6 @@ Name: ibus-table -Version: 1.16.14 -Release: 2%{?dist} +Version: 1.17.0 +Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPL-2.1-or-later URL: https://github.com/mike-fabian/ibus-table @@ -150,6 +150,13 @@ fi %{_datadir}/installed-tests/%{name} %changelog +* Fri Apr 07 2023 Mike FABIAN - 1.17.0-1 +- Update to 1.17.0 +- New option commit_invalid_mode: Choose what happens when a + character not in valid input characters is typed + (Resolves: github-mike-fabian-issue#133) +- Translation update from Weblate (de 100%, uk 100%) + * Fri Nov 25 2022 Mike FABIAN - 1.16.14-2 - Migrate license tag to SPDX diff --git a/sources b/sources index bba0d78..a18e81b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.16.14.tar.gz) = a865c8913bee5e462ed8f3ba74a720b3eb37062ae762e3909827b660dc62d3055e6b90fd3c583487fb23edd2d9572d9eae201d7fbde889ec5cd8e5848b83291f +SHA512 (ibus-table-1.17.0.tar.gz) = 2df316dfe34eca80d9d4f843a92f3452a939cd14bca3bfa6c021b0bc6b759676711fefba68b9bf10dfe48c2f82890452e9ae015986b520281998f4d08f2e763b From e98947c1a0d2c0db6ffd6b4febbf9ddfd2f8e3fc Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 10 Jul 2023 11:50:35 +0200 Subject: [PATCH 2/5] Update to 1.17.1 - Fix mypy warnings - Return empty program_name and window_title in get_active_window_xprop() when xprop results are unexpected (Resolves: rhbz#2215466) - Translation update from Weblate (si 10.0%) --- .gitignore | 1 + ibus-table.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0b8c404..7ea1cb0 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.16.13.tar.gz /ibus-table-1.16.14.tar.gz /ibus-table-1.17.0.tar.gz +/ibus-table-1.17.1.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 3375fe6..2776a0d 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.17.0 +Version: 1.17.1 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPL-2.1-or-later @@ -150,6 +150,13 @@ fi %{_datadir}/installed-tests/%{name} %changelog +* Mon Jul 10 2023 Mike FABIAN - 1.17.1-1 +- Update to 1.17.1 +- Fix mypy warnings +- Return empty program_name and window_title in get_active_window_xprop() + when xprop results are unexpected (Resolves: rhbz#2215466) +- Translation update from Weblate (si 10.0%) + * Fri Apr 07 2023 Mike FABIAN - 1.17.0-1 - Update to 1.17.0 - New option commit_invalid_mode: Choose what happens when a diff --git a/sources b/sources index a18e81b..2cb4d16 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.17.0.tar.gz) = 2df316dfe34eca80d9d4f843a92f3452a939cd14bca3bfa6c021b0bc6b759676711fefba68b9bf10dfe48c2f82890452e9ae015986b520281998f4d08f2e763b +SHA512 (ibus-table-1.17.1.tar.gz) = 67168bb301820fa006208a15c3dc0f72480f8dd7bcd4097f0ee837fa44a1d04d68760f3061d655ec8a19ccb60aee2d6fd54bb5dd13668c61edb38b6e46f1b9ff From 54d601eb4c737196e5ff874a791a51a58dc3d2fd Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 21 Aug 2023 12:17:05 +0200 Subject: [PATCH 3/5] Update to 1.17.2 - Translation update from Weblate (de 100%, tr 100%) --- .gitignore | 1 + ibus-table.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7ea1cb0..7c8e7c7 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.16.14.tar.gz /ibus-table-1.17.0.tar.gz /ibus-table-1.17.1.tar.gz +/ibus-table-1.17.2.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 2776a0d..879be9a 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.17.1 +Version: 1.17.2 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPL-2.1-or-later @@ -150,6 +150,10 @@ fi %{_datadir}/installed-tests/%{name} %changelog +* Mon Aug 21 2023 Mike FABIAN - 1.17.2-1 +- Update to 1.17.2 +- Translation update from Weblate (de 100%, tr 100%) + * Mon Jul 10 2023 Mike FABIAN - 1.17.1-1 - Update to 1.17.1 - Fix mypy warnings diff --git a/sources b/sources index 2cb4d16..9beeb91 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.17.1.tar.gz) = 67168bb301820fa006208a15c3dc0f72480f8dd7bcd4097f0ee837fa44a1d04d68760f3061d655ec8a19ccb60aee2d6fd54bb5dd13668c61edb38b6e46f1b9ff +SHA512 (ibus-table-1.17.2.tar.gz) = f3b257d80e3e6a92b2aa3f48d43e104aae9a015b00bf7f6c1c146e5ea2c0d8d0bd7187225fdbb0c0ccb548c5659dfd05ea0137fa7306ceab82169b11cd8c2419 From cf850a98696d68f964ceb8a8840be0ce783aac11 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 14 Sep 2023 11:05:36 +0200 Subject: [PATCH 4/5] Update to 1.17.3 - Support several backends for playing sounds Resolves: rhbz#2237674 https://bugzilla.redhat.com/show_bug.cgi?id=2237674 - Update Unihan_Variants.txt and regenerate engine/chinese_variants.py to Unicode Version 15.1.0 --- .gitignore | 1 + ibus-table.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7c8e7c7..48e32a4 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.17.0.tar.gz /ibus-table-1.17.1.tar.gz /ibus-table-1.17.2.tar.gz +/ibus-table-1.17.3.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 879be9a..e8b6995 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.17.2 +Version: 1.17.3 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPL-2.1-or-later @@ -150,6 +150,12 @@ fi %{_datadir}/installed-tests/%{name} %changelog +* Thu Sep 14 2023 Mike FABIAN - 1.17.3-1 +- Update to 1.17.3 +- Support several backends for playing sounds + Resolves: rhbz#2237674 https://bugzilla.redhat.com/show_bug.cgi?id=2237674 +- Update Unihan_Variants.txt and regenerate engine/chinese_variants.py to Unicode Version 15.1.0 + * Mon Aug 21 2023 Mike FABIAN - 1.17.2-1 - Update to 1.17.2 - Translation update from Weblate (de 100%, tr 100%) diff --git a/sources b/sources index 9beeb91..46be477 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.17.2.tar.gz) = f3b257d80e3e6a92b2aa3f48d43e104aae9a015b00bf7f6c1c146e5ea2c0d8d0bd7187225fdbb0c0ccb548c5659dfd05ea0137fa7306ceab82169b11cd8c2419 +SHA512 (ibus-table-1.17.3.tar.gz) = 1945b902391d4863b0efadc088d275bc3003d63b1c15af939d2991506d4bc1f93166881eb16c0c77c2caf2867ef56144f04aa0e05892c5a3c78be4696b30ae72 From dd7675deff0bf47bf274945f821f106dacfa6db3 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Fri, 10 Nov 2023 16:25:57 +0100 Subject: [PATCH 5/5] Update to 1.17.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix compose support for ibus >= 1.5.28 (Resolves: https://github.com/mike-fabian/ibus-table/issues/145) - Translation update from Weblate (New language, Russian, (ru) 80%) - Use “” in ibus-table.appdata.xml instead of “” Because is deprecated and it makes the build fail on Fedora rawhide. --- .gitignore | 1 + ibus-table.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 48e32a4..4d0027a 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.17.1.tar.gz /ibus-table-1.17.2.tar.gz /ibus-table-1.17.3.tar.gz +/ibus-table-1.17.4.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index e8b6995..13f0862 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.17.3 +Version: 1.17.4 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPL-2.1-or-later @@ -150,6 +150,14 @@ fi %{_datadir}/installed-tests/%{name} %changelog +* Fri Nov 10 2023 Mike FABIAN - 1.17.4-1 +- Update to 1.17.4 +- Fix compose support for ibus >= 1.5.28 + (Resolves: https://github.com/mike-fabian/ibus-table/issues/145) +- Translation update from Weblate (New language, Russian, (ru) 80%) +- Use “” in ibus-table.appdata.xml instead of “” + Because is deprecated and it makes the build fail on Fedora rawhide. + * Thu Sep 14 2023 Mike FABIAN - 1.17.3-1 - Update to 1.17.3 - Support several backends for playing sounds diff --git a/sources b/sources index 46be477..6fcfd78 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.17.3.tar.gz) = 1945b902391d4863b0efadc088d275bc3003d63b1c15af939d2991506d4bc1f93166881eb16c0c77c2caf2867ef56144f04aa0e05892c5a3c78be4696b30ae72 +SHA512 (ibus-table-1.17.4.tar.gz) = fde595635cf50e40657b394f61173360cd9f67aa212459f14d96e08805deb164931dddd564201653a85a2973b2e6429bd2683af96974c7cee5dae3067833efd3