packages: gcc/gcc.spec, gcc/gcc-symvers.patch (REMOVED)=?UTF-8?Q?=20?=- symvers.patch not...

pluto pluto at pld-linux.org
Wed Jun 20 16:39:31 CEST 2012


Author: pluto                        Date: Wed Jun 20 14:39:31 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- symvers.patch not needed any more (http://gcc.gnu.org/PR52700 fixed).
- adjust --enable-symvers configure switch.

---- Files affected:
packages/gcc:
   gcc.spec (1.698 -> 1.699) , gcc-symvers.patch (1.3 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/gcc/gcc.spec
diff -u packages/gcc/gcc.spec:1.698 packages/gcc/gcc.spec:1.699
--- packages/gcc/gcc.spec:1.698	Mon Jun 18 12:51:43 2012
+++ packages/gcc/gcc.spec	Wed Jun 20 16:39:26 2012
@@ -106,7 +106,6 @@
 Patch6:		%{name}-ppc64-m32-m64-multilib-only.patch
 Patch7:		%{name}-libjava-multilib.patch
 Patch8:		%{name}-enable-java-awt-qt.patch
-Patch9:		%{name}-symvers.patch
 Patch10:	%{name}-moresparcs.patch
 Patch13:	issue4664051.patch
 URL:		http://gcc.gnu.org/
@@ -1486,9 +1485,6 @@
 %if %{with qt}
 %patch8 -p1
 %endif
-%if %{with symvers}
-%patch9 -p0
-%endif
 # update if you need it
 #%patch10 -p1
 
@@ -1583,7 +1579,7 @@
 	--enable-libstdcxx-allocator=new \
 	--enable-libstdcxx-threads \
 	--enable-libstdcxx-time=rt \
-	%{!?with_symvers:--enable-symvers=gnu} \
+	--enable-symvers=gnu%{?with_symvers:-versioned-namespace} \
 %endif
 %if %{with java}
 	--enable-static-libjava=yes \
@@ -2690,6 +2686,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.699  2012/06/20 14:39:26  pluto
+- symvers.patch not needed any more (http://gcc.gnu.org/PR52700 fixed).
+- adjust --enable-symvers configure switch.
+
 Revision 1.698  2012/06/18 10:51:43  baggins
 - rel 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/gcc/gcc.spec?r1=1.698&r2=1.699



More information about the pld-cvs-commit mailing list