summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk4
-rw-r--r--fedora/glibc.spec.in11
2 files changed, 12 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index 040e9efd2d..01c3d482b7 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-11-03 16:10 UTC
-fedora-sync-tag := fedora-glibc-20061103T1610
+fedora-sync-date := 2006-11-09 19:49 UTC
+fedora-sync-tag := fedora-glibc-20061109T1949
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 4b1b31cb9e..b457584cc3 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 4
+%define glibcrelease 5
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define xenarches i686 athlon
%ifarch %{xenarches}
@@ -1529,6 +1529,15 @@ rm -f *.filelist*
%endif
%changelog
+* Thu Nov 9 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-5
+- fix sysconf (_SC_LEVEL{2,3}_CACHE_SIZE) on Intel Core Duo
+ CPUs
+- fix libthread_db.so on TLS_DTV_AT_TP architectures
+- fix --inhibit-rpath (#214569)
+- fix _r_debug content when prelinked ld.so executes
+ a program as its argument
+- powerpc-cpu add-on updates
+
* Fri Nov 3 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-4
- fix atexit backwards compatibility (#213388)
- add mai_IN locale (#213415)