diff --git a/.gitignore b/.gitignore index f45b6ef..2df4a38 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,21 @@ 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 +/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 +/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 +/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 +/ibus-table-1.16.8.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index c2a4700..85e7c64 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,12 +1,14 @@ Name: ibus-table -Version: 1.13.0 +Version: 1.16.8 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}} +# 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,110 @@ 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 + (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 + 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 + (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” +- 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 + (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 + 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 +- 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 + 着枱云裡復采吓尸揾 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 + 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 +- 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..d04a601 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.13.0.tar.gz) = d4956e24b7166631816124b55987c92a4b3c3a1eece86d168297e4b18ca697ba96dc68a696477dcf91a510e4c446289a8b02cb4f79c15705151dd62b9a2096b1 +SHA512 (ibus-table-1.16.8.tar.gz) = 086650238b170db69ace0faacea6c8c9c03c099c59313cb7663b573f17bd4e9df9309dc9132708a89d6ce5cf00f4846ba50dab3462f31293b891487f1635aab2