Hello community,

here is the log from the commit of package mumble for openSUSE:Factory checked 
in at 2017-06-12 15:33:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mumble (Old)
 and      /work/SRC/openSUSE:Factory/.mumble.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mumble"

Mon Jun 12 15:33:01 2017 rev:50 rq:502448 version:1.2.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/mumble/mumble.changes    2017-02-03 
17:50:53.828760147 +0100
+++ /work/SRC/openSUSE:Factory/.mumble.new/mumble.changes       2017-06-12 
15:33:03.855008202 +0200
@@ -1,0 +2,6 @@
+Thu Jun  8 06:30:23 UTC 2017 - alarr...@suse.com
+
+- Add initialize-soundfile-format.patch to initilalize a variable so
+  it's not used later uninitialized. 
+
+-------------------------------------------------------------------

New:
----
  initialize-soundfile-format.patch

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

Other differences:
------------------
++++++ mumble.spec ++++++
--- /var/tmp/diff_new_pack.FVxPFf/_old  2017-06-12 15:33:04.942854773 +0200
+++ /var/tmp/diff_new_pack.FVxPFf/_new  2017-06-12 15:33:04.950853645 +0200
@@ -67,6 +67,8 @@
 Patch1:         mumble-1.2.11-desktop_fix.diff
 # PATCH-FEATURE-UPSTREAM https://github.com/mumble-voip/mumble/pull/2564
 Patch2:         appdata.patch
+# PATCH-FIX-UPSTREAM initialize-soundfile-format.patch -- Initialize a 
variable so it's not used uninitialized
+Patch3:         initialize-soundfile-format.patch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
@@ -189,6 +191,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 %if !%{with system_celt}
 %if 0%{?snapshot:1}
 tar -xzf %{SOURCE50}

++++++ initialize-soundfile-format.patch ++++++
Index: mumble-1.2.19/src/mumble/AudioOutputSample.cpp
===================================================================
--- mumble-1.2.19.orig/src/mumble/AudioOutputSample.cpp
+++ mumble-1.2.19/src/mumble/AudioOutputSample.cpp
@@ -41,6 +41,7 @@ SoundFile::SoundFile(const QString &fnam
        siInfo.samplerate = 0;
        siInfo.sections = 0;
        siInfo.seekable = 0;
+       siInfo.format = 0;
 
        sfFile = NULL;
 



Reply via email to