Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4baebaa87a | ||
|
|
80f3ee0ccc | ||
|
|
68359a7d3a | ||
|
|
3b8ec6b4ba | ||
|
|
5c96a3cdc6 | ||
|
|
59d5f79de3 |
3 changed files with 48 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -23,3 +23,9 @@ ibus-m17n-1.3.0.tar.gz
|
|||
/ibus-m17n-1.4.16.tar.gz
|
||||
/ibus-m17n-1.4.17.tar.gz
|
||||
/ibus-m17n-1.4.18.tar.gz
|
||||
/ibus-m17n-1.4.19.tar.gz
|
||||
/ibus-m17n-1.4.20.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.18
|
||||
Version: 1.4.24
|
||||
Release: 1%{?dist}
|
||||
Summary: The M17N engine for IBus platform
|
||||
License: GPL-2.0-or-later
|
||||
|
|
@ -63,6 +63,46 @@ 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”
|
||||
- Fix option “☑️ Use US keyboard layout”
|
||||
(Resolves: https://github.com/ibus/ibus-m17n/issues/66)
|
||||
- Translation update from Weblate: new language Hindi, hi 100%
|
||||
|
||||
* Mon Aug 21 2023 Mike FABIAN <mfabian@redhat.com> - 1.4.22-1
|
||||
- Update to 1.4.22
|
||||
- Translation update from Weblate (Lithuanian, lt 100%)
|
||||
|
||||
* Mon Aug 07 2023 Mike FABIAN <mfabian@redhat.com> - 1.4.21-1
|
||||
- Update to 1.4.21
|
||||
- Translation update from Weblate (Swedish, sv 100%)
|
||||
|
||||
* Sun Jul 30 2023 Mike FABIAN <mfabian@redhat.com> - 1.4.20-1
|
||||
- Update to 1.4.20
|
||||
- Reduce preedit flicker (Resolves: https://github.com/ibus/ibus/issues/2536)
|
||||
- Remove `xml:lang="en"` from the screenshot in appdata.xml
|
||||
See: https://github.com/ximion/appstream/issues/494
|
||||
There must be one image in the default locale, and there can be some
|
||||
translated ones, but having only translated images is not okay.
|
||||
- Use ibus_text_new_from_string (string) instead of
|
||||
ibus_text_new_from_static_string (string) in ibus_m17n_engine_commit_string()
|
||||
- Add missing g_free (buf) in ibus_m17n_mtext_to_utf8()
|
||||
|
||||
* Sun Feb 19 2023 Mike FABIAN <mfabian@redhat.com> - 1.4.19-1
|
||||
- Update to 1.4.19
|
||||
- Translation update from Weblate (Sinhala, si 100%)
|
||||
|
||||
* Wed Dec 07 2022 Mike FABIAN <mfabian@redhat.com> - 1.4.18-1
|
||||
- Update to 1.4.18
|
||||
- Add new icon
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ibus-m17n-1.4.18.tar.gz) = 4960301ee2a4b10a8ca3c618df1a9f5acabce89da662c80bc39520d1b4b2a6e0b487f85c6e513ba174addc7b8ae349b3cb799f4925abfc20c8ac1ef1b8678540
|
||||
SHA512 (ibus-m17n-1.4.24.tar.gz) = ec6a596e629a8214f1f7b33e4adf094c16884d51afe0e6f0624866d333888be911cdd1a5acd0f5fdeb27c061af89cebec507ec81458620e85000c0ad2cfeb191
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue