apply patch to fix artsd daemon crash #156592
This commit is contained in:
parent
95d3858e2c
commit
3fb38a0579
@ -1,7 +1,7 @@
|
|||||||
Summary: The Advanced Linux Sound Architecture (ALSA) library.
|
Summary: The Advanced Linux Sound Architecture (ALSA) library.
|
||||||
Name: alsa-lib
|
Name: alsa-lib
|
||||||
Version: 1.0.9rc2
|
Version: 1.0.9rc2
|
||||||
Release: 3
|
Release: 4
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}.tar.bz2
|
Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}.tar.bz2
|
||||||
@ -10,6 +10,8 @@ Patch0: alsa-lib-mixer.patch
|
|||||||
Patch1: alsa-lib-alpha.patch
|
Patch1: alsa-lib-alpha.patch
|
||||||
Patch2: alsa-lib-gcc4.patch
|
Patch2: alsa-lib-gcc4.patch
|
||||||
Patch3: alsa-lib-ainit.patch
|
Patch3: alsa-lib-ainit.patch
|
||||||
|
Patch4: alsa-lib-1.0.9rc2-cvs.patch
|
||||||
|
Patch5: alsa-lib-1.0.9rc2-ainit-config.patch
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
@ -41,6 +43,8 @@ against the ALSA libraries and interfaces.
|
|||||||
%patch1 -p1 -b .alpha
|
%patch1 -p1 -b .alpha
|
||||||
%patch2 -p1 -b .gcc4
|
%patch2 -p1 -b .gcc4
|
||||||
%patch3 -p1 -b .ainit
|
%patch3 -p1 -b .ainit
|
||||||
|
%patch4 -p1 -b .arts
|
||||||
|
%patch5 -p1 -b .ainit
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -114,6 +118,9 @@ ln -snf ../../etc/alsa %{_datadir}/alsa
|
|||||||
%{_datadir}/aclocal/alsa.m4
|
%{_datadir}/aclocal/alsa.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 04 2005 Than Ngo <than@redhat.com> 1.0.9rc2-4
|
||||||
|
- apply patch to fix artsd daemon crash #156592
|
||||||
|
|
||||||
* Tue May 3 2005 Martin Stransky <stransky@redhat.com> 1.0.9rc2-3
|
* Tue May 3 2005 Martin Stransky <stransky@redhat.com> 1.0.9rc2-3
|
||||||
- fixed ainit (#156278, #156505)
|
- fixed ainit (#156278, #156505)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user