From f8d59ba69696a1732160ec6a6929be8a8dcb247d Mon Sep 17 00:00:00 2001 From: mharris Date: Wed, 5 Jul 2006 08:38:07 +0000 Subject: [PATCH] - Added mesa-6.5-fix-opt-flags-bug197640.patch as 2nd attempt to fix OPT_FLAGS for (#197640). - Ensure that redhat-mesa-driver-install creates $DRIMODULE_DESTDIR with mode 0755. --- mesa.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index 5cbbb4b..ccb5bb7 100644 --- a/mesa.spec +++ b/mesa.spec @@ -53,7 +53,7 @@ Summary: Mesa graphics libraries Name: mesa Version: 6.5 -Release: 12%{?dist} +Release: 13%{?dist} License: MIT/X11 Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -455,6 +455,12 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/glxinfo %changelog +* Wed Jul 05 2006 Mike A. Harris 6.5-13.fc6 +- Added mesa-6.5-fix-opt-flags-bug197640.patch as 2nd attempt to fix OPT_FLAGS + for (#197640). +- Ensure that redhat-mesa-driver-install creates $DRIMODULE_DESTDIR with + mode 0755. + * Wed Jul 05 2006 Mike A. Harris 6.5-12.fc6 - Maybe actually, you know, apply the mesa-6.5-glx-use-tls.patch as that might help to you know, actually solve the problem. Duh.