From b692c0c2402ce1615b2ab404091eba98c36cd450 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 3 Jul 2019 12:30:26 -0500 Subject: [PATCH] alsa-sink: clear pollfd revents before poll --- pulseaudio.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pulseaudio.spec b/pulseaudio.spec index 84d4dc1..afe358a 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -31,7 +31,7 @@ Name: pulseaudio Summary: Improved Linux Sound Server Version: %{pa_major}%{?pa_minor:.%{pa_minor}} -Release: 6%{?snap:.%{snap}git%{shortcommit}}%{?dist} +Release: 7%{?snap:.%{snap}git%{shortcommit}}%{?dist} License: LGPLv2+ URL: http://www.freedesktop.org/wiki/Software/PulseAudio %if 0%{?gitrel} @@ -67,6 +67,9 @@ Patch287: 0287-alsa-Use-correct-header-path.patch Patch304: 0304-alsa-Fix-inclusion-of-use-case.h.patch ## upstreamable patches +# https://lists.freedesktop.org/archives/pulseaudio-discuss/2019-July/031257.html +# can be dropped for future releases +Patch501: 0001-alsa-sink-clear-pollfd-revents-before-poll.patch BuildRequires: automake libtool BuildRequires: gcc-c++ @@ -273,6 +276,8 @@ This package contains GDM integration hooks for the PulseAudio sound server. %patch206 -p1 -b .autospawn_disable %endif +%patch501 -p1 + sed -i.no_consolekit -e \ 's/^load-module module-console-kit/#load-module module-console-kit/' \ src/daemon/default.pa.in @@ -662,6 +667,9 @@ systemctl --no-reload preset --global pulseaudio.socket >/dev/null 2>&1 || : %changelog +* Wed Jul 03 2019 Rex Dieter - 12.2-7 +- alsa-sink: clear pollfd revents before poll + * Mon Jun 17 2019 Rex Dieter - 12.2-6 - pull in upstream patch for alsa include paths