]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.3.5-7 cvs/fedora-glibc-2_3_5-7
authorJakub Jelinek <jakub@redhat.com>
Fri, 20 May 2005 10:05:38 +0000 (10:05 +0000)
committerJakub Jelinek <jakub@redhat.com>
Fri, 20 May 2005 10:05:38 +0000 (10:05 +0000)
fedora/glibc.spec.in

index d051124e403cc68ed99f7b855a9da40dcfda6684..d5ba493fe37b1bdf99ae83bbc3b1aaa5d322991d 100644 (file)
@@ -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