diff --git a/alsa-lib.spec b/alsa-lib.spec index b328acd..01e35c7 100644 --- a/alsa-lib.spec +++ b/alsa-lib.spec @@ -1,13 +1,14 @@ Summary: The Advanced Linux Sound Architecture (ALSA) library. Name: alsa-lib Version: 1.0.8 -Release: 1.devel +Release: 2.devel License: LGPL Group: System Environment/Libraries Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}.tar.bz2 Patch2: alsa-lib-macro.patch #Patch3: alsa-lib-1.0.7-asym-config.patch -Patch4: alsa-lib-stack.patch +Patch4: alsa-lib-stack2.patch +Patch5: alsa-lib-alpha.patch URL: http://www.alsa-project.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: doxygen @@ -38,6 +39,7 @@ against the ALSA libraries and interfaces. %patch2 -p1 -b .macro #%patch3 -p1 -b .load-env %patch4 -p1 +%patch5 -p1 -b .alpha %build %configure \ @@ -90,6 +92,10 @@ ln -snf ../../etc/alsa %{_datadir}/alsa %{_datadir}/aclocal/alsa.m4 %changelog +* Fri Feb 11 2005 Martin Stransky 1.0.8-2.devel +- add alpha patch (#147388, thx to Sergey Tikhonov) +- fix alsa-mixer on ICH6 system (#146607) + * Wed Jan 26 2005 Martin Stransky 1.0.8-1.devel - update to 1.0.8 - temporarily removed alsa-lib-1.0.7-asym-config.patch