- 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.
This commit is contained in:
Kristian Høgsberg 2006-05-29 23:26:43 +00:00
parent 4b6debff31
commit fac815cba0

View File

@ -53,7 +53,7 @@
Summary: Mesa graphics libraries Summary: Mesa graphics libraries
Name: mesa Name: mesa
Version: 6.5 Version: 6.5
Release: 6 Release: 7
License: MIT/X11 License: MIT/X11
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.mesa3d.org URL: http://www.mesa3d.org
@ -248,7 +248,7 @@ install -m 755 %{SOURCE12} ./
# According to Adam, this patch makes metacity's compositing # According to Adam, this patch makes metacity's compositing
# manager noticeably faster, but also may be a little too big of # manager noticeably faster, but also may be a little too big of
# a change for post feature freeze. Leaving off for now... # 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 %patch201 -p1 -b .radeon-use-right-format
# WARNING: The following files are copyright "Mark J. Kilgard" under the GLUT # WARNING: The following files are copyright "Mark J. Kilgard" under the GLUT
@ -435,6 +435,11 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/glxinfo %{_bindir}/glxinfo
%changelog %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 * Wed May 17 2006 Mike A. Harris <mharris@redhat.com> 6.5-6
- Add "BuildRequires: makedepend" for bug (#191967) - Add "BuildRequires: makedepend" for bug (#191967)