Update to 2.16.1
- Avoid using forward_key_event() in Gtk4 immodule automatically by checking for IBUS_CAP_SYNC_PROCESS_KEY (new, will start working for ibus >= 1.5.27) - Udate the “Use inline completion” combobox in the setup tool when the gsettings value changes (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/313) - Require Python >= 3.6 to build - Add client detection code by Takao Fujiwara (will start working for ibus >= 1.5.27) - If libvoikko.Voikko('fi') fails when initializing a Finnish dictionary, continue without voikko - Always show standard lookup table for compose completions, never try inline completions (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/307) - Update configure.ac for latest autoconf 2.71 (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/309) - Update emoji annotations from CLDR (oc.xml is new) - Translation update from Weblate (fr updated)
This commit is contained in:
parent
71f69467ad
commit
cafb0a869f
1
.gitignore
vendored
1
.gitignore
vendored
@ -231,3 +231,4 @@
|
|||||||
/ibus-typing-booster-2.15.29.tar.gz
|
/ibus-typing-booster-2.15.29.tar.gz
|
||||||
/ibus-typing-booster-2.15.30.tar.gz
|
/ibus-typing-booster-2.15.30.tar.gz
|
||||||
/ibus-typing-booster-2.16.0.tar.gz
|
/ibus-typing-booster-2.16.0.tar.gz
|
||||||
|
/ibus-typing-booster-2.16.1.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 2.16.0
|
Version: 2.16.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPLv3+ and ASL 2.0
|
License: GPLv3+ and ASL 2.0
|
||||||
@ -36,7 +36,7 @@ Requires: unicode-ucd
|
|||||||
BuildRequires: ibus-devel
|
BuildRequires: ibus-devel
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
%if 0%{?fedora} >= 24 || 0%{?rhel} > 7
|
%if 0%{?fedora} >= 24 || 0%{?rhel} > 7
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel >= 3.6.0
|
||||||
BuildRequires: python3-pyxdg
|
BuildRequires: python3-pyxdg
|
||||||
%else
|
%else
|
||||||
BuildRequires: python34-devel
|
BuildRequires: python34-devel
|
||||||
@ -248,6 +248,24 @@ fi
|
|||||||
%{_datadir}/applications/emoji-picker.desktop
|
%{_datadir}/applications/emoji-picker.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 16 2022 Mike FABIAN <mfabian@redhat.com> - 2.16.1-1
|
||||||
|
- Update to 2.16.1
|
||||||
|
- Avoid using forward_key_event() in Gtk4 immodule automatically by checking for
|
||||||
|
IBUS_CAP_SYNC_PROCESS_KEY (new, will start working for ibus >= 1.5.27)
|
||||||
|
- Udate the “Use inline completion” combobox in the setup tool when the
|
||||||
|
gsettings value changes
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/313)
|
||||||
|
- Require Python >= 3.6 to build
|
||||||
|
- Add client detection code by Takao Fujiwara (will start working for ibus >= 1.5.27)
|
||||||
|
- If libvoikko.Voikko('fi') fails when initializing a Finnish dictionary,
|
||||||
|
continue without voikko
|
||||||
|
- Always show standard lookup table for compose completions, never try inline completions
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/307)
|
||||||
|
- Update configure.ac for latest autoconf 2.71
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/309)
|
||||||
|
- Update emoji annotations from CLDR (oc.xml is new)
|
||||||
|
- Translation update from Weblate (fr updated)
|
||||||
|
|
||||||
* Tue Jun 07 2022 Mike FABIAN <mfabian@redhat.com> - 2.16.0-1
|
* Tue Jun 07 2022 Mike FABIAN <mfabian@redhat.com> - 2.16.0-1
|
||||||
- Update to 2.16.0
|
- Update to 2.16.0
|
||||||
- Make it possible to use inline completion without automatic fallback to a candidate list
|
- Make it possible to use inline completion without automatic fallback to a candidate list
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-2.16.0.tar.gz) = a90ea11a72d770765ef55ff6fc288bf6ddfa5e5ae1c7393f195ed3466a207022872f5e27f9629101b8b31e26c84dc8512e4cd261b2c503fd98daa8438e47dfb9
|
SHA512 (ibus-typing-booster-2.16.1.tar.gz) = f04649cbf9feeca4451e2867cb8569de83989baa4501ee421a1a5d5321854fd48c2b8a012fc396ae2c5ebd5257378198b49545ec8dd37aec1e791092bca4f5d7
|
||||||
|
Loading…
Reference in New Issue
Block a user