summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@fedoraproject.org>2006-04-03 19:34:38 +0000
committerKristian Høgsberg <krh@fedoraproject.org>2006-04-03 19:34:38 +0000
commit84f354aee6e1545a5edcbbfc5cdc3df07ac23744 (patch)
tree8d5905cdf224c143ab77edb0250d4e2d1daa3231
parent7a4f9eb882ecccc49f2b50332cbe0083cf645b09 (diff)
downloadmesa-84f354aee6e1545a5edcbbfc5cdc3df07ac23744.tar.gz
mesa-84f354aee6e1545a5edcbbfc5cdc3df07ac23744.tar.xz
mesa-84f354aee6e1545a5edcbbfc5cdc3df07ac23744.zip
Widen libOSMesa glob.
-rw-r--r--mesa.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesa.spec b/mesa.spec
index 6a45984..3d148eb 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -365,8 +365,7 @@ rm -rf $RPM_BUILD_ROOT
# NOTE: This is the software rasterizer only. Why it is 1.5.* is not clear
# to me currently, but it is a change from Xorg 6.8.2's Mesa.
#%{_libdir}/libGL.so.1.5.060400
-%{_libdir}/libOSMesa.so.6
-%{_libdir}/libOSMesa.so.6.4.0604*
+%{_libdir}/libOSMesa.so.6*
%endif
%files libGL-devel
@@ -444,6 +443,7 @@ rm -rf $RPM_BUILD_ROOT
- Update mesa-modular-dri-dir.patch to apply.
- Widen libGLU glob.
- Reenable r300 driver install.
+- Widen libOSMesa glob.
* 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.