rpms/mesa/devel mesa.spec,1.80,1.81

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jul 27 22:43:17 UTC 2006


Author: mharris

Update of /cvs/dist/rpms/mesa/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24204

Modified Files:
	mesa.spec 
Log Message:
* Thu Jul 27 2006 Mike A. Harris <mharris at redhat.com> 6.5-20.fc6
- Conditionalized libGLw inclusion with new with_libGLw macro defaulting
  to 1 (enabled) for now, however since nothing in Fedora Core uses libGLw
  anymore, we will be transitioning libGLw to an external package maintained
  in Fedora Extras soon.



Index: mesa.spec
===================================================================
RCS file: /cvs/dist/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- mesa.spec	26 Jul 2006 23:16:18 -0000	1.80
+++ mesa.spec	27 Jul 2006 22:43:14 -0000	1.81
@@ -49,8 +49,16 @@
 %define with_OSMesa	0
 %endif
 
+# NOTE: Allow libGLw to be disabled since nothing in Fedora Core uses it
+# anymore, and we're planning on having it moved into Fedora Extras soon.
+%define with_libGLw	1
+
+%if %{with_libGLw}
 # NOTE: This option enables motif support in libGLw for bug #175251
 %define with_motif	1
+%else
+%define with_motif	0
+%endif
 
 #-- END DRI Build Configuration ------------------------------------------
 
@@ -512,11 +520,17 @@
 %{_bindir}/glxinfo
 
 %changelog
-* Wed Jul 26 2006 Kristian Høgsberg <krh at redhat.com> - 6.5-19.fc5.aiglx
+* Thu Jul 27 2006 Mike A. Harris <mharris at redhat.com> 6.5-20.fc6
+- Conditionalized libGLw inclusion with new with_libGLw macro defaulting
+  to 1 (enabled) for now, however since nothing in Fedora Core uses libGLw
+  anymore, we will be transitioning libGLw to an external package maintained
+  in Fedora Extras soon.
+
+* Wed Jul 26 2006 Kristian Høgsberg <krh at redhat.com> 6.5-19.fc5.aiglx
 - Build for fc5 aiglx repo.
 
 * Tue Jul 25 2006 Adam Jackson <ajackson at redhat.com> 6.5-19.fc6
-- Disable TLS dispatch, it's selinux-hostile.
+- Disable TLS dispatch, it is selinux-hostile.
 
 * Tue Jul 25 2006 Adam Jackson <ajackson at redhat.com> 6.5-18.fc6
 - mesa-6.5-fix-glxinfo-link.patch: lib64 fix.




More information about the fedora-cvs-commits mailing list