[alsa-lib] updated to 1.0.27.1

perex perex at fedoraproject.org
Tue May 21 09:04:35 UTC 2013


commit c877091d30b57251f06f04bd0a13b990d9e7ca84
Author: Jaroslav Kysela <perex at perex.cz>
Date:   Tue May 21 11:03:10 2013 +0200

    updated to 1.0.27.1

 .gitignore                                     |    1 +
 0004-Use-__inline__-for-exported-headers.patch |  155 ------------------------
 alsa-lib.spec                                  |   14 +-
 sources                                        |    2 +-
 4 files changed, 9 insertions(+), 163 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6883975..5fa32ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ alsa-lib-1.0.22.tar.bz2
 /alsa-lib-1.0.25.tar.bz2
 /alsa-lib-1.0.26.tar.bz2
 /alsa-lib-1.0.27.tar.bz2
+/alsa-lib-1.0.27.1.tar.bz2
diff --git a/alsa-lib.spec b/alsa-lib.spec
index 54b8e90..4b386b6 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.27
-Release:  3%{?prever_dot}%{?dist}
+Version:  1.0.27.1
+Release:  1%{?prever_dot}%{?dist}
 License:  LGPLv2+
 Group:    System Environment/Libraries
 URL:      http://www.alsa-project.org/
@@ -18,9 +18,6 @@ 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
 
-## upstream patches
-Patch100: 0004-Use-__inline__-for-exported-headers.patch
-
 BuildRequires:  doxygen
 Requires(post): /sbin/ldconfig, coreutils
 
@@ -51,8 +48,6 @@ against the ALSA libraries and interfaces.
 %patch2 -p1 -b .glibc-open
 %patch4 -p1 -b .no-dox-date
 
-%patch100 -p1 -b .0004
-
 %build
 %configure --disable-aload --with-plugindir=%{_libdir}/alsa-lib --disable-alisp
 
@@ -84,6 +79,8 @@ install -p -m 644 %{SOURCE12} %{buildroot}%{_defaultdocdir}/%{name}-%{version}/m
 
 # Create UCM directory
 mkdir -p %{buildroot}/%{_datadir}/alsa/ucm
+# Remove all UCM files (should be selected by architecture)
+rm -rf %{buildroot}/%{_datadir}/alsa/ucm/*
 
 #Remove libtool archives.
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
@@ -114,6 +111,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %{_datadir}/aclocal/alsa.m4
 
 %changelog
+* Tue May 21 2013 Jaroslav Kysela <perex at perex.cz> - 1.0.27.1-1
+- Updated to 1.0.27.1
+
 * Tue May 07 2013 Rex Dieter <rdieter at fedoraproject.org> 1.0.27-3
 - pull in upstream fix for building in C90 mode
 
diff --git a/sources b/sources
index c8af2c5..3a55918 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f090c7dbd0fe57d786d82e411eac2d08  alsa-lib-1.0.27.tar.bz2
+17102aaab10e9d4b19f6b02937bab015  alsa-lib-1.0.27.1.tar.bz2


More information about the scm-commits mailing list