rpms/alsa-lib/F-7 alsa-lib-1.0.14-lfloat.patch, NONE, 1.1 alsa-lib.spec, 1.56, 1.57

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Wed Sep 19 09:36:14 UTC 2007


Author: stransky

Update of /cvs/pkgs/rpms/alsa-lib/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5213

Modified Files:
	alsa-lib.spec 
Added Files:
	alsa-lib-1.0.14-lfloat.patch 
Log Message:
* Wed Sep 19 2007 Martin Stransky <stransky at redhat.com> 1.0.14-4
- added fix for #294841 - alsa-lib has a configure bug which 
  causes it not to build the lfloat plugin



alsa-lib-1.0.14-lfloat.patch:

--- NEW FILE alsa-lib-1.0.14-lfloat.patch ---

--- a/configure.in	Mon Jun 11 10:52:17 2007 +0200
+++ b/configure.in	Thu Jun 28 13:26:25 2007 +0200
@@ -414,7 +414,7 @@ if test "$HAVE_LIBPTHREAD" != "yes"; the
   build_pcm_share="no"
 fi
 
-if test "$softfloat" != "yes"; then
+if test "$softfloat" = "yes"; then
   build_pcm_lfloat="no"
 fi
 






Index: alsa-lib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-lib/F-7/alsa-lib.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- alsa-lib.spec	16 Aug 2007 14:36:23 -0000	1.56
+++ alsa-lib.spec	19 Sep 2007 09:35:41 -0000	1.57
@@ -4,12 +4,13 @@
 Summary: The Advanced Linux Sound Architecture (ALSA) library.
 Name:    alsa-lib
 Version: %{version_main}
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: LGPL
 Group:   System Environment/Libraries
 Source:  ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version_main}%{?prever}%{?postver}.tar.bz2
 Patch0:   alsa-lib-1.0.14rc1-config.patch
 Patch2:   alsa-lib-1.0.14-glibc-open.patch
+Patch3:   alsa-lib-1.0.14-lfloat.patch
 URL:     http://www.alsa-project.org/
 BuildRoot: %{_tmppath}/%{name}-%{version_main}-root
 BuildRequires: doxygen
@@ -39,6 +40,7 @@
 %setup -q -n %{name}-%{version_main}%{?prever}%{?postver}
 %patch0 -p1 -b .config
 %patch2 -p1 -b .glibc-open
+%patch3 -p1 -b .lfloat
 
 %build
 %configure \
@@ -93,6 +95,10 @@
 %{_datadir}/aclocal/alsa.m4
 
 %changelog
+* Wed Sep 19 2007 Martin Stransky <stransky at redhat.com> 1.0.14-4
+- added fix for #294841 - alsa-lib has a configure bug which 
+  causes it not to build the lfloat plugin
+
 * Thu Aug 16 2007 Martin Stransky <stransky at redhat.com> 1.0.14-3
 - updated to 1.0.14a
 




More information about the fedora-extras-commits mailing list