Hello community,

here is the log from the commit of package ffado for openSUSE:Factory checked 
in at 2017-08-10 13:45:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ffado (Old)
 and      /work/SRC/openSUSE:Factory/.ffado.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ffado"

Thu Aug 10 13:45:29 2017 rev:30 rq:513594 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ffado/ffado-mixer.changes        2017-04-24 
09:46:33.690815925 +0200
+++ /work/SRC/openSUSE:Factory/.ffado.new/ffado-mixer.changes   2017-08-10 
13:45:34.360556636 +0200
@@ -1,0 +2,5 @@
+Mon Jul 31 12:08:17 UTC 2017 - sch...@suse.de
+
+- sigev.patch: add missing header to define SIGEV_THREAD
+
+-------------------------------------------------------------------
ffado.changes: same change

New:
----
  sigev.patch

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

Other differences:
------------------
++++++ ffado-mixer.spec ++++++
--- /var/tmp/diff_new_pack.aN6iPa/_old  2017-08-10 13:45:36.632236833 +0200
+++ /var/tmp/diff_new_pack.aN6iPa/_new  2017-08-10 13:45:36.664232329 +0200
@@ -30,6 +30,7 @@
 Source0:        %{tname}-%{version}.tgz
 Patch1:         ffado_SConstruct_powerpc_update.patch
 Patch2:         ffado-gcc6.patch
+Patch3:         sigev.patch
 BuildRequires:  alsa-devel
 BuildRequires:  dbus-1-python-devel
 BuildRequires:  doxygen
@@ -86,6 +87,7 @@
 %setup -n %{tname}-%{version} -q
 %patch1 -p0
 %patch2
+%patch3 -p1
 
 %build
 export EXTRA_FLAGS="-Wno-deprecated-declarations -fpermissive --std=gnu++11"

++++++ ffado.spec ++++++
--- /var/tmp/diff_new_pack.aN6iPa/_old  2017-08-10 13:45:36.772217128 +0200
+++ /var/tmp/diff_new_pack.aN6iPa/_new  2017-08-10 13:45:36.796213749 +0200
@@ -31,6 +31,7 @@
 Patch0:         libffado-date_time.patch
 Patch1:         ffado_SConstruct_powerpc_update.patch
 Patch2:         ffado-gcc6.patch
+Patch3:         sigev.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
@@ -100,6 +101,7 @@
 %patch0
 %patch1 -p0
 %patch2
+%patch3 -p1
 
 %build
 %if %{gcc7} == 1

++++++ sigev.patch ++++++
Index: libffado-2.3.0/src/libutil/PosixMessageQueue.cpp
===================================================================
--- libffado-2.3.0.orig/src/libutil/PosixMessageQueue.cpp
+++ libffado-2.3.0/src/libutil/PosixMessageQueue.cpp
@@ -30,6 +30,7 @@
 #include <errno.h>
 #include <string.h>
 #include <poll.h>
+#include <signal.h>
 
 #define MQ_INVALID_ID ((mqd_t) -1)
 // one second

Reply via email to