From fac815cba0807d3bd6b6c7dde3459705bd87e125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 29 May 2006 23:26:43 +0000 Subject: [PATCH] - Update mesa-6.5-texture-from-pixmap-fixes.patch to include new tokens and change tfp functions to return void. Yes, a new mesa snapshot would be nice. --- mesa.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/mesa.spec b/mesa.spec index 7f1dbc9..a3db15e 100644 --- a/mesa.spec +++ b/mesa.spec @@ -53,7 +53,7 @@ Summary: Mesa graphics libraries Name: mesa Version: 6.5 -Release: 6 +Release: 7 License: MIT/X11 Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -248,7 +248,7 @@ install -m 755 %{SOURCE12} ./ # According to Adam, this patch makes metacity's compositing # manager noticeably faster, but also may be a little too big of # a change for post feature freeze. Leaving off for now... -%patch200 -p0 -b texture-from-pixmap-fixes +%patch200 -p0 -b .texture-from-pixmap-fixes %patch201 -p1 -b .radeon-use-right-format # WARNING: The following files are copyright "Mark J. Kilgard" under the GLUT @@ -435,6 +435,11 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/glxinfo %changelog +* Mon May 29 2006 Kristian Høgsberg - 6.5-6 +- Update mesa-6.5-texture-from-pixmap-fixes.patch to include new + tokens and change tfp functions to return void. Yes, a new mesa + snapshot would be nice. + * Wed May 17 2006 Mike A. Harris 6.5-6 - Add "BuildRequires: makedepend" for bug (#191967)