From e682477c70c005fa1521a8121d6921d02ffb475fc95f3fd06a747c3614636b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 17 Apr 2022 13:43:42 +0000 Subject: [PATCH] Accepting request 970444 from home:seife:branches:games:tools do not include 32-bit libmumbleoverlay.x86.so in 64bit build OBS-URL: https://build.opensuse.org/request/show/970444 OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=141 --- mumble.changes | 7 +++++++ mumble.spec | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/mumble.changes b/mumble.changes index bb59262..7d5d2af 100644 --- a/mumble.changes +++ b/mumble.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Apr 16 13:09:07 UTC 2022 - Stefan Seyfried + +- do not include 32-bit libmumbleoverlay.x86.so in 64bit build + (if you want to use that, install mumble-32bit additionally) + boo#1198535 + ------------------------------------------------------------------- Tue Jan 25 20:20:28 UTC 2022 - Markus Ebner diff --git a/mumble.spec b/mumble.spec index af72fc0..67c0bd8 100644 --- a/mumble.spec +++ b/mumble.spec @@ -117,9 +117,9 @@ Summary: Voice Communication Server for Gamers Group: Productivity/Multimedia/Sound/Utilities Requires: lsb-release Requires(pre): %{_sbindir}/useradd -Recommends: libQt5Sql5-sqlite Recommends: libQt5Sql5-mysql Recommends: libQt5Sql5-postgresql +Recommends: libQt5Sql5-sqlite %if 0%{?snapshot:1} Conflicts: mumble-server < %{version} Provides: mumble-server = %{version} @@ -138,6 +138,7 @@ won't be audible to other players. %build %cmake .. \ -Dupdate:BOOL=OFF \ + -Doverlay-xcompile:BOOL=OFF \ -Dsymbols:BOOL=ON \ -Dcrash-report:BOOL=OFF \ -DMUMBLE_INSTALL_PLUGINDIR=%{_libdir}/mumble/plugins \