From 0e8555eba1ec18cebb1553968ea25998522e7a55 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 6 Jul 2015 12:50:47 -0500 Subject: [PATCH] autostart.patch: fix stdout/stderr redirection --- pulseaudio-autostart.patch | 2 +- pulseaudio.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pulseaudio-autostart.patch b/pulseaudio-autostart.patch index 695b34b..eb44bdb 100644 --- a/pulseaudio-autostart.patch +++ b/pulseaudio-autostart.patch @@ -6,7 +6,7 @@ diff -up pulseaudio-6.0/src/daemon/start-pulseaudio-x11.in.autostart pulseaudio- set -e +# probe to test if autospawn works, else resort to starting manually -+@PACTL_BINARY@ info 2>&1 > /dev/null || @PA_BINARY@ --start "$@" ++@PACTL_BINARY@ info > /dev/null 2>&1 || @PA_BINARY@ --start "$@" + if [ x"$DISPLAY" != x ] ; then diff --git a/pulseaudio.spec b/pulseaudio.spec index bfb586c..ec98fe5 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -19,7 +19,7 @@ Name: pulseaudio Summary: Improved Linux Sound Server Version: %{pa_major}%{?pa_minor:.%{pa_minor}} -Release: 7%{?snap:.%{snap}git%{shortcommit}}%{?dist} +Release: 8%{?snap:.%{snap}git%{shortcommit}}%{?dist} License: LGPLv2+ URL: http://www.freedesktop.org/wiki/Software/PulseAudio %if 0%{?gitrel} @@ -572,6 +572,9 @@ exit 0 %changelog +* Mon Jul 06 2015 Rex Dieter - 6.0-8 +- autostart.patch: fix stdout/stderr redirection + * Mon Jul 06 2015 Rex Dieter - 6.0-7 - fix resampler-related build dependencies (libsamplerate/speex) (#1239208)