From: Jakub Jelinek Date: Fri, 20 May 2005 10:05:38 +0000 (+0000) Subject: 2.3.5-7 X-Git-Tag: cvs/fedora-glibc-2_3_5-7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbeae26ce77eb559b3a90ec31886dac15d2f9071;p=thirdparty%2Fglibc.git 2.3.5-7 --- diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index d051124e403..d5ba493fe37 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 6 +%define glibcrelease 7 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 sparc64 ppc ppc64 @@ -494,10 +494,10 @@ rm -rf build-%{_target_cpu}-linux mkdir build-%{_target_cpu}-linux ; cd build-%{_target_cpu}-linux GCC=gcc %ifarch %{ix86} -BuildFlags="-march=%{_target_cpu} -fasynchronous-unwind-tables" +BuildFlags="-march=%{_target_cpu}" %endif %ifarch i686 -BuildFlags="-march=i686 -mtune=pentium4 -fasynchronous-unwind-tables" +BuildFlags="-march=i686 -mtune=pentium4" %endif %ifarch alphaev6 BuildFlags="-mcpu=ev6" @@ -1339,11 +1339,17 @@ rm -f *.filelist* %endif %changelog +* Fri May 20 2005 Jakub Jelinek 2.3.5-7 +- update from CVS + - make regexec thread safe (BZ#934) +- fix statically linked programs on i?86, x86_64, s390* and + sparc* (#158027) +- fix IBM939 iconv module (BZ#955) + * Wed May 4 2005 Jakub Jelinek 2.3.5-6 - update from CVS - fix cancellation on i?86 - add call frame information to i?86 assembly - - build i?86 glibc with -fasynchronous-unwind-tables * Tue May 3 2005 Jakub Jelinek 2.3.5-5 - update from CVS