From 1e8b5cc4f17b13e6597a8c733fa76136ec4c76ed87d29d62d71662f2bcf817b3 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 28 May 2024 18:44:34 +0000 Subject: [PATCH] Accepting request 1177397 from home:mike-fabian Update to 2.25.8 OBS-URL: https://build.opensuse.org/request/show/1177397 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=266 --- ibus-typing-booster-2.25.7.tar.gz | 3 --- ibus-typing-booster-2.25.8.tar.gz | 3 +++ ibus-typing-booster.changes | 9 +++++++++ ibus-typing-booster.spec | 6 ++++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 ibus-typing-booster-2.25.7.tar.gz create mode 100644 ibus-typing-booster-2.25.8.tar.gz diff --git a/ibus-typing-booster-2.25.7.tar.gz b/ibus-typing-booster-2.25.7.tar.gz deleted file mode 100644 index f274458..0000000 --- a/ibus-typing-booster-2.25.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfd690bffd810c65150ea0147e8cdfea4776f891553d664de530ae5334c3ae8f -size 12389694 diff --git a/ibus-typing-booster-2.25.8.tar.gz b/ibus-typing-booster-2.25.8.tar.gz new file mode 100644 index 0000000..d77bbfb --- /dev/null +++ b/ibus-typing-booster-2.25.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72067f65b025105b5ef40f774b752450d02c323611f8454c617ea6cdde6427fd +size 13241387 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index 6a04174..2ec0421 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -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 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 diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 499e367..6d127b0 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -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