diff options
-rw-r--r-- | fedora/glibc.spec.in | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index d051124e40..d5ba493fe3 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 <jakub@redhat.com> 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 <jakub@redhat.com> 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 <jakub@redhat.com> 2.3.5-5 - update from CVS |