rpms/SDL_mixer/devel SDL_mixer.spec,1.20,1.21

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


Author: bpepple

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

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/devel/SDL_mixer.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- SDL_mixer.spec	31 Oct 2007 14:39:10 -0000	1.20
+++ SDL_mixer.spec	12 Nov 2007 19:26:46 -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,6 +89,9 @@
 
 
 %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. (#358341)




More information about the fedora-extras-commits mailing list