diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-09-29 20:49:06 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-09-29 20:49:06 +0000 |
commit | af47bc499af76c844b28d9ca912ed81f2a353708 (patch) | |
tree | 31ca20685bb989c345173126f498d79faa82a8d9 /fedora | |
parent | 5ed9cc7c21189bab600d08763133a2b8fe90896d (diff) |
Updated to fedora-glibc-20060929T2037cvs/fedora-glibc-2_5-1
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/branch.mk | 4 | ||||
-rw-r--r-- | fedora/glibc.spec.in | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk index 1141ca3461..67c94d1537 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-25 15:35 UTC -fedora-sync-tag := fedora-glibc-20060925T1535 +fedora-sync-date := 2006-09-29 20:37 UTC +fedora-sync-tag := fedora-glibc-20060929T2037 diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 970ba8c958..b7ef376ca2 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 35 +%define glibcrelease 1 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define xenarches i686 athlon %ifarch %{xenarches} @@ -1528,6 +1528,12 @@ rm -f *.filelist* %endif %changelog +* Fri Sep 29 2006 Jakub Jelinek <jakub@redhat.com> 2.5-1 +- glibc 2.5 release + +* Wed Sep 27 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-36 +- rebuilt with gcc-4.1.1-26 to fix unwind info + * 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) |