rpms/mesa/devel mesa.spec,1.120,1.121

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Dec 4 17:11:23 UTC 2006


Author: ajackson

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

Modified Files:
	mesa.spec 
Log Message:
* Mon Dec 4 2006 Adam Jackson <ajax at redhat.com> 6.5.2-2.fc6
- Fix OSMesa file listing to use %version for DSO number.  Note that this
  will still break on Mesa 7; oh well.
- Deleted file: directfbgl.h



Index: mesa.spec
===================================================================
RCS file: /cvs/dist/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- mesa.spec	3 Dec 2006 23:11:22 -0000	1.120
+++ mesa.spec	4 Dec 2006 17:11:21 -0000	1.121
@@ -47,7 +47,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 6.5.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT/X11
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -350,7 +350,6 @@
 %files libGL-devel
 %defattr(-,root,root,-)
 %{_includedir}/GL/amesa.h
-%{_includedir}/GL/directfbgl.h
 %{_includedir}/GL/dmesa.h
 %{_includedir}/GL/fxmesa.h
 %{_includedir}/GL/ggimesa.h
@@ -389,11 +388,11 @@
 %files libOSMesa
 %defattr(-,root,root,-)
 %{_libdir}/libOSMesa.so.6
-%{_libdir}/libOSMesa.so.6.5.1
+%{_libdir}/libOSMesa.so.%{version}
 %{_libdir}/libOSMesa16.so.6
-%{_libdir}/libOSMesa16.so.6.5.1
+%{_libdir}/libOSMesa16.so.%{version}
 %{_libdir}/libOSMesa32.so.6
-%{_libdir}/libOSMesa32.so.6.5.1
+%{_libdir}/libOSMesa32.so.%{version}
 
 %files libOSMesa-devel
 %defattr(-,root,root,-)
@@ -411,6 +410,11 @@
 %{_bindir}/glxinfo
 
 %changelog
+* Mon Dec 4 2006 Adam Jackson <ajax at redhat.com> 6.5.2-2.fc6
+- Fix OSMesa file listing to use %%version for DSO number.  Note that this
+  will still break on Mesa 7; oh well.
+- Deleted file: directfbgl.h
+
 * Sun Dec  3 2006 Kristian Høgsberg <krh at redhat.com> 6.5.2-1.fc6
 - Update to 6.5.2.
 




More information about the fedora-cvs-commits mailing list