rpms/mesa/devel mesa.spec,1.196,1.197

Kristian Høgsberg krh at fedoraproject.org
Thu Oct 9 17:33:05 UTC 2008


Author: krh

Update of /cvs/pkgs/rpms/mesa/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10222

Modified Files:
	mesa.spec 
Log Message:
* Thu Oct  9 2008 Kristian Høgsberg <krh at redhat.com> - 7.2-0.6
- Fix black shadows in compiz (fix from Eric Anholt, bugs.fd.o #17233)



Index: mesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- mesa.spec	1 Oct 2008 06:16:32 -0000	1.196
+++ mesa.spec	9 Oct 2008 17:32:35 -0000	1.197
@@ -18,7 +18,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 7.2
-Release: 0.5%{?dist}
+Release: 0.6%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -35,6 +35,7 @@
 Patch0: mesa-7.1-osmesa-version.patch
 Patch2: mesa-7.1-nukeglthread-debug.patch
 Patch3: mesa-no-mach64.patch
+Patch4: depth-override-fix.patch
 
 Patch5: r300-bufmgr.patch
 
@@ -171,6 +172,7 @@
 %patch0 -p1 -b .osmesa
 %patch2 -p1 -b .intel-glthread
 %patch3 -p0 -b .no-mach64
+%patch4 -p1 -b .depth-override-fix
 %patch5 -p1 -b .r300-bufmgr
 %patch7 -p1 -b .dricore
 %patch9 -p1 -b .intel-vbl
@@ -420,6 +422,9 @@
 %{_libdir}/mesa-demos-data
 
 %changelog
+* Thu Oct  9 2008 Kristian Høgsberg <krh at redhat.com> - 7.2-0.6
+- Fix black shadows in compiz (fix from Eric Anholt, bugs.fd.o #17233)
+
 * Wed Oct 01 2008 Dave Airlie <airlied at redhat.com> 7.2-0.5
 - fix drm requires
 




More information about the scm-commits mailing list