Update to 1.4.27
- Prefer commit to "return FALSE;" for space, and other keys where the msymbol name is exactly one character, add a sleep for Return. This is to avoid ordering problems in mutter. (Resolves: https://github.com/ibus/ibus-m17n/issues/72)
This commit is contained in:
parent
73bfe43d14
commit
462baac3cf
3
.gitignore
vendored
3
.gitignore
vendored
@ -29,3 +29,6 @@ ibus-m17n-1.3.0.tar.gz
|
|||||||
/ibus-m17n-1.4.22.tar.gz
|
/ibus-m17n-1.4.22.tar.gz
|
||||||
/ibus-m17n-1.4.23.tar.gz
|
/ibus-m17n-1.4.23.tar.gz
|
||||||
/ibus-m17n-1.4.24.tar.gz
|
/ibus-m17n-1.4.24.tar.gz
|
||||||
|
/ibus-m17n-1.4.25.tar.gz
|
||||||
|
/ibus-m17n-1.4.26.tar.gz
|
||||||
|
/ibus-m17n-1.4.27.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global require_ibus_version 1.4.0
|
%global require_ibus_version 1.4.0
|
||||||
|
|
||||||
Name: ibus-m17n
|
Name: ibus-m17n
|
||||||
Version: 1.4.24
|
Version: 1.4.27
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The M17N engine for IBus platform
|
Summary: The M17N engine for IBus platform
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -63,6 +63,14 @@ make check
|
|||||||
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.m17n.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.m17n.gschema.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 02 2023 Mike FABIAN <mfabian@redhat.com> - 1.4.27-1
|
||||||
|
- Update to 1.4.27
|
||||||
|
- Prefer commit to "return FALSE;" for space, and other keys
|
||||||
|
where the msymbol name is exactly one character, add a
|
||||||
|
sleep for Return. This is to avoid ordering problems in
|
||||||
|
mutter.
|
||||||
|
(Resolves: https://github.com/ibus/ibus-m17n/issues/72)
|
||||||
|
|
||||||
* Fri Nov 10 2023 Mike FABIAN <mfabian@redhat.com> - 1.4.24-1
|
* Fri Nov 10 2023 Mike FABIAN <mfabian@redhat.com> - 1.4.24-1
|
||||||
- Update to 1.4.24
|
- Update to 1.4.24
|
||||||
- Make IBusEngineSimple read ~/.XCompose
|
- Make IBusEngineSimple read ~/.XCompose
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-m17n-1.4.24.tar.gz) = ec6a596e629a8214f1f7b33e4adf094c16884d51afe0e6f0624866d333888be911cdd1a5acd0f5fdeb27c061af89cebec507ec81458620e85000c0ad2cfeb191
|
SHA512 (ibus-m17n-1.4.27.tar.gz) = b2952e99cbd8ce1bbad53cc594d963b473ee1f1c8f1f51a46dac03bf0b0cef8249f5a8f5ec0a04e81665e3394477a9e96e9b6c0c4c471a4fffa8631ef8180f83
|
||||||
|
Loading…
Reference in New Issue
Block a user