diff --git a/alsa-lib.spec b/alsa-lib.spec index a5b254c..23d5a3d 100644 --- a/alsa-lib.spec +++ b/alsa-lib.spec @@ -5,7 +5,7 @@ Summary: The Advanced Linux Sound Architecture (ALSA) library Name: alsa-lib Version: 1.0.25 -Release: 1%{?prever_dot}%{?dist} +Release: 2%{?prever_dot}%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}%{?postver}.tar.bz2 @@ -93,6 +93,9 @@ rm -rf %{buildroot} %{_datadir}/aclocal/alsa.m4 %changelog +* Wed Fed 1 2012 Jaroslav Kysela - 1.0.25-2 +- Remove the pulse audio configuration from /etc/asound.conf + * Sat Jan 28 2012 Jaroslav Kysela - 1.0.25-1 - Updated to 1.0.25 final diff --git a/asound.conf b/asound.conf index 9b1d6ea..da7ab7c 100644 --- a/asound.conf +++ b/asound.conf @@ -1,13 +1,3 @@ # # Place your global alsa-lib configuration here... # - -@hooks [ - { - func load - files [ - "/etc/alsa/pulse-default.conf" - ] - errors false - } -]