--- gcc3.4.spec.alt 2006-03-10 00:08:00 +0600 +++ gcc3.4.spec.alt 2006-03-10 15:50:44 +0600 @@ -2,7 +2,7 @@ Name: gcc%gcc_branch Version: 3.4.5 -Release: alt2 +Release: alt2.0.1 Summary: GNU Compiler Collection License: GPL @@ -99,6 +99,9 @@ Patch702: gcc34-alt-nowrap.patch Patch703: gcc34-alt-as-needed.patch +# Local patches +Patch800: gcc-34-alt-visibility_headers.patch + Provides: gcc = %version-%release, %_bindir/%_target_platform-gcc, %_bindir/gcc Obsoletes: egcs, gcc3.0, gcc3.1 Conflicts: glibc-devel < 2.2.6 @@ -111,6 +114,7 @@ BuildPreReq: rpm-build >= 4.0.4-alt39, %alternatives_deps, %binutils_deps BuildPreReq: coreutils, flex, zlib-devel, glibc-devel-static +BuildPreReq: make >= 3.81beta3 %{?_with_objc:%{?_enable_objc_gc:BuildPreReq: libgc-devel}} %{?_with_java:BuildPreReq: imake libXt-devel libart_lgpl-devel libgtk+2-devel libltdl-devel xorg-cf-files} %{?_with_ada:BuildPreReq: gcc%gcc_branch-gnat} @@ -736,6 +740,8 @@ %patch702 -p1 %patch703 -p1 +%patch800 -p1 + find -type f -name \*.orig -delete -print # Set proper version & contact info. @@ -1488,6 +1494,9 @@ %endif #with_pdf %changelog +* Fri Mar 10 2006 Alexey Morozov 3.4.5-alt2.0.1 +- NMU: Added alt-visibility_headers patch for proper support of -fvisibility + * Thu Mar 09 2006 Dmitry V. Levin 3.4.5-alt2 - Relocated ffitarget.h (#9213). --- /dev/null 2006-03-29 20:21:20 +0700 +++ 2006-03-10 13:02:14 +0600