Hello community,

here is the log from the commit of package jack for openSUSE:Factory checked in 
at 2016-04-30 23:27:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jack (Old)
 and      /work/SRC/openSUSE:Factory/.jack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jack"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jack/jack.changes        2016-03-26 
15:10:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.jack.new/jack.changes   2016-04-30 
23:27:07.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Apr 15 14:33:40 CEST 2016 - ti...@suse.de
+
+- Fix the build failure with gcc6:
+  gcc6-fixes.diff
+
+-------------------------------------------------------------------

New:
----
  gcc6-fixes.diff

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

Other differences:
------------------
++++++ jack.spec ++++++
--- /var/tmp/diff_new_pack.ObVITg/_old  2016-04-30 23:27:08.000000000 +0200
+++ /var/tmp/diff_new_pack.ObVITg/_new  2016-04-30 23:27:08.000000000 +0200
@@ -46,6 +46,8 @@
 Patch6:         jack-ppc64-long.patch
 # PATCH-FIX-UPSTREAM reproducible.patch bmwiedemann -- 
https://github.com/jackaudio/jack2/pull/196
 Patch7:         reproducible.patch
+# PATCH-FIX-OPENSUSE gcc6-fixes.diff ti...@suse.de -- fix for gcc6 build 
failures
+Patch8:         gcc6-fixes.diff
 BuildRequires:  dos2unix
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -117,6 +119,7 @@
 %patch2
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 

++++++ gcc6-fixes.diff ++++++
---
 tests/iodelay.cpp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- a/tests/iodelay.cpp
+++ b/tests/iodelay.cpp
@@ -167,8 +167,8 @@ static jack_client_t  *jack_handle;
 static jack_port_t    *jack_capt;
 static jack_port_t    *jack_play;
 
-jack_latency_range_t   capture_latency = {-1, -1};
-jack_latency_range_t   playback_latency = {-1, -1};
+jack_latency_range_t   capture_latency = {-1U, -1U};
+jack_latency_range_t   playback_latency = {-1U, -1U};
 
 void
 latency_cb (jack_latency_callback_mode_t mode, void *arg)
@@ -266,4 +266,4 @@ int main (int ac, char *av [])
     return 0;
 }
 
-// 
--------------------------------------------------------------------------------
\ No newline at end of file
+// 
--------------------------------------------------------------------------------

Reply via email to