Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd7675deff | ||
|
|
cf850a9869 | ||
|
|
54d601eb4c | ||
|
|
e98947c1a0 | ||
|
|
1146af4a76 |
3 changed files with 40 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -92,3 +92,8 @@ ibus-table-1.3.0.20100621.tar.gz
|
|||
/ibus-table-1.16.12.tar.gz
|
||||
/ibus-table-1.16.13.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,6 +1,6 @@
|
|||
Name: ibus-table
|
||||
Version: 1.16.14
|
||||
Release: 2%{?dist}
|
||||
Version: 1.17.4
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/mike-fabian/ibus-table
|
||||
|
|
@ -150,6 +150,38 @@ 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
|
||||
- Return empty program_name and window_title in get_active_window_xprop()
|
||||
when xprop results are unexpected (Resolves: rhbz#2215466)
|
||||
- Translation update from Weblate (si 10.0%)
|
||||
|
||||
* Fri Apr 07 2023 Mike FABIAN <mfabian@redhat.com> - 1.17.0-1
|
||||
- Update to 1.17.0
|
||||
- New option commit_invalid_mode: Choose what happens when a
|
||||
character not in valid input characters is typed
|
||||
(Resolves: github-mike-fabian-issue#133)
|
||||
- Translation update from Weblate (de 100%, uk 100%)
|
||||
|
||||
* Fri Nov 25 2022 Mike FABIAN <mfabian@redhat.com> - 1.16.14-2
|
||||
- Migrate license tag to SPDX
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ibus-table-1.16.14.tar.gz) = a865c8913bee5e462ed8f3ba74a720b3eb37062ae762e3909827b660dc62d3055e6b90fd3c583487fb23edd2d9572d9eae201d7fbde889ec5cd8e5848b83291f
|
||||
SHA512 (ibus-table-1.17.4.tar.gz) = fde595635cf50e40657b394f61173360cd9f67aa212459f14d96e08805deb164931dddd564201653a85a2973b2e6429bd2683af96974c7cee5dae3067833efd3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue