From 7a4f9eb882ecccc49f2b50332cbe0083cf645b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Sun, 2 Apr 2006 06:13:56 +0000 Subject: [PATCH] - Widen libGLU glob. - Reenable r300 driver install. --- mesa.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index f507eab..6a45984 100644 --- a/mesa.spec +++ b/mesa.spec @@ -402,7 +402,7 @@ rm -rf $RPM_BUILD_ROOT %files libGLU %defattr(-,root,root,-) %{_libdir}/libGLU.so.1 -%{_libdir}/libGLU.so.1.3.0604* +%{_libdir}/libGLU.so.1.3.* %files libGLU-devel %defattr(-,root,root,-) @@ -442,6 +442,8 @@ rm -rf $RPM_BUILD_ROOT - Drop mesa-6.4.1-texture-from-drawable.patch and add mesa-6.5-texture-from-pixmap-fixes.patch. - Update mesa-modular-dri-dir.patch to apply. +- Widen libGLU glob. +- Reenable r300 driver install. * Fri Mar 24 2006 Kristian Høgsberg 6.4.2-7 - Set ARCH_FLAGS=-DGLX_USE_TLS to enable TLS for GL contexts.