Updated to 1.0.27

This commit is contained in:
Jaroslav Kysela 2013-04-12 11:11:41 +02:00
parent 42b017913d
commit e6f385e7b2
3 changed files with 14 additions and 8 deletions

View File

@ -4,8 +4,8 @@
Summary: The Advanced Linux Sound Architecture (ALSA) library
Name: alsa-lib
Version: 1.0.26
Release: 4%{?prever_dot}%{?dist}
Version: 1.0.27
Release: 2%{?prever_dot}%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.alsa-project.org/
@ -17,7 +17,6 @@ Source12: modprobe-dist-oss.conf
Patch0: alsa-lib-1.0.24-config.patch
Patch2: alsa-lib-1.0.14-glibc-open.patch
Patch4: alsa-lib-1.0.16-no-dox-date.patch
Patch5: alsa-lib-sys-types.patch
BuildRequires: doxygen
Requires(post): /sbin/ldconfig, coreutils
@ -48,7 +47,6 @@ against the ALSA libraries and interfaces.
%patch0 -p1 -b .config
%patch2 -p1 -b .glibc-open
%patch4 -p1 -b .no-dox-date
%patch5 -p1 -b .sys-types
%build
%configure --disable-aload --with-plugindir=%{_libdir}/alsa-lib --disable-alisp
@ -75,7 +73,9 @@ install -p -m 644 %{SOURCE10} %{buildroot}/etc
# Install the modprobe files for ALSA
mkdir -p -m 755 %{buildroot}/lib/modprobe.d/
install -p -m 644 %{SOURCE11} %{buildroot}/lib/modprobe.d/dist-alsa.conf
install -p -m 644 %{SOURCE12} %{buildroot}/lib/modprobe.d/dist-oss.conf
# bug#926973, place this file to the doc directory
mkdir -p -m 755 %{buildroot}%{_defaultdocdir}/%{name}-%{version}/
install -p -m 644 %{SOURCE12} %{buildroot}%{_defaultdocdir}/%{name}-%{version}/modprobe-dist-oss.conf
# Create UCM directory
mkdir -p %{buildroot}/%{_datadir}/alsa/ucm
@ -109,6 +109,11 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%{_datadir}/aclocal/alsa.m4
%changelog
* Thu Apr 11 2013 Jaroslav Kysela <perex@perex.cz> - 1.0.17-2
- Updated to 1.0.27
- move dist-oss.conf to doc as modprobe-dist-oss.conf
* Wed Apr 03 2013 Stephen Gallagher <sgallagh@redhat.com> - 1.0.26-4
- Add upstream patch to explicitly include sys/types.h

View File

@ -2,6 +2,7 @@
# This has been disabled in F11 onwards because it can interfere with the
# PulseAudio sound service (a legacy OSS application can prevent PulseAudio
# applications from playing sound by preventing PulseAudio from (re-)opening
# the sound device). To re-enable support, uncomment the following line:
# the sound device). To re-enable support, copy this file to
# the /etc/modprobe.d directory.
#
# install snd-pcm /sbin/modprobe --ignore-install snd-pcm && /sbin/modprobe snd-pcm-oss && /sbin/modprobe snd-seq-device && /sbin/modprobe snd-seq-oss
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && /sbin/modprobe snd-pcm-oss && /sbin/modprobe snd-seq-device && /sbin/modprobe snd-seq-oss

View File

@ -1 +1 @@
2dfa35d28471d721e592b616beedf965 alsa-lib-1.0.26.tar.bz2
f090c7dbd0fe57d786d82e411eac2d08 alsa-lib-1.0.27.tar.bz2