]> git.pld-linux.org Git - packages/gcc4.git/blobdiff - gcc4.spec
- libstdc++-devel R: glibc-devel
[packages/gcc4.git] / gcc4.spec
index dc2a62a7f29690021f8fed800b4cf710683d1d75..87d622f6e82687100c4a3ed13e3c80ab87db9e35 100644 (file)
--- a/gcc4.spec
+++ b/gcc4.spec
@@ -1,8 +1,8 @@
 #
 # TODO:
-#              - http://gcc.gnu.org/PR11203
-#              - http://gcc.gnu.org/PR14776
-#              - http://gcc.gnu.org/PR18648
+#              - http://gcc.gnu.org/PR11203 (inline-asm)
+#              - http://gcc.gnu.org/PR14776 (target / wrong SSE-code)
+#              - http://gcc.gnu.org/PR18378 (regression)
 #
 # Conditional build:
 %bcond_without ada             # build without ADA support
@@ -16,7 +16,7 @@ Summary(pl):  Kolekcja kompilator
 Summary(pt_BR):        Coleção dos compiladores GNU: o compilador C e arquivos compartilhados
 Name:          gcc
 Version:       3.4.3
-Release:       2
+Release:       3
 Epoch:         5
 License:       GPL
 Group:         Development/Languages
@@ -35,7 +35,7 @@ Patch4:               %{name}-ssp.patch
 Patch5:                %{name}-ada-link.patch
 Patch6:                %{name}-pr15666.patch
 Patch7:                %{name}-pr16276.patch
-Patch8:                %{name}-ada-bootstrap.patch
+Patch8:                %{name}-pr18185.patch
 #
 # -fvisibility={default|internal|hidden|protected}
 #
@@ -62,6 +62,7 @@ Patch8:               %{name}-ada-bootstrap.patch
 #
 Patch9:                %{name}-visibility.patch
 #
+Patch20:       %{name}-ada-bootstrap.patch
 URL:           http://gcc.gnu.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -109,12 +110,12 @@ parts of the GNU Compiler Collection. In order to use another GCC
 compiler you will need to install the appropriate subpackage.
 
 %description -l es
-Un compilador destinado a la integración de todas las optimalizaciones
-características necesarias para un entorno de desarrollo eficaz y
+Un compilador que intenta integrar todas las optimalizaciones y
+características necesarias para un entorno de desarrollo eficaz y
 estable.
 
 Este paquete contiene el compilador de C y unos ficheros compartidos
-por varias parted de la colección de compiladores GNU (GCC). Para usar
+por varias partes de la colección de compiladores GNU (GCC). Para usar
 otro compilador de GCC será necesario que instale el subpaquete
 adecuado.
 
@@ -489,6 +490,7 @@ Summary(tr):        C++ ile program geli
 Group:         Development/Libraries
 Requires:      %{name}-c++ = %{epoch}:%{version}-%{release}
 Requires:      libstdc++ = %{epoch}:%{version}-%{release}
+Requires:      glibc-devel
 Obsoletes:     libg++-devel
 Obsoletes:     libstdc++3-devel
 
@@ -648,12 +650,14 @@ Adzie.
 %patch5 -p1
 %patch6 -p0
 %patch7 -p0
+%patch8 -p1
+%patch9 -p1
+
 %ifarch alpha ia64
 # needed for bootstrap using gcc 3.3.x on alpha
 # and even using the same 3.4.x(!) (but not Debian's 3.3.x) on ia64
-%patch8 -p2
+%patch20 -p2
 %endif
-%patch9 -p1
 
 # because we distribute modified version of gcc...
 perl -pi -e 's/(version.*)";/$1 %{?with_ssp:SSP }(PLD Linux)";/' gcc/version.c
This page took 0.049022 seconds and 4 git commands to generate.