summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@fedoraproject.org>2006-04-02 06:13:56 +0000
committerKristian Høgsberg <krh@fedoraproject.org>2006-04-02 06:13:56 +0000
commit7a4f9eb882ecccc49f2b50332cbe0083cf645b09 (patch)
treee7d576eafd5a09136b06d773b69d0750a30abeed
parent195ab5f4529a424e81074fb68e0b87731554859a (diff)
downloadmesa-7a4f9eb882ecccc49f2b50332cbe0083cf645b09.tar.gz
mesa-7a4f9eb882ecccc49f2b50332cbe0083cf645b09.tar.xz
mesa-7a4f9eb882ecccc49f2b50332cbe0083cf645b09.zip
- Widen libGLU glob.
- Reenable r300 driver install.
-rw-r--r--mesa.spec4
1 files changed, 3 insertions, 1 deletions
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 <krh@redhat.com> 6.4.2-7
- Set ARCH_FLAGS=-DGLX_USE_TLS to enable TLS for GL contexts.