summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@fedoraproject.org>2006-05-29 23:26:43 +0000
committerKristian Høgsberg <krh@fedoraproject.org>2006-05-29 23:26:43 +0000
commitfac815cba0807d3bd6b6c7dde3459705bd87e125 (patch)
treeca0731eb9d87a2c6faa832e0371e88e59ba02cba
parent4b6debff3173ebe7bb945c67935943484be80feb (diff)
downloadmesa-fac815cba0807d3bd6b6c7dde3459705bd87e125.tar.gz
mesa-fac815cba0807d3bd6b6c7dde3459705bd87e125.tar.xz
mesa-fac815cba0807d3bd6b6c7dde3459705bd87e125.zip
- 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.
-rw-r--r--mesa.spec9
1 files 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 <krh@redhat.com> - 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 <mharris@redhat.com> 6.5-6
- Add "BuildRequires: makedepend" for bug (#191967)