From dc1e1e79a0a71bf31962788136561c5054a41efe Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Thu, 18 Jan 2024 21:01:23 +0800 Subject: [PATCH] require glib2's high version --- ibus-typing-booster.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 7ff2ebf..bbb9996 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,7 +1,7 @@ %define with_check 0 Name: ibus-typing-booster Version: 2.1.2 -Release: 4 +Release: 5 Summary: A completion input method to speedup typing License: GPLv3+, ASL 2.0 @@ -10,14 +10,14 @@ Source0: https://github.com/mike-fabian/ibus-typing-booster/releases/down Patch0: Avoid-verbatim-bidi-formatting-characters-in-the-source-code.patch BuildArch: noarch -BuildRequires: ibus-devel m17n-db-extras libappstream-glib glib2 +BuildRequires: ibus-devel m17n-db-extras libappstream-glib glib2 >= 2.66.8 BuildRequires: python3-devel python3-pyxdg python3-enchant %if %{with_check} BuildRequires: m17n-lib hunspell-cs hunspell-de hunspell-en BuildRequires: hunspell-es hunspell-fr hunspell-it hunspell-ko %endif Requires: python3 >= 3.3 python3-dbus python3-enchant python3-pyxdg -Requires: cldr-emoji-annotation unicode-ucd ibus >= 1.5.3 m17n-lib +Requires: cldr-emoji-annotation unicode-ucd ibus >= 1.5.3 m17n-lib glib2 >= 2.66.8 Recommends: google-noto-emoji-fonts google-noto-emoji-color-fonts gdouros-symbola-fonts Provides: emoji-picker = %{version}-%{release} @@ -114,6 +114,9 @@ make check || cat ./tests/test-suite.log %changelog +* Thu Jan 18 2024 liyanan - 2.1.2-5 +- require glib2's high version + * Mon Jan 15 2024 liyanan - 2.1.2-4 - Avoid verbatim bidi formatting characters in the source code -- Gitee