summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@fedoraproject.org>2006-10-16 21:17:41 +0000
committerKristian Høgsberg <krh@fedoraproject.org>2006-10-16 21:17:41 +0000
commitc36819d353030b4cc4f0d7e489ee050f111328e5 (patch)
treef07a2d82258d8c426f316be8b7fdf09f6c7fcdee
parent5320c2a01685f907d58a99b50daf256a53dc2081 (diff)
downloadmesa-c36819d353030b4cc4f0d7e489ee050f111328e5.tar.gz
mesa-c36819d353030b4cc4f0d7e489ee050f111328e5.tar.xz
mesa-c36819d353030b4cc4f0d7e489ee050f111328e5.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.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/mesa.spec b/mesa.spec
index 165a53f..0a890fa 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -47,7 +47,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 6.5.1
-Release: 7%{?dist}
+Release: 8%{?dist}
License: MIT/X11
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@@ -67,6 +67,7 @@ Patch18: mesa-6.5.1-selinux-awareness.patch
# General patches from upstream go here:
Patch50: post-6.5.1-i965-fixes.patch
+Patch51: i965-interleaved-arrays-fix.patch
BuildRequires: pkgconfig
%if %{with_dri}
@@ -246,6 +247,7 @@ install -m 755 %{SOURCE12} ./
%patch4 -p0 -b .dont-libglut-me-harder-ok-thx-bye
%patch18 -p1 -b .selinux-awareness
%patch50 -p1 -b .post-6.5.1-i965-fixes
+%patch51 -p1 -b .i965-interleaved-arrays-fix
# WARNING: The following files are copyright "Mark J. Kilgard" under the GLUT
# license and are not open source/free software, so we remove them.
@@ -415,6 +417,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/glxinfo
%changelog
+* Mon Oct 16 2006 Kristian <krh@redhat.com> - 6.5.1-8.fc6
+- Add i965-interleaved-arrays-fix.patch to fix (#209318).
+
* Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
- Update to gl-manpages-1.0.1.tar.bz2 which doesn't use symlinks. (#184547)