From 4b30464798106067d391155f94ffe40648f6ddcd Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 9 Apr 2008 14:16:57 +0000 Subject: [PATCH] - mesa-7.1-visual-crash.patch: Fix a segfault if DRI unavailable. - mesa-7.1-fbconfig-fix.patch: Fix fbconfig comparisons. --- mesa.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index 96351b9..3858b87 100644 --- a/mesa.spec +++ b/mesa.spec @@ -15,7 +15,7 @@ Summary: Mesa graphics libraries Name: mesa Version: 7.1 -Release: 0.21%{?dist} +Release: 0.22%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -33,6 +33,9 @@ Patch2: mesa-7.1pre-nukeglthread-debug.patch # This doesn't work, disable for now. Patch3: disable-tex-offset.patch +Patch4: mesa-7.1-visual-crash.patch +Patch5: mesa-7.1-fbconfig-fix.patch + BuildRequires: pkgconfig autoconf automake %if %{with_dri} BuildRequires: libdrm-devel >= 2.4.0-0.5 @@ -155,6 +158,8 @@ This package provides some demo applications for testing Mesa. %patch0 -p1 -b .osmesa %patch2 -p1 -b .intel-glthread %patch3 -p1 -b .disable-tex-offset +%patch4 -p1 -b .visual-crash +%patch5 -p1 -b .fbconfig # WARNING: The following files are copyright "Mark J. Kilgard" under the GLUT # license and are not open source/free software, so we remove them. @@ -397,6 +402,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/mesa-demos-data %changelog +* Wed Apr 09 2008 Adam Jackson 7.1-0.22 +- mesa-7.1-visual-crash.patch: Fix a segfault if DRI unavailable. +- mesa-7.1-fbconfig-fix.patch: Fix fbconfig comparisons. + * Mon Mar 31 2008 Kristian Høgsberg - 7.1-0.21 - Update git snapshot to pull in DRI2 direct rendering. - Add conflicts for xservers that don't understand the new DRI driver