Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
033f5fd082 | ||
|
|
7a94963bb5 | ||
|
|
af1a1d7511 | ||
|
|
cdd56ce45e | ||
|
|
34873ea151 | ||
|
|
a113104a01 | ||
|
|
fe68bdab63 |
3 changed files with 64 additions and 3 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -87,3 +87,9 @@ ibus-table-1.3.0.20100621.tar.gz
|
|||
/ibus-table-1.16.7.tar.gz
|
||||
/ibus-table-1.16.8.tar.gz
|
||||
/ibus-table-1.16.9.tar.gz
|
||||
/ibus-table-1.16.10.tar.gz
|
||||
/ibus-table-1.16.11.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
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
Name: ibus-table
|
||||
Version: 1.16.9
|
||||
Version: 1.17.0
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/mike-fabian/ibus-table
|
||||
Source0: https://github.com/mike-fabian/ibus-table/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Requires: ibus > 1.3.0
|
||||
|
|
@ -125,6 +125,14 @@ fi
|
|||
%{_datadir}/%{name}
|
||||
%{_datadir}/metainfo/*.appdata.xml
|
||||
%{_datadir}/ibus/component/table.xml
|
||||
%{_datadir}/icons/hicolor/16x16/apps/ibus-table.png
|
||||
%{_datadir}/icons/hicolor/22x22/apps/ibus-table.png
|
||||
%{_datadir}/icons/hicolor/32x32/apps/ibus-table.png
|
||||
%{_datadir}/icons/hicolor/48x48/apps/ibus-table.png
|
||||
%{_datadir}/icons/hicolor/64x64/apps/ibus-table.png
|
||||
%{_datadir}/icons/hicolor/128x128/apps/ibus-table.png
|
||||
%{_datadir}/icons/hicolor/256x256/apps/ibus-table.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/ibus-table.svg
|
||||
%{_datadir}/applications/ibus-setup-table.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.table.gschema.xml
|
||||
%{_bindir}/%{name}-createdb
|
||||
|
|
@ -142,6 +150,53 @@ fi
|
|||
%{_datadir}/installed-tests/%{name}
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Thu Nov 10 2022 Mike FABIAN <mfabian@redhat.com> - 1.16.14-1
|
||||
- Update to 1.16.14
|
||||
- Fix a problem in C/POSIX and invalid locales:
|
||||
Use lower() on LC_MESSAGES only if it is a string and not None
|
||||
Resolves: https://github.com/mike-fabian/ibus-table/issues/130
|
||||
Resolves: rhbz#2131410 https://bugzilla.redhat.com/show_bug.cgi?id=2131410
|
||||
|
||||
* Tue Nov 01 2022 Mike FABIAN <mfabian@redhat.com> - 1.16.13-1
|
||||
- Update to 1.16.13
|
||||
- Get program name of focused window also when ibus cannot get it
|
||||
- Use focus id if available (it is available for ibus >= 1.5.27)
|
||||
- Use IBus.PreeditFocusMode.COMMIT and make sure the input is
|
||||
cleared and the UI updated when the focus changes
|
||||
(Resolves: https://github.com/mike-fabian/ibus-table/issues/129)
|
||||
- Do not reset input purpose on focus out
|
||||
(See: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5966#note_1576732)
|
||||
- Do not commit by index when OSK is visible
|
||||
(Resolves: https://github.com/mike-fabian/ibus-table/issues/128)
|
||||
|
||||
* Mon Sep 05 2022 Mike FABIAN <mfabian@redhat.com> - 1.16.12-1
|
||||
- Update to 1.16.12
|
||||
- Stop using locale.getdefaultlocale() because it is deprecated in Python
|
||||
3.11 and will be removed in Python 3.13
|
||||
Resolves: https://github.com/mike-fabian/ibus-table/issues/120
|
||||
- Add 128x128, 256x256, and svg (remote) icons to ibus-table.appdata.xml
|
||||
|
||||
* Sat Aug 06 2022 Mike FABIAN <mfabian@redhat.com> - 1.16.11-1
|
||||
- Update to 1.16.11
|
||||
- Remove hashbang from chinese_variants.py and tabcreatedb.py
|
||||
(Resolves: https://github.com/mike-fabian/ibus-table/issues/118)
|
||||
|
||||
* Tue Aug 02 2022 Mike FABIAN <mfabian@redhat.com> - 1.16.10-1
|
||||
- Update to 1.16.10
|
||||
- Add png versions of the ibus-table.svg icon
|
||||
- Add (remote) icon to ibus-table.appdata.xml
|
||||
- Add screenshot to ibus-table.appdata.xml
|
||||
|
||||
* Mon Jun 13 2022 Mike FABIAN <mfabian@redhat.com> - 1.16.9-1
|
||||
- Update to 1.16.9
|
||||
- Require Python >= 3.6 to build
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ibus-table-1.16.9.tar.gz) = 840de16f62820456812c036ed84f99900d2d49885a9a6131da97efbec149ea426ab4a966541b16a18dbcedf38b6f78803b3fb04a5134258bb3796d3b9caf0b08
|
||||
SHA512 (ibus-table-1.17.0.tar.gz) = 2df316dfe34eca80d9d4f843a92f3452a939cd14bca3bfa6c021b0bc6b759676711fefba68b9bf10dfe48c2f82890452e9ae015986b520281998f4d08f2e763b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue