SHA256
1
0
forked from pool/pulseaudio
OBS User unknown 2008-05-31 21:06:44 +00:00 committed by Git OBS Bridge
parent 13b3cd40ee
commit d09cdfdb03
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat May 31 13:31:25 CEST 2008 - rodrigo@suse.de
- Don't require alsa-plugins-pulse, just Recommend it (bnc#394177)
-------------------------------------------------------------------
Mon May 26 17:18:06 CEST 2008 - rodrigo@suse.de

View File

@ -15,7 +15,7 @@ Name: pulseaudio
%define drvver 0.9
Summary: A Networked Sound Server
Version: 0.9.10
Release: 21
Release: 23
License: GPL v2 or later; LGPL v2.1 or later
Group: System/Sound Daemons
Source: %{name}-%{version}.tar.bz2
@ -23,7 +23,8 @@ 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: alsa-plugins-pulse libpulsecore4 = %{version}
Requires: libpulsecore4 = %{version}
Recommends: alsa-plugins-pulse
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 +525,8 @@ groupadd -r pulse-access &>/dev/null || :
%{_mandir}/man1/pax11publish.1.gz
%changelog
* Sat May 31 2008 rodrigo@suse.de
- Don't require alsa-plugins-pulse, just Recommend it (bnc#394177)
* 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)