From 99aefc691e27e5c537b98d08d3f4f112f4923f6d Mon Sep 17 00:00:00 2001 From: Takao Fujiwara Date: Fri, 18 Jun 2021 21:21:36 +0900 Subject: [PATCH] Delete ibus write-cache in scriptlet ibus core has used transfiletriggerin since Fedora 35 --- ibus-typing-booster.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 209e849..1976179 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,6 +1,6 @@ Name: ibus-typing-booster Version: 2.11.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A completion input method License: GPLv3+, ASL 2.0 URL: https://mike-fabian.github.io/ibus-typing-booster/ @@ -199,10 +199,6 @@ if [ $rc != 0 ] ; then exit $rc fi -%posttrans -[ -x %{_bindir}/ibus ] && \ - %{_bindir}/ibus write-cache --system &>/dev/null || : - %files -f %{name}.lang %doc AUTHORS COPYING README README.html README.md %{_datadir}/%{name} @@ -233,6 +229,9 @@ fi %{_datadir}/applications/emoji-picker.desktop %changelog +* Fri Jun 18 2021 Takao Fujiwara - 2.11.4-2 +- Delete ibus write-cache in scriptlet + * Thu Apr 29 2021 Mike FABIAN - 2.11.4-1 - Update to 2.11.4 - In main.py “import factory” only when the --xml option is not used