1
0
Ana Guerrero 2024-05-29 17:35:56 +00:00 committed by Git OBS Bridge
commit 18cee89da2
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dfd690bffd810c65150ea0147e8cdfea4776f891553d664de530ae5334c3ae8f
size 12389694

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72067f65b025105b5ef40f774b752450d02c323611f8454c617ea6cdde6427fd
size 13241387

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon May 27 19:07:01 UTC 2024 - maiku.fabian@gmail.com
- Update to 2.25.8
- Support compose sequences containing ASCII keys written as <U00XX> code points
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/510)
- Update emoji annotations from CLDR
- Translation update from Weblate (pt 91.3%)
-------------------------------------------------------------------
Mon Apr 15 10:52:39 UTC 2024 - maiku.fabian@gmail.com

View File

@ -17,7 +17,7 @@
Name: ibus-typing-booster
Version: 2.25.7
Version: 2.25.8
Release: 0
Summary: An input completion utility
License: GPL-3.0-or-later
@ -44,6 +44,8 @@ BuildRequires: python3-gobject-Gdk
# Because of “from packing import version”:
BuildRequires: python3-packaging
BuildRequires: python3-pyenchant
# To avoid requiring Python >= 3.8
BuildRequires: python3-typing_extensions
BuildRequires: update-desktop-files
BuildRequires: xvfb-run
Requires: dbus-1-python3
@ -52,7 +54,7 @@ Requires: enchant-1-backend
#
Requires: ibus >= 1.5.3
Requires: m17n-lib
Requires: python3 >= 3.3
Requires: python3 >= 3.6
Requires: python3-distro
# Because of “from packing import version”:
Requires: python3-packaging