OBS User unknown 2008-06-05 15:16:12 +00:00 committed by Git OBS Bridge
parent f2c55584a3
commit e216aee4f2
3 changed files with 10 additions and 13 deletions

View File

@ -1,10 +0,0 @@
--- a/src/conf/alsa.conf 2008-05-01 23:59:09.000000000 +0530
+++ a/src/conf/alsa.conf 2008-05-24 00:42:37.000000000 +0530
@@ -8,6 +8,7 @@
{
func load
files [
+ "/etc/asound-pulse.conf"
"/etc/asound.conf"
"~/.asoundrc"
]

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 4 13:54:50 CEST 2008 - rodrigo@suse.de
- Removed patch to alsa.conf, to not force PulseAudio on all
apps (ie, non-GNOME installs) (bnc#394177)
-------------------------------------------------------------------
Mon May 26 17:14:52 CEST 2008 - rodrigo@suse.de

View File

@ -22,7 +22,7 @@ PreReq: %insserv_prereq %fillup_prereq
AutoReqProv: on
Summary: Advanced Linux Sound Architecture
Version: 1.0.16
Release: 35
Release: 38
Source: ftp://ftp.alsa-project.org/pub/lib/alsa-lib-%{package_version}.tar.bz2
Source8: 40-alsa.rules
Source11: alsasound
@ -39,7 +39,6 @@ Source32: all_notes_off.mid
Source33: alsa-info.sh
Source34: alsa-init.sh
Patch: alsa-lib-hg-fixes.diff
Patch1: alsa-asound-pulse-conf.diff
Url: http://www.alsa-project.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -112,7 +111,6 @@ Authors:
%prep
%setup -q -n alsa-lib-%{package_version}
%patch -p1
%patch1 -p1
%build
# build alsa-lib
@ -254,6 +252,9 @@ exit 0
%{_datadir}/alsa
%changelog
* Wed Jun 04 2008 rodrigo@suse.de
- Removed patch to alsa.conf, to not force PulseAudio on all
apps (ie, non-GNOME installs) (bnc#394177)
* Mon May 26 2008 rodrigo@suse.de
- Add alsa-asound-pulse-conf.diff to include asound-pulse.conf in
alsa.conf (bnc#394177)