From 13b3cd40eed0f4675571dfd873e1619f393cb6ee50f6dc0477bbb65d351dcc1b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 26 May 2008 17:07:00 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseaudio?expand=0&rev=23 --- pulseaudio.changes | 6 ++++++ pulseaudio.spec | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/pulseaudio.changes b/pulseaudio.changes index 44e6532..bf4e8d9 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 26 17:18:06 CEST 2008 - rodrigo@suse.de + +- Depend on alsa-plugins-pulse to have ALSA-based applications + work out of the box with PulseAudio (bnc#394177) + ------------------------------------------------------------------- Fri May 23 22:47:38 CEST 2008 - jpr@suse.de diff --git a/pulseaudio.spec b/pulseaudio.spec index ea3adb8..0071cd6 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -15,7 +15,7 @@ Name: pulseaudio %define drvver 0.9 Summary: A Networked Sound Server Version: 0.9.10 -Release: 20 +Release: 21 License: GPL v2 or later; LGPL v2.1 or later Group: System/Sound Daemons Source: %{name}-%{version}.tar.bz2 @@ -23,7 +23,7 @@ Source1: default.pa Url: http://pulseaudio.org BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: PolicyKit-devel alsa-devel avahi-devel bluez-libs doxygen gconf2-devel glib2-devel hal-devel jack-devel libatomic-ops-devel liboil-devel libsamplerate-devel libsndfile-devel lirc-devel tcpd-devel update-desktop-files xorg-x11-devel -Requires: libpulsecore4 = %{version} +Requires: alsa-plugins-pulse libpulsecore4 = %{version} PreReq: pwdutils Patch0: pulseaudio-0.9.8-unbreak-tunnels.patch # PATCH-FIX-UPSTREAM pulseaudio-declarations.patch maw@novell.com -- Already fixed in git; will go away on the next release @@ -524,6 +524,9 @@ groupadd -r pulse-access &>/dev/null || : %{_mandir}/man1/pax11publish.1.gz %changelog +* Mon May 26 2008 rodrigo@suse.de +- Depend on alsa-plugins-pulse to have ALSA-based applications + work out of the box with PulseAudio (bnc#394177) * Sat May 24 2008 jpr@suse.de - Generate 32bit libraries (bnc #338269) * Mon May 19 2008 rodrigo@suse.de