Hello community,

here is the log from the commit of package apulse for openSUSE:Factory checked 
in at 2019-03-28 22:48:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apulse (Old)
 and      /work/SRC/openSUSE:Factory/.apulse.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apulse"

Thu Mar 28 22:48:56 2019 rev:11 rq:689243 version:0.1.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/apulse/apulse.changes    2018-06-19 
12:04:26.488298912 +0200
+++ /work/SRC/openSUSE:Factory/.apulse.new.25356/apulse.changes 2019-03-28 
22:49:00.715051206 +0100
@@ -1,0 +2,9 @@
+Tue Mar 26 07:03:44 UTC 2019 - [email protected]
+
+- Use alsa API properly. Consumers are expected to use
+  <alsa/asoundlib.h> instead of <asoundlib.h>.
+  This is in preparation of an change to pkgconfig(alsa) to
+  not pollute CFLAGS with -I/usr/include/alsa anymore (bsc#1130333)
+  apulse-alsa.patch
+
+-------------------------------------------------------------------

New:
----
  apulse-alsa.patch

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

Other differences:
------------------
++++++ apulse.spec ++++++
--- /var/tmp/diff_new_pack.bJ6uSL/_old  2019-03-28 22:49:01.995050974 +0100
+++ /var/tmp/diff_new_pack.bJ6uSL/_new  2019-03-28 22:49:02.007050972 +0100
@@ -30,6 +30,7 @@
 Source3:        %{name}.conf
 # PATCH-FIX-OPENSUSE apulse-fix-pulse-12.patch [email protected] -- Fix 
PulseAudio 12+ compatibility.
 Patch0:         apulse-fix-pulse-12.patch
+Patch1:         apulse-alsa.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -44,8 +45,7 @@
 PulseAudio emulation intended to be used with Firefox and Skype.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 %cmake \

++++++ apulse-alsa.patch ++++++
--- a/src/apulse.h
+++ b/src/apulse.h
@@ -26,7 +26,7 @@
 
 #define _GNU_SOURCE
 #include "ringbuffer.h"
-#include <asoundlib.h>
+#include <alsa/asoundlib.h>
 #include <glib.h>
 #include <poll.h>
 #include <pthread.h>
--- a/src/util.h
+++ b/src/util.h
@@ -24,7 +24,7 @@
 
 #pragma once
 
-#include <asoundlib.h>
+#include <alsa/asoundlib.h>
 #include <pulse/pulseaudio.h>
 
 int

Reply via email to