Update to 1.4.24
- Make IBusEngineSimple read ~/.XCompose (Resolves: https://github.com/ibus/ibus-m17n/issues/70) - Do not hide empty preedit text before committing text. (Resolves: https://github.com/ibus/ibus-m17n/pull/64). Together with ibus >= 1.5.29 this solves the preedit flicker problem perfectly. - Use “<developer><name>…</name></developer>” in m17n.appdata.xml instead of “<developer_name>…</developer_name>” Because </developer_name> is deprecated and it makes the build fail on Fedora rawhide.
This commit is contained in:
parent
dc83dd130d
commit
73bfe43d14
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@ ibus-m17n-1.3.0.tar.gz
|
||||
/ibus-m17n-1.4.21.tar.gz
|
||||
/ibus-m17n-1.4.22.tar.gz
|
||||
/ibus-m17n-1.4.23.tar.gz
|
||||
/ibus-m17n-1.4.24.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global require_ibus_version 1.4.0
|
||||
|
||||
Name: ibus-m17n
|
||||
Version: 1.4.23
|
||||
Version: 1.4.24
|
||||
Release: 1%{?dist}
|
||||
Summary: The M17N engine for IBus platform
|
||||
License: GPL-2.0-or-later
|
||||
@ -63,6 +63,16 @@ make check
|
||||
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.m17n.gschema.xml
|
||||
|
||||
%changelog
|
||||
* Fri Nov 10 2023 Mike FABIAN <mfabian@redhat.com> - 1.4.24-1
|
||||
- Update to 1.4.24
|
||||
- Make IBusEngineSimple read ~/.XCompose
|
||||
(Resolves: https://github.com/ibus/ibus-m17n/issues/70)
|
||||
- Do not hide empty preedit text before committing text.
|
||||
(Resolves: https://github.com/ibus/ibus-m17n/pull/64).
|
||||
Together with ibus >= 1.5.29 this solves the preedit flicker problem perfectly.
|
||||
- Use “<developer><name>…</name></developer>” in m17n.appdata.xml instead of “<developer_name>…</developer_name>”
|
||||
Because </developer_name> is deprecated and it makes the build fail on Fedora rawhide.
|
||||
|
||||
* Fri Oct 27 2023 Mike FABIAN <mfabian@redhat.com> - 1.4.23-1
|
||||
- Update to 1.4.23
|
||||
- Do not translate the Multi_key when using the option “☑️ Use US keyboard layout”
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-m17n-1.4.23.tar.gz) = 813653cd52d8d532f6125288a56cd0d655e9216a7631218bd1a13e1ba51f161ca151e88c89adda16729e58fdd08b88d87848eb47e284f06d5b9f429127145bff
|
||||
SHA512 (ibus-m17n-1.4.24.tar.gz) = ec6a596e629a8214f1f7b33e4adf094c16884d51afe0e6f0624866d333888be911cdd1a5acd0f5fdeb27c061af89cebec507ec81458620e85000c0ad2cfeb191
|
||||
|
Loading…
Reference in New Issue
Block a user