summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-12-20 10:50:52 +0000
committerJakub Jelinek <jakub@redhat.com>2005-12-20 10:50:52 +0000
commit7d0bcd10a7e3455697985522580267c8470cfcb9 (patch)
treee297bb71c9979eda34a12ca4f3ff1acf5194d886 /fedora
parent2c6cfe6853a30deb4af842aacc924fa298d0521a (diff)
Updated to fedora-glibc-20051220T1028
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk4
-rw-r--r--fedora/glibc.spec.in12
2 files changed, 13 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index 991d75fc73..a8ee5fb21f 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 := 2005-12-19 10:03 UTC
-fedora-sync-tag := fedora-glibc-20051219T1003
+fedora-sync-date := 2005-12-20 10:28 UTC
+fedora-sync-tag := fedora-glibc-20051220T1028
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 6ea4c95d97..212376079e 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 19
+%define glibcrelease 20
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define xenarches i686 athlon
@@ -432,6 +432,7 @@ exit 0
EOF
chmod +x find_provides.sh
touch `find . -name configure`
+touch locale/programs/*-kw.h
%build
GCC=gcc
@@ -1073,6 +1074,12 @@ rm -f *.filelist*
%endif
%changelog
+* Tue Dec 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-20
+- update from CVS
+ - time ((void *) 1) should segfault, not return -EFAULT (#174856, BZ#1952)
+ - fix errlist generation
+- update ulps for GCC 4.1
+
* Mon Dec 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-19
- update from CVS
- sysdeps/generic reorg
@@ -1080,6 +1087,9 @@ rm -f *.filelist*
- rebuilt with GCC 4.1-RH prerelease, worked around broken _Pragma ()
handling in it
- remove glibc-profile subpackage
+- use non-PLT calls for malloc/free/realloc/memalign invocations in
+ mtrace and mcheck hooks (#175261)
+- setjmp/longjmp jump pointer mangling on ppc{,64}/ia64/s390{,x}
* Sat Nov 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-18
- update from CVS