[alsa-lib] Updated to 1.0.27

perex perex at fedoraproject.org
Fri Apr 12 09:12:45 UTC 2013


commit e6f385e7b215ac50668e7505ad0d6ff8d715530f
Author: Jaroslav Kysela <perex at perex.cz>
Date:   Fri Apr 12 11:11:41 2013 +0200

    Updated to 1.0.27

 alsa-lib.spec          |   15 ++++++++++-----
 modprobe-dist-oss.conf |    5 +++--
 sources                |    2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/alsa-lib.spec b/alsa-lib.spec
index d1627f7..9ae22e2 100644
--- a/alsa-lib.spec
+++ b/alsa-lib.spec
@@ -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 at 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 at redhat.com> - 1.0.26-4
 - Add upstream patch to explicitly include sys/types.h
 
diff --git a/modprobe-dist-oss.conf b/modprobe-dist-oss.conf
index d432d7e..21f93cc 100644
--- a/modprobe-dist-oss.conf
+++ b/modprobe-dist-oss.conf
@@ -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
diff --git a/sources b/sources
index 1efdbd6..c8af2c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2dfa35d28471d721e592b616beedf965  alsa-lib-1.0.26.tar.bz2
+f090c7dbd0fe57d786d82e411eac2d08  alsa-lib-1.0.27.tar.bz2


More information about the scm-commits mailing list