packages: Mesa/Mesa.spec - rel 3 - strip archaic ABI tag from libGL (it is ...

baggins baggins at pld-linux.org
Thu Feb 9 00:29:05 CET 2012


Author: baggins                      Date: Wed Feb  8 23:29:05 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 3
- strip archaic ABI tag from libGL (it is safe, linux 2.4.20 is 10 years old)

---- Files affected:
packages/Mesa:
   Mesa.spec (1.297 -> 1.298) 

---- Diffs:

================================================================
Index: packages/Mesa/Mesa.spec
diff -u packages/Mesa/Mesa.spec:1.297 packages/Mesa/Mesa.spec:1.298
--- packages/Mesa/Mesa.spec:1.297	Tue Feb  7 17:56:40 2012
+++ packages/Mesa/Mesa.spec	Thu Feb  9 00:28:59 2012
@@ -32,7 +32,7 @@
 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
@@ -869,6 +869,10 @@
 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
 
@@ -1142,6 +1146,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.298  2012/02/08 23:28:59  baggins
+- rel 3
+- strip archaic ABI tag from libGL (it is safe, linux 2.4.20 is 10 years old)
+
 Revision 1.297  2012/02/07 16:56:40  baggins
 - rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/Mesa/Mesa.spec?r1=1.297&r2=1.298&f=u



More information about the pld-cvs-commit mailing list