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 \