diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-01-11 07:45:15 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2008-01-11 07:45:15 +0000 |
commit | 07b7d301cc62d3f4ff1bbaf668ddc2510f7a55d8 (patch) | |
tree | b7a82272de69e03b1850cb2cf93e25f258769fa2 /fedora | |
parent | 1e44f485d223b0f2f7b194935a0109cb7b713cc3 (diff) | |
download | glibc-07b7d301cc62d3f4ff1bbaf668ddc2510f7a55d8.tar glibc-07b7d301cc62d3f4ff1bbaf668ddc2510f7a55d8.tar.gz glibc-07b7d301cc62d3f4ff1bbaf668ddc2510f7a55d8.tar.bz2 glibc-07b7d301cc62d3f4ff1bbaf668ddc2510f7a55d8.zip |
Updated to fedora-glibc-20080111T0737
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/branch.mk | 4 | ||||
-rw-r--r-- | fedora/glibc.spec.in | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk index 4351f00d72..06c6d25486 100644 --- a/fedora/branch.mk +++ b/fedora/branch.mk @@ -3,5 +3,5 @@ glibc-branch := fedora glibc-base := HEAD DIST_BRANCH := devel COLLECTION := dist-f8 -fedora-sync-date := 2008-01-03 19:58 UTC -fedora-sync-tag := fedora-glibc-20080103T1958 +fedora-sync-date := 2008-01-11 07:37 UTC +fedora-sync-tag := fedora-glibc-20080111T0737 diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 35677316d7..836e6edea2 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 3 +%define glibcrelease 4 %define run_glibc_tests 1 %define auxarches i586 i686 athlon sparcv9v sparc64v alphaev6 %define xenarches i686 athlon @@ -1011,6 +1011,15 @@ rm -f *.filelist* %endif %changelog +* Fri Jan 11 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-4 +- update to trunk + - misc fixes (BZ#5541, BZ#5545, BZ#5553, BZ#5112, BZ#5520) + - getaddrinfo fixes + - signalize EOVERFLOW from sem_post instead of overflowing + the counter + - fix i?86 makecontext + - fix iconv for iso-2022-jp//translit (#397021) + * Thu Jan 3 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-3 - update to trunk - fix recognition of interface family (#425768) |