summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-09-25 15:44:20 +0000
committerJakub Jelinek <jakub@redhat.com>2006-09-25 15:44:20 +0000
commit5ed9cc7c21189bab600d08763133a2b8fe90896d (patch)
treef8965f20db2401865e69451279de722a186e01ee /fedora
parent0e4d91bd31869b6f67e9284e1de3d470e10a3156 (diff)
Updated to fedora-glibc-20060925T1535cvs/fedora-glibc-2_4_90-35
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk4
-rw-r--r--fedora/glibc.spec.in7
2 files changed, 8 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index 029201b763..1141ca3461 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-09-23 09:46 UTC
-fedora-sync-tag := fedora-glibc-20060923T0946
+fedora-sync-date := 2006-09-25 15:35 UTC
+fedora-sync-tag := fedora-glibc-20060925T1535
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index c8ea8090d3..970ba8c958 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 34
+%define glibcrelease 35
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define xenarches i686 athlon
%ifarch %{xenarches}
@@ -1528,6 +1528,11 @@ rm -f *.filelist*
%endif
%changelog
+* Mon Sep 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-35
+- fix glob with large number of matches (BZ#3253)
+- fix fchownat on kernels that don't support that syscall (BZ#3252)
+- fix lrintl on s390{,64}
+
* Sat Sep 23 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-34
- fix ppc{32,64} longjmp (BZ#3225)
- fix user visible spelling errors (BZ#3137)