rpms/soundtracker/devel soundtracker.spec,1.12,1.13

Hans Ulrich Niedermann (ndim) fedora-extras-commits at redhat.com
Sat May 31 19:36:46 UTC 2008


Author: ndim

Update of /cvs/pkgs/rpms/soundtracker/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv934

Modified Files:
	soundtracker.spec 
Log Message:
* Sat May 31 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 0.6.8-4
- Disable ALSA support. Upstream requires alsa 0.4 or 0.5 API, F9 has 1.0



Index: soundtracker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/soundtracker/devel/soundtracker.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- soundtracker.spec	19 Feb 2008 23:33:33 -0000	1.12
+++ soundtracker.spec	31 May 2008 19:35:46 -0000	1.13
@@ -1,6 +1,6 @@
 Name:    soundtracker
 Version: 0.6.8
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 Summary: Sound module composer/player
 
@@ -29,8 +29,9 @@
 %patch -p1
 
 %build
-#We're at Gnome 2, no need for Gnome1 support.
-%configure --disable-gnome
+# We're at Gnome 2, no need for Gnome1 support.
+# System has alsa 1.0, which is API incompatible with alsa 0.4/0.5 code.
+%configure --disable-gnome --disable-alsa
 make %{?_smp_mflags}
 
 %install
@@ -55,6 +56,9 @@
 %{_datadir}/soundtracker/
 
 %changelog
+* Sat May 31 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 0.6.8-4
+- Disable ALSA support. Upstream requires alsa 0.4 or 0.5 API, F9 has 1.0
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.6.8-3
 - Autorebuild for GCC 4.3
 




More information about the scm-commits mailing list