SPECS: gcc.spec - turn off unnecessary warnings about anonymous na...

pluto pluto at pld-linux.org
Sat May 5 16:27:36 CEST 2007


Author: pluto                        Date: Sat May  5 14:27:36 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- turn off unnecessary warnings about anonymous namespaces.

---- Files affected:
SPECS:
   gcc.spec (1.481 -> 1.482) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.481 SPECS/gcc.spec:1.482
--- SPECS/gcc.spec:1.481	Wed May  2 21:27:33 2007
+++ SPECS/gcc.spec	Sat May  5 16:27:30 2007
@@ -55,7 +55,7 @@
 %define		_minor_ver	0
 Version:	%{_major_ver}.%{_minor_ver}
 %define		_snap	20070501
-Release:	0.%{_snap}.1
+Release:	0.%{_snap}.2
 #define		_bdiff	20070429
 #Release:	0.%{_bdiff}.1
 #Release:	2
@@ -83,6 +83,7 @@
 Patch13:	%{name}-force_jar_wrapper.patch
 Patch14:	%{name}-pr29512.patch
 Patch15:	%{name}-hash-style-gnu.patch
+Patch16:	%{name}-unnecessary_anonymous_warning.patch
 URL:		http://gcc.gnu.org/
 BuildRequires:	autoconf
 %{?with_tests:BuildRequires:	autogen}
@@ -828,6 +829,7 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 
 # because we distribute modified version of gcc...
 sed -i 's:#define VERSUFFIX.*:#define VERSUFFIX " (PLD-Linux)":' gcc/version.c
@@ -1532,6 +1534,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.482  2007/05/05 14:27:30  pluto
+- turn off unnecessary warnings about anonymous namespaces.
+
 Revision 1.481  2007/05/02 19:27:33  pluto
 - 4.2.0-RC3.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.481&r2=1.482&f=u



More information about the pld-cvs-commit mailing list