summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-03-06 07:30:01 +0000
committerJakub Jelinek <jakub@redhat.com>2006-03-06 07:30:01 +0000
commitb3643a38588a0d7217ef933735b9cf142ccdbf2d (patch)
treedfd2d46a4adfdb376f8a8632289e117055f0e039 /fedora
parent51d2f6dd7f5c5a2838e864f7d5795f3110536b6d (diff)
Updated to fedora-glibc-20060306T0720
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk4
-rw-r--r--fedora/glibc.spec.in9
2 files changed, 10 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index 1de55dc861..e124e52298 100644
--- a/fedora/branch.mk
+++ b/fedora/branch.mk
@@ -3,5 +3,5 @@ glibc-branch := fedora
glibc-base := HEAD
DIST_BRANCH := devel
COLLECTION := dist-fc4
-fedora-sync-date := 2006-03-02 08:55 UTC
-fedora-sync-tag := fedora-glibc-20060302T0855
+fedora-sync-date := 2006-03-06 07:20 UTC
+fedora-sync-tag := fedora-glibc-20060306T0720
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 843833564f..b8aa4da33f 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 1
+%define glibcrelease 2
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define xenarches i686 athlon
@@ -1332,6 +1332,13 @@ rm -f *.filelist*
%endif
%changelog
+* Mon Mar 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-2
+- update from CVS
+ - fix sYSMALLOc for MALLOC_ALIGNMENT > 2 * SIZE_SZ (#183895)
+ - revert ppc32 malloc alignment patch, it breaks malloc_set_state
+ and needs some further thoughts and time (#183894)
+- provide accurate unwind info for lowlevellock.h stubs on x86_64
+
* Thu Mar 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-1
- update from CVS
- fixes for various arches