Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mumble for openSUSE:Factory checked 
in at 2022-09-01 22:12:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mumble (Old)
 and      /work/SRC/openSUSE:Factory/.mumble.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mumble"

Thu Sep  1 22:12:35 2022 rev:72 rq:1000712 version:1.4.274

Changes:
--------
--- /work/SRC/openSUSE:Factory/mumble/mumble.changes    2022-05-12 
22:59:42.776744648 +0200
+++ /work/SRC/openSUSE:Factory/.mumble.new.2083/mumble.changes  2022-09-01 
22:13:12.448570600 +0200
@@ -1,0 +2,39 @@
+Thu Sep  1 09:11:05 UTC 2022 - Ferdinand Thiessen <[email protected]>
+
+- Add fix-64bit-only-plugins.patch to fix build on i586
+
+-------------------------------------------------------------------
+Sun Aug 21 21:03:15 UTC 2022 - Enrico Belleri <[email protected]>
+
+- Update to 1.4.274:
+  - Client:
+    * Changed: Disable RNNoise by default
+    * Changed: Don???t hard block shortcuts on Wayland
+    * Fixed: Context and identity not getting cleared
+    * Fixed: Don???t display unsupported ACL
+    * Fixed: Fix PipeWire not being usable in Flatpaks
+    * Fixed: Icon not used on Plasma Wayland session
+    * Fixed: Improve appstream metadata
+    * Fixed: Minimal view not always working
+    * Fixed: PFS information being incorrect
+    * Fixed: Percent encoded links not clickable
+    * Fixed: Prefer selected tree item for context menu creation
+    * Fixed: Prevent endless loop when disconnecting PipeWire stream
+    * Fixed: Register simultaneous mouse button presses separately
+    * Fixed: Show friendlier text when displaying notifications
+    * Fixed: Properly verify certificates when SRV records are used
+    * Fixed: Resolve list tags, etc. polluting log
+    * Fixed: Remove duplicate entry for ???What???s this???? in UserModel
+    * Fixed: User and channel status icons now take display scaling into 
account
+  - Server:
+    * Fixed: Add missing line breaks to ???help output
+    * Fixed: Improve rememberchannelduration compare logic
+    * Fixed: Update suppress state on ACL change
+  - Positional audio plugins:
+    * Fixed: Fix Quake Live plugin
+    * Fixed: Update Among Us plugin to work with v2022.3.29s (1864)
+- Remove upstreamed:
+  * 36398fb.patch
+  * 73d8a4d5.patch
+
+-------------------------------------------------------------------

Old:
----
  36398fb.patch
  73d8a4d5.patch
  mumble-1.4.230.tar.gz
  mumble-1.4.230.tar.gz.sig

New:
----
  fix-64bit-only-plugins.patch
  mumble-1.4.274.tar.gz
  mumble-1.4.274.tar.gz.sig

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

Other differences:
------------------
++++++ mumble.spec ++++++
--- /var/tmp/diff_new_pack.drvDNl/_old  2022-09-01 22:13:13.072572151 +0200
+++ /var/tmp/diff_new_pack.drvDNl/_new  2022-09-01 22:13:13.080572171 +0200
@@ -28,7 +28,7 @@
 # versions.
 %bcond_with     system_celt
 Name:           mumble
-Version:        1.4.230
+Version:        1.4.274
 Release:        0
 Summary:        Voice Communication Client for Gamers
 # For Legal: the bundled opus and speex subdirectories are not built.
@@ -43,9 +43,8 @@
 Source4:        
https://raw.githubusercontent.com/mumble-voip/mumble-gpg-signatures/master/mumble-auto-build-2022.asc#/%{name}.keyring
 Source5:        mumble-server.service
 Source6:        baselibs.conf
-#PATCH-FIX-UPSTREAM 73d8a4d5.patch -- 
https://github.com/mumble-voip/mumble/commit/73d8a4d5
-Patch0:         73d8a4d5.patch
-Patch1:         https://github.com/mumble-voip/mumble/commit/36398fb.patch
+# PATCH-FIX-UPSTREAM fix-64bit-only-plugins.patch -- Requires 64bit memory 
alignment ( https://github.com/mumble-voip/mumble/issues/5849 )
+Patch0:         fix-64bit-only-plugins.patch
 BuildRequires:  cmake >= 3.15
 BuildRequires:  gcc-c++
 BuildRequires:  libcap-devel
@@ -136,7 +135,7 @@
 won't be audible to other players.
 
 %prep
-%autosetup -p1 -n %{name}-%{version}.src
+%autosetup -p1 -n %{name}-src
 
 %build
 %cmake \
@@ -205,7 +204,6 @@
 
 %files
 %exclude %{_docdir}/%{name}/scripts/murmur.ini
-%exclude %{_docdir}/%{name}/scripts/org.mumble_voip.mumble.desktop
 %doc %{_docdir}/%{name}
 %{_bindir}/mumble
 %{_bindir}/mumble-overlay
@@ -225,9 +223,9 @@
 %config(noreplace) %{_sysconfdir}/mumble-server.ini
 %{_tmpfilesdir}/mumble-server.conf
 %{_unitdir}/mumble-server.service
-%{_mandir}/man1/murmurd.*
-%{_mandir}/man1/murmur-user-wrapper.*
-%{_datadir}/metainfo/org.mumble_voip.mumble.appdata.xml
+%{_mandir}/man1/mumble-server.*
+%{_mandir}/man1/mumble-server-user-wrapper.*
+%{_datadir}/metainfo/info.mumble.Mumble.appdata.xml
 %dir %{_sysconfdir}/apparmor.d
 %config %{_sysconfdir}/apparmor.d/usr.sbin.murmurd
 

++++++ fix-64bit-only-plugins.patch ++++++
diff -Nur mumble-src/plugins/CMakeLists.txt new/plugins/CMakeLists.txt
--- mumble-src/plugins/CMakeLists.txt   2022-08-21 18:52:23.000000000 +0200
+++ new/plugins/CMakeLists.txt  2022-09-01 12:24:10.507433751 +0200
@@ -24,6 +24,9 @@
 
 foreach(ITEM ${ITEMS})
        if(IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/${ITEM}")
+               if (ITEM STREQUAL "gtav" AND CMAKE_SIZEOF_VOID_P LESS 8)
+                       continue()
+               endif() 
                set(PLUGIN_RETRACTED OFF)
 
                # If the plugin is retracted the corresponding CMakeLists.txt 
is supposed to set the

++++++ mumble-1.4.230.tar.gz -> mumble-1.4.274.tar.gz ++++++
/work/SRC/openSUSE:Factory/mumble/mumble-1.4.230.tar.gz 
/work/SRC/openSUSE:Factory/.mumble.new.2083/mumble-1.4.274.tar.gz differ: char 
4, line 1

Reply via email to