Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2186f516ff | ||
|
|
21d9278647 | ||
|
|
efcc341790 |
3 changed files with 23 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -94,3 +94,6 @@ ibus-table-1.3.0.20100621.tar.gz
|
|||
/ibus-table-1.16.14.tar.gz
|
||||
/ibus-table-1.17.0.tar.gz
|
||||
/ibus-table-1.17.1.tar.gz
|
||||
/ibus-table-1.17.2.tar.gz
|
||||
/ibus-table-1.17.3.tar.gz
|
||||
/ibus-table-1.17.4.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: ibus-table
|
||||
Version: 1.17.1
|
||||
Version: 1.17.4
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPL-2.1-or-later
|
||||
|
|
@ -150,6 +150,24 @@ fi
|
|||
%{_datadir}/installed-tests/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Nov 10 2023 Mike FABIAN <mfabian@redhat.com> - 1.17.4-1
|
||||
- Update to 1.17.4
|
||||
- Fix compose support for ibus >= 1.5.28
|
||||
(Resolves: https://github.com/mike-fabian/ibus-table/issues/145)
|
||||
- Translation update from Weblate (New language, Russian, (ru) 80%)
|
||||
- Use “<developer><name>…</name></developer>” in ibus-table.appdata.xml instead of “<developer_name>…</developer_name>”
|
||||
Because </developer_name> is deprecated and it makes the build fail on Fedora rawhide.
|
||||
|
||||
* Thu Sep 14 2023 Mike FABIAN <mfabian@redhat.com> - 1.17.3-1
|
||||
- Update to 1.17.3
|
||||
- Support several backends for playing sounds
|
||||
Resolves: rhbz#2237674 https://bugzilla.redhat.com/show_bug.cgi?id=2237674
|
||||
- Update Unihan_Variants.txt and regenerate engine/chinese_variants.py to Unicode Version 15.1.0
|
||||
|
||||
* Mon Aug 21 2023 Mike FABIAN <mfabian@redhat.com> - 1.17.2-1
|
||||
- Update to 1.17.2
|
||||
- Translation update from Weblate (de 100%, tr 100%)
|
||||
|
||||
* Mon Jul 10 2023 Mike FABIAN <mfabian@redhat.com> - 1.17.1-1
|
||||
- Update to 1.17.1
|
||||
- Fix mypy warnings
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ibus-table-1.17.1.tar.gz) = 67168bb301820fa006208a15c3dc0f72480f8dd7bcd4097f0ee837fa44a1d04d68760f3061d655ec8a19ccb60aee2d6fd54bb5dd13668c61edb38b6e46f1b9ff
|
||||
SHA512 (ibus-table-1.17.4.tar.gz) = fde595635cf50e40657b394f61173360cd9f67aa212459f14d96e08805deb164931dddd564201653a85a2973b2e6429bd2683af96974c7cee5dae3067833efd3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue