From f9bf9db04a5c2f610c613744d1067a29ab63987e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 27 Aug 2009 13:49:30 -0700 Subject: [PATCH 1/4] 2.10.90-16 --- fedora/glibc.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index d85f2a333f..4622de2f41 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -21,7 +21,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 15 +Release: 16 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries. # Things that are linked directly into dynamically linked programs # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional @@ -1025,6 +1025,9 @@ rm -f *.filelist* %endif %changelog +* Thu Aug 27 2009 Roland McGrath - 2.10.90-16 +- Update from master. + * Mon Aug 24 2009 Andreas Schwab - 2.10.90-15 - Update from master. - fix fortify failure with longjmp from alternate stack (#512103). From eddcfbbd7cf1c7de9dbdec18f793d63f4121828c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 27 Aug 2009 13:55:09 -0700 Subject: [PATCH 2/4] 2.10.90-17 --- fedora/glibc.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 4622de2f41..57637d5229 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1025,9 +1025,12 @@ rm -f *.filelist* %endif %changelog -* Thu Aug 27 2009 Roland McGrath - 2.10.90-16 +* Thu Aug 27 2009 Roland McGrath - 2.10.90-17 - Update from master. +* Wed Aug 26 2009 Andreas Schwab - 2.10.90-16 + - handle AVX saving on x86-64 in interrupted symbol lookups (#519081). + * Mon Aug 24 2009 Andreas Schwab - 2.10.90-15 - Update from master. - fix fortify failure with longjmp from alternate stack (#512103). From 45f08acbda79845dc64ada5ec8daf47c8d63f038 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 27 Aug 2009 14:00:28 -0700 Subject: [PATCH 3/4] 2.10.90-17 really this time --- fedora/glibc.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 57637d5229..0a2b26bef1 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -21,7 +21,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 16 +Release: 17 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries. # Things that are linked directly into dynamically linked programs # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional From 26e1d33af0eaa41e1c968f46a891de5086c1d6d3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 27 Aug 2009 14:24:06 -0700 Subject: [PATCH 4/4] Dump config.log if configure fails. --- fedora/glibc.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 0a2b26bef1..eabd17783d 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -347,7 +347,9 @@ build_CFLAGS="$BuildFlags -g -O3 $*" %ifarch %{multiarcharches} --enable-multi-arch \ %endif - --disable-profile --enable-experimental-malloc --enable-nss-crypt + --disable-profile --enable-experimental-malloc --enable-nss-crypt || +{ cat config.log ; false } + make %{?_smp_mflags} -r CFLAGS="$build_CFLAGS" PARALLELMFLAGS=-s cd .. @@ -1029,6 +1031,7 @@ rm -f *.filelist* - Update from master. * Wed Aug 26 2009 Andreas Schwab - 2.10.90-16 +- Update from master. - handle AVX saving on x86-64 in interrupted symbol lookups (#519081). * Mon Aug 24 2009 Andreas Schwab - 2.10.90-15