]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- rel 3 auto/th/Mesa-7_11_2-3
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 8 Feb 2012 23:28:59 +0000 (23:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- strip archaic ABI tag from libGL (it is safe, linux 2.4.20 is 10 years old)

Changed files:
    Mesa.spec -> 1.298

Mesa.spec

index 068dc95d7c8c9cec04a096d4de466adb0ff8a804..83539c73df4e068480b1dc62b01d9bab493de631 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -31,7 +31,7 @@ Summary:      Free OpenGL implementation
 Summary(pl.UTF-8):     Wolnodostępna implementacja standardu OpenGL
 Name:          Mesa
 Version:       7.11.2
-Release:       2
+Release:       3
 License:       MIT (core), SGI (GLU,libGLw) and others - see license.html file
 Group:         X11/Libraries
 Source0:       ftp://ftp.freedesktop.org/pub/mesa/%{version}/%{name}Lib-%{version}.tar.bz2
@@ -868,6 +868,10 @@ cp -p osmesa8/osmesa.pc $RPM_BUILD_ROOT%{_pkgconfigdir}
 mv $RPM_BUILD_ROOT%{_libdir}/xorg/modules/dri/swrastg_dri.so $RPM_BUILD_ROOT%{_libdir}/xorg/modules/dri/swrast_dri.so
 %endif
 
+# remove "OS ABI: Linux 2.4.20" tag, so private copies (nvidia or fglrx),
+# set up via /etc/ld.so.conf.d/*.conf will be preferred over this
+strip -R .note.ABI-tag $RPM_BUILD_ROOT%{_libdir}/libGL.so.*.*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.036094 seconds and 4 git commands to generate.