From c36819d353030b4cc4f0d7e489ee050f111328e5 Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Oct 16 2006 21:17:41 +0000 Subject: - 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. --- 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 - 6.5.1-8.fc6 +- Add i965-interleaved-arrays-fix.patch to fix (#209318). + * Sat Sep 30 2006 Soren Sandmann - 6.5.1-7.fc6 - Update to gl-manpages-1.0.1.tar.bz2 which doesn't use symlinks. (#184547)