diff --git a/alsa-lib.spec b/alsa-lib.spec index 1a5a1e7..d9b6986 100644 --- a/alsa-lib.spec +++ b/alsa-lib.spec @@ -1,11 +1,12 @@ Summary: The Advanced Linux Sound Architecture (ALSA) library. Name: alsa-lib Version: 1.0.3a -Release: 1%{?prever:.%{prever}} +Release: 2%{?prever:.%{prever}} License: LGPL Group: System Environment/Libraries Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}.tar.bz2 Patch: alsa-lib-0.9.8-x86_64.patch +Patch1: alsa-lib-1.0.3a-no-assert-in-hw-param.patch URL: http://www.alsa-project.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: doxygen @@ -35,6 +36,7 @@ against the ALSA libraries and interfaces. %prep %setup -q -n %{name}-%{version}%{?prever} %patch -p1 -b x86_64 +%patch1 -p1 -b no-assert-in-hw-param %build %configure \ @@ -74,6 +76,9 @@ rm -rf %{buildroot} %{_datadir}/aclocal/alsa.m4 %changelog +* Mon May 03 2004 Colin Walters 1.0.3a-2 +- Add patch to avoid assert()ing on errors + * Thu Mar 11 2004 Bill Nottingham 1.0.3a-1 - update to 1.0.3a