From ba00dea3c6967c334e240e24f7e1c59369c326bbb984f361626f270021cdbea5 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 5 Jan 2022 17:03:49 +0000 Subject: [PATCH] Accepting request 944023 from home:dimstar:Factory - Do not introduce ibus-gtk4-32bit unless there will be demand for it: drop its definition from baselibs.conf. OBS-URL: https://build.opensuse.org/request/show/944023 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=260 --- baselibs.conf | 14 -------------- ibus.changes | 6 ++++++ ibus.spec | 2 +- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/baselibs.conf b/baselibs.conf index 93b2be3..fbbfe45 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -22,20 +22,6 @@ ibus-gtk3 postun "%{_bindir}/gtk-query-immodules-3.0 --update-cache" postun "%endif" supplements "(ibus and gtk3-)" -ibus-gtk4 - post "if [[ -x %{_bindir}/gio-querymodules-64 ]]; then" - post " %{_bindir}/gio-querymodules-64 %{_libdir}/gtk-4.0/4.0.0/immodules" - post "else" - post " %{_bindir}/gio-querymodules %{_libdir}/gtk-4.0/4.0.0/immodules" - post "fi" - postun "if [ $1 -eq 0 ]; then" - postun " if [[ -x %{_bindir}/gio-querymodules-64 ]]; then" - postun " %{_bindir}/gio-querymodules-64 %{_libdir}/gtk-4.0/4.0.0/immodules" - postun " else" - postun " %{_bindir}/gio-querymodules %{_libdir}/gtk-4.0/4.0.0/immodules" - postun " fi" - postun "fi" - supplements "(ibus and gtk4-)" libibus-1_0-5 obsoletes "libibus2- < " diff --git a/ibus.changes b/ibus.changes index f975427..9a26a21 100644 --- a/ibus.changes +++ b/ibus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 5 11:56:17 UTC 2022 - Dominique Leuenberger + +- Do not introduce ibus-gtk4-32bit unless there will be demand for + it: drop its definition from baselibs.conf. + ------------------------------------------------------------------- Tue Dec 21 14:51:48 UTC 2021 - Dominique Leuenberger diff --git a/ibus.spec b/ibus.spec index dac805e..a71acb6 100644 --- a/ibus.spec +++ b/ibus.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed