rpms/SDL_mixer/F-8 SDL_mixer.spec,1.20,1.21

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Mon Nov 12 20:25:12 UTC 2007


Author: bpepple

Update of /cvs/pkgs/rpms/SDL_mixer/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16179

Modified Files:
	SDL_mixer.spec 
Log Message:
* Mon Nov 12 2007 Brian Pepple <bpepple at fedoraproject.org> - 1.2.8-5
- link against system libmikmod. (#355991)



Index: SDL_mixer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/SDL_mixer/F-8/SDL_mixer.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- SDL_mixer.spec	31 Oct 2007 00:57:07 -0000	1.20
+++ SDL_mixer.spec	12 Nov 2007 20:24:38 -0000	1.21
@@ -1,6 +1,6 @@
 Name:		SDL_mixer
 Version:	1.2.8
-Release: 	4%{?dist}
+Release: 	5%{?dist}
 Summary:	Simple DirectMedia Layer - Sample Mixer Library
 
 Group:		System Environment/Libraries
@@ -44,7 +44,9 @@
 
 
 %build
-%configure --disable-dependency-tracking --disable-static
+%configure --disable-dependency-tracking	\
+	   --disable-static 			\
+	   --enable-music-libmikmod
 make %{?_smp_mflags}
 
 
@@ -87,9 +89,12 @@
 
 
 %changelog
+* Mon Nov 12 2007 Brian Pepple <bpepple at fedoraproject.org> - 1.2.8-5
+- link against system libmikmod. (#355991)
+
 * Tue Oct 30 2007 Warren Togami <wtogami at redhat.com> - 1.2.8-4
 - SDL_AUDIODRIVER=esd temporary hack until SDL supports pulseaudio directly
-  avoids applications from locking up
+  avoids applications from locking up. (#358341)
 
 * Mon Oct 15 2007 Brian Pepple <bpepple at fedoraproject.org> - 1.2.8-3
 - Change requires to timidity++-patches. (#331431)




More information about the fedora-extras-commits mailing list