summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-11-30 17:07:38 +0000
committerJakub Jelinek <jakub@redhat.com>2006-11-30 17:07:38 +0000
commit37582bc7433d788408ba94cee69659153b442a0b (patch)
treebd44117da24a4333249ba46eb935112df58924d7 /fedora
parentf12ca311c01cba335a9e4c866a0c966d2efd41a2 (diff)
Updated to fedora-glibc-20061130T1652cvs/fedora-glibc-2_5_90-9
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk6
-rw-r--r--fedora/glibc.spec.in11
2 files changed, 13 insertions, 4 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index f3e425aa79..543abeec18 100644
--- a/fedora/branch.mk
+++ b/fedora/branch.mk
@@ -2,6 +2,6 @@
glibc-branch := fedora
glibc-base := HEAD
DIST_BRANCH := devel
-COLLECTION := dist-fc4
-fedora-sync-date := 2006-11-28 10:37 UTC
-fedora-sync-tag := fedora-glibc-20061128T1037
+COLLECTION := dist-fc7
+fedora-sync-date := 2006-11-30 16:52 UTC
+fedora-sync-tag := fedora-glibc-20061130T1652
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 8ba2ea5911..bd15991389 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 8
+%define glibcrelease 9
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define xenarches i686 athlon
%ifarch %{xenarches}
@@ -1534,6 +1534,15 @@ rm -f *.filelist*
%endif
%changelog
+* Thu Nov 30 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-9
+- fix last svc_run change (#217850)
+- on ppc64 build __libc_start_main without unwind info,
+ as it breaks MD_FROB_UPDATE_CONTEXT (#217729, #217775; in the
+ future that could be fixable just by providing .cfi_undefined r2
+ in __libc_start_main instead)
+- add unwind info for x86-64 restore_rt signal return landing pad
+ (#217087)
+
* Tue Nov 28 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-8
- fix svc_run (#216834, BZ#3559)
- add -fasynchronous-unwind-tables to CFLAGS (#216518)