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
This commit is contained in:
Takashi Iwai 2022-01-05 17:03:49 +00:00 committed by Git OBS Bridge
parent 8bd1422838
commit ba00dea3c6
3 changed files with 7 additions and 15 deletions

View File

@ -22,20 +22,6 @@ ibus-gtk3
postun "<prefix>%{_bindir}/gtk-query-immodules-3.0 --update-cache"
postun "%endif"
supplements "(ibus and gtk3-<targettype>)"
ibus-gtk4
post "if [[ -x <prefix>%{_bindir}/gio-querymodules-64 ]]; then"
post " <prefix>%{_bindir}/gio-querymodules-64 %{_libdir}/gtk-4.0/4.0.0/immodules"
post "else"
post " <prefix>%{_bindir}/gio-querymodules %{_libdir}/gtk-4.0/4.0.0/immodules"
post "fi"
postun "if [ $1 -eq 0 ]; then"
postun " if [[ -x <prefix>%{_bindir}/gio-querymodules-64 ]]; then"
postun " <prefix>%{_bindir}/gio-querymodules-64 %{_libdir}/gtk-4.0/4.0.0/immodules"
postun " else"
postun " <prefix>%{_bindir}/gio-querymodules %{_libdir}/gtk-4.0/4.0.0/immodules"
postun " fi"
postun "fi"
supplements "(ibus and gtk4-<targettype>)"
libibus-1_0-5
obsoletes "libibus2-<targettype> < <version>"

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 5 11:56:17 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <dimstar@opensuse.org>

View File

@ -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