Hello community,

here is the log from the commit of package jack for openSUSE:Factory checked in 
at 2017-07-24 12:30:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jack (Old)
 and      /work/SRC/openSUSE:Factory/.jack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jack"

Mon Jul 24 12:30:33 2017 rev:60 rq:511527 version:1.9.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/jack/jack.changes        2017-04-24 
09:45:48.681182007 +0200
+++ /work/SRC/openSUSE:Factory/.jack.new/jack.changes   2017-07-24 
12:30:37.188788349 +0200
@@ -1,0 +2,5 @@
+Wed Jul 19 10:08:33 UTC 2017 - [email protected]
+
+- Modify jack-fixgcc7.patch in line with upstream.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jack-fixgcc7.patch ++++++
--- /var/tmp/diff_new_pack.Nggcao/_old  2017-07-24 12:30:37.980676558 +0200
+++ /var/tmp/diff_new_pack.Nggcao/_new  2017-07-24 12:30:37.980676558 +0200
@@ -7,7 +7,7 @@
  
        Log("calling process4 callback : jack_frame_time = %ld delta_time = 
%ld\n", cur_time, delta_time);
 -      if (delta_time > 0  && (jack_nframes_t)abs(delta_time - 
cur_buffer_size) > tolerance) {
-+      if (delta_time > 0  && (jack_nframes_t)abs((int)delta_time - 
(int)cur_buffer_size) > tolerance) {
++      if (delta_time > 0  && abs((int64_t)delta_time - 
(int64_t)cur_buffer_size) > (int64_t)tolerance) {
                printf("!!! ERROR !!! jack_frame_time seems to return incorrect 
values cur_buffer_size = %d, delta_time = %d tolerance %d\n", cur_buffer_size, 
delta_time, tolerance);
        }
  


Reply via email to