auto-import changelog data from alsa-lib-1.0.3a-2.src.rpm
Mon May 03 2004 Colin Walters <walters@redhat.com> 1.0.3a-2 - Add patch to avoid assert()ing on errors
This commit is contained in:
parent
7ebd7e2292
commit
309ca77a69
@ -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 <walters@redhat.com> 1.0.3a-2
|
||||
- Add patch to avoid assert()ing on errors
|
||||
|
||||
* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com> 1.0.3a-1
|
||||
- update to 1.0.3a
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user