Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mumble for openSUSE:Factory checked 
in at 2024-01-19 23:01:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mumble (Old)
 and      /work/SRC/openSUSE:Factory/.mumble.new.16006 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mumble"

Fri Jan 19 23:01:41 2024 rev:3 rq:1139811 version:1.5.517

Changes:
--------
--- /work/SRC/openSUSE:Factory/mumble/mumble.changes    2023-11-26 
19:38:18.720381921 +0100
+++ /work/SRC/openSUSE:Factory/.mumble.new.16006/mumble.changes 2024-01-19 
23:01:45.377063371 +0100
@@ -1,0 +2,6 @@
+Thu Jan 18 21:07:38 UTC 2024 - Andreas Stieger <[email protected]>
+
+- Fix build with Qt 5.15 / OpenGL (boo#1218944)
+- Fix mumble-server.service (gh#mumble-voip/mumble/6273)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mumble.spec ++++++
--- /var/tmp/diff_new_pack.4F5jQd/_old  2024-01-19 23:01:46.301097172 +0100
+++ /var/tmp/diff_new_pack.4F5jQd/_new  2024-01-19 23:01:46.301097172 +0100
@@ -1,7 +1,9 @@
 #
 # spec file for package mumble
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2024 Andreas Stieger <[email protected]>
+# Copyright (c) 2024 Tobias Burnus <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -136,6 +138,9 @@
         -DMUMBLE_INSTALL_PLUGINDIR=%{_libdir}/mumble/plugins \
         -Dbundled-speex:BOOL=OFF \
         -Dice:BOOL=OFF \
+%if 0%{?suse_version} > 1600
+        -DCMAKE_SHARED_LINKER_FLAGS="-lGL" \
+%endif
 %if 0%{?suse_version} <= 1550
         -DCMAKE_MODULE_LINKER_FLAGS="" \
         -DCMAKE_SHARED_LINKER_FLAGS="" \


++++++ mumble-server.service ++++++
--- /var/tmp/diff_new_pack.4F5jQd/_old  2024-01-19 23:01:46.373099805 +0100
+++ /var/tmp/diff_new_pack.4F5jQd/_new  2024-01-19 23:01:46.377099951 +0100
@@ -10,8 +10,8 @@
 
 [Unit]
 Description=Mumble Server (murmur)
-Requires=var-run.mount network.target remote-fs.target time-sync.target
-After=var-run.mount network.target remote-fs.target time-sync.target 
mysql.target
+Requires=network.target remote-fs.target time-sync.target
+After=network.target remote-fs.target time-sync.target mysql.target
 
 [Service]
 # added automatically, for details please see

Reply via email to