From 08b45835db36d94dfa8f611dc0cd0b5e552e79d3 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 17 Dec 2019 15:03:11 +0100 Subject: [PATCH 1/4] update to 1.9.22 - Add Turkish translation from Weblate, 100% translated - Minor translation fixes in some other languages (Punctuation fixes) --- .gitignore | 1 + ibus-table.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 374abf1..037e21d 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.9.19.tar.gz /ibus-table-1.9.20.tar.gz /ibus-table-1.9.21.tar.gz +/ibus-table-1.9.22.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 6075e2d..91f32f8 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -3,8 +3,8 @@ %global _python_bytecompile_extra 1 Name: ibus-table -Version: 1.9.21 -Release: 4%{?dist} +Version: 1.9.22 +Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ URL: http://code.google.com/p/ibus/ @@ -101,6 +101,11 @@ make check || cat ./tests/test-suite.log %{_datadir}/pkgconfig/%{name}.pc %changelog +* Tue Dec 17 2019 Mike FABIAN - 1.9.22-1 +- update to 1.9.22 +- Add Turkish translation from Weblate, 100% translated +- Minor translation fixes in some other languages (Punctuation fixes) + * Tue Feb 12 2019 Mike FABIAN - 1.9.21-4 - Fix FTBFS in Fedora rawhide/f30: Add gcc and dbus-x11 to BuildRequires (Resolves: rhbz#1676299) diff --git a/sources b/sources index 778f5e7..2b1721e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.9.21.tar.gz) = 354f7e8ece5c23b84251bd0d5ff06d7a368678ade25e340341ef9f85571b440c455d56660c743be97ff6776ff041c4da35079ce090955c5f87b8f3b587e35866 +SHA512 (ibus-table-1.9.22.tar.gz) = cde25bd3914eb7fffce47abfab1c75514f978bb33af7e20d865c867fd351418d86fe1852e70e1582ec6cae790e679c9098449f1679be5b30ce9236f0d7130534 From e8d504086ac0c3631643d903f3eb7155d7d9ea09 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 7 Jan 2020 12:59:52 +0100 Subject: [PATCH 2/4] update to 1.9.23 - Add exist_ok=True in os.makedirs(path, exist_ok=True) to avoid failure due to race condition. - Resolves:rhbz#1786652 - Move MockEngine classes into a separate file and make test_itb.py runnable standalone - Translation updates for several languages (French at 100% now, Brazilian Portuguese at 100% now, Portuguese (Portugal) new and now at 31.5%) --- .gitignore | 1 + ibus-table.spec | 13 ++++++++++++- sources | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 037e21d..5faa059 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.9.20.tar.gz /ibus-table-1.9.21.tar.gz /ibus-table-1.9.22.tar.gz +/ibus-table-1.9.23.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 91f32f8..a5a2735 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -3,7 +3,7 @@ %global _python_bytecompile_extra 1 Name: ibus-table -Version: 1.9.22 +Version: 1.9.23 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -101,6 +101,17 @@ make check || cat ./tests/test-suite.log %{_datadir}/pkgconfig/%{name}.pc %changelog +* Tue Jan 07 2020 Mike FABIAN - 1.9.23-1 +- update to 1.9.23 +- Add exist_ok=True in os.makedirs(path, exist_ok=True) to + avoid failure due to race condition. +- Resolves:rhbz#1786652 +- Move MockEngine classes into a separate file and make + test_itb.py runnable standalone +- Translation updates for several languages (French at 100% + now, Brazilian Portuguese at 100% now, Portuguese + (Portugal) new and now at 31.5%) + * Tue Dec 17 2019 Mike FABIAN - 1.9.22-1 - update to 1.9.22 - Add Turkish translation from Weblate, 100% translated diff --git a/sources b/sources index 2b1721e..4ac94cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.9.22.tar.gz) = cde25bd3914eb7fffce47abfab1c75514f978bb33af7e20d865c867fd351418d86fe1852e70e1582ec6cae790e679c9098449f1679be5b30ce9236f0d7130534 +SHA512 (ibus-table-1.9.23.tar.gz) = e98ec56a1546007e731c1fdd2b2aebdf37c01a920ae29902e970e3e738b2331e695c1309d02e94b24b9a648476284f3f1dd934b62e689f42c2627221fdd5a35d From 08a8767ca025a96f194c8f45d962b7662b3e97f8 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 22 Jan 2020 16:25:35 +0100 Subject: [PATCH 3/4] Update to 1.9.24 - Fixed two typos in message ids (Thanks to Rafael Fontenelle) - Translation updates (tr, fr, fa, pt, uk) - New test cases for ibus-table-others --- .gitignore | 1 + ibus-table.spec | 14 ++++++++++++-- sources | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5faa059..0d5ea62 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.9.21.tar.gz /ibus-table-1.9.22.tar.gz /ibus-table-1.9.23.tar.gz +/ibus-table-1.9.24.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index a5a2735..49d17a9 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -3,7 +3,7 @@ %global _python_bytecompile_extra 1 Name: ibus-table -Version: 1.9.23 +Version: 1.9.24 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -24,6 +24,7 @@ BuildRequires: ibus-table-chinese-stroke5 BuildRequires: ibus-table-code BuildRequires: ibus-table-latin BuildRequires: ibus-table-translit +BuildRequires: ibus-table-tv Obsoletes: ibus-table-additional < 1.2.0.20100111-5 @@ -74,7 +75,10 @@ dconf write /org/freedesktop/ibus/engine/table/wubi-jidian/chinesemode 1 dconf write /org/freedesktop/ibus/engine/table/wubi-jidian/spacekeybehavior false dconf dump / ibus-daemon -drx -make check || cat ./tests/test-suite.log +make -C tests run_tests +pushd tests + ./run_tests +popd %post [ -x %{_bindir}/ibus ] && \ @@ -101,6 +105,12 @@ make check || cat ./tests/test-suite.log %{_datadir}/pkgconfig/%{name}.pc %changelog +* Wed Jan 22 2020 Mike FABIAN - 1.9.24-1 +- update to 1.9.24 +- Fixed two typos in message ids (Thanks to Rafael Fontenelle) +- Translation updates (tr, fr, fa, pt, uk) +- New test cases for ibus-table-others + * Tue Jan 07 2020 Mike FABIAN - 1.9.23-1 - update to 1.9.23 - Add exist_ok=True in os.makedirs(path, exist_ok=True) to diff --git a/sources b/sources index 4ac94cf..21b7d74 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.9.23.tar.gz) = e98ec56a1546007e731c1fdd2b2aebdf37c01a920ae29902e970e3e738b2331e695c1309d02e94b24b9a648476284f3f1dd934b62e689f42c2627221fdd5a35d +SHA512 (ibus-table-1.9.24.tar.gz) = a767e020d527dded57e099a6417eb87362e30d9905231e3c95b77522c99cb75dba4338027e7ea64362836b418335a58267a2932ae908b2b4b04a1f5aa5a32f8f From e57533d07f748e8543ebd67a73ca8cbbc755b074 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 12 Feb 2020 18:07:04 +0100 Subject: [PATCH 4/4] Update to 1.9.25 - Fix crash when changing some options using the menu or the floating panel - Resolves: rhbz#1803028 - Translation updates (pt_PT) --- .gitignore | 1 + ibus-table.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0d5ea62..e36eff2 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.9.22.tar.gz /ibus-table-1.9.23.tar.gz /ibus-table-1.9.24.tar.gz +/ibus-table-1.9.25.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 49d17a9..ee32a4c 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -3,7 +3,7 @@ %global _python_bytecompile_extra 1 Name: ibus-table -Version: 1.9.24 +Version: 1.9.25 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -105,6 +105,12 @@ popd %{_datadir}/pkgconfig/%{name}.pc %changelog +* Wed Feb 12 2020 Mike FABIAN - 1.9.25-1 +- update to 1.9.25 +- Fix crash when changing some options using the menu or the floating panel +- Resolves: rhbz#1803028 +- Translation updates (pt_PT) + * Wed Jan 22 2020 Mike FABIAN - 1.9.24-1 - update to 1.9.24 - Fixed two typos in message ids (Thanks to Rafael Fontenelle) diff --git a/sources b/sources index 21b7d74..4cbb219 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.9.24.tar.gz) = a767e020d527dded57e099a6417eb87362e30d9905231e3c95b77522c99cb75dba4338027e7ea64362836b418335a58267a2932ae908b2b4b04a1f5aa5a32f8f +SHA512 (ibus-table-1.9.25.tar.gz) = d6db134ae9dfd6ea478dfdf7544c47fa6d94aca398451ac3fd451d22de806e91c0972478b6e25caa037d9dbac3de13e28b3f0d9b7c06b28bf19f50a0b389974e