Hello community,

here is the log from the commit of package pulseaudio for openSUSE:Factory 
checked in at 2019-04-23 14:33:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pulseaudio (Old)
 and      /work/SRC/openSUSE:Factory/.pulseaudio.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pulseaudio"

Tue Apr 23 14:33:46 2019 rev:159 rq:696463 version:12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/pulseaudio/pulseaudio.changes    2019-04-17 
10:05:32.906584713 +0200
+++ /work/SRC/openSUSE:Factory/.pulseaudio.new.5536/pulseaudio.changes  
2019-04-23 14:33:47.545373446 +0200
@@ -1,0 +2,7 @@
+Sun Apr 21 11:27:32 CEST 2019 - [email protected]
+
+- Fix the UCM module build due to the removal of alsa/* include
+  path (bsc#1132880):
+  updated pulseaudio-alsa.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pulseaudio-alsa.patch ++++++
--- /var/tmp/diff_new_pack.0tVGOL/_old  2019-04-23 14:33:49.101374504 +0200
+++ /var/tmp/diff_new_pack.0tVGOL/_new  2019-04-23 14:33:49.101374504 +0200
@@ -1,3 +1,16 @@
+---
+ configure.ac                          |    2 +-
+ src/modules/alsa/alsa-mixer.c         |    2 +-
+ src/modules/alsa/alsa-mixer.h         |    2 +-
+ src/modules/alsa/alsa-sink.c          |    2 +-
+ src/modules/alsa/alsa-source.c        |    2 +-
+ src/modules/alsa/alsa-ucm.c           |    2 +-
+ src/modules/alsa/alsa-ucm.h           |    2 +-
+ src/modules/alsa/alsa-util.c          |    2 +-
+ src/modules/alsa/alsa-util.h          |    2 +-
+ src/modules/alsa/module-alsa-source.c |    2 +-
+ 10 files changed, 10 insertions(+), 10 deletions(-)
+
 --- a/src/modules/alsa/alsa-mixer.c
 +++ b/src/modules/alsa/alsa-mixer.c
 @@ -23,7 +23,7 @@
@@ -86,3 +99,25 @@
  
  #ifdef HAVE_VALGRIND_MEMCHECK_H
  #include <valgrind/memcheck.h>
+--- a/configure.ac
++++ b/configure.ac
+@@ -833,7 +833,7 @@ AS_IF([test "x$enable_alsa" = "xyes" &&
+ AS_IF([test "x$HAVE_ALSA" = "x1"],
+     [
+         save_CPPFLAGS="$CPPFLAGS"; CPPFLAGS="$CPPFLAGS $ASOUNDLIB_CFLAGS"
+-        AC_CHECK_HEADERS([use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0)
++        AC_CHECK_HEADERS([alsa/use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0)
+         CPPFLAGS="$save_CPPFLAGS"
+     ],
+     HAVE_ALSA_UCM=0)
+--- a/src/modules/alsa/alsa-ucm.h
++++ b/src/modules/alsa/alsa-ucm.h
+@@ -23,7 +23,7 @@
+ ***/
+ 
+ #ifdef HAVE_ALSA_UCM
+-#include <use-case.h>
++#include <alsa/use-case.h>
+ #else
+ typedef void snd_use_case_mgr_t;
+ #endif


Reply via email to