]> git.pld-linux.org Git - packages/gcc4.git/commitdiff
- PR17384 fixed.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 14 Oct 2004 18:01:59 +0000 (18:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc4.spec -> 1.245

gcc4.spec

index dc3affa63ca103e2db096024f17e91d15aa61aee..c8d59435fa3c66d71d3db5514d0604f589905793 100644 (file)
--- a/gcc4.spec
+++ b/gcc4.spec
@@ -1,8 +1,8 @@
 #
 # TODO:
 #              - http://gcc.gnu.org/PR11203
-#              - http://gcc.gnu.org/PR17384
 #              - http://gcc.gnu.org/PR17567
+#
 # - after 3.4.3 release snaps should go to DEVEL branch
 #
 # Conditional build:
@@ -19,7 +19,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:       0.%{_snap}.1
+Release:       0.%{_snap}.2
 #Release:      1
 Epoch:         5
 License:       GPL
@@ -66,6 +66,7 @@ Patch8:               %{name}-ada-bootstrap.patch
 # How to Write Shared Libraries: http://people.redhat.com/drepper/dsohowto.pdf
 #
 Patch9:                %{name}-visibility.patch
+Patch10:       %{name}-pr17384.patch
 #
 URL:           http://gcc.gnu.org/
 BuildRequires: autoconf
@@ -663,6 +664,7 @@ Adzie.
 %patch8 -p2
 %endif
 %patch9 -p1
+%patch10 -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.05296 seconds and 4 git commands to generate.