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