diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-04-11 19:44:05 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2008-04-11 19:44:05 +0000 |
commit | a346458fa85decb63d2bf237c62f58ca46450c3b (patch) | |
tree | d82a43a80cabe5e0a40bc173629ceec937ebb32b /fedora | |
parent | 6fd3c3fe5346f84d40dceeccbe5e9635b8dcfa52 (diff) | |
download | glibc-a346458fa85decb63d2bf237c62f58ca46450c3b.tar glibc-a346458fa85decb63d2bf237c62f58ca46450c3b.tar.gz glibc-a346458fa85decb63d2bf237c62f58ca46450c3b.tar.bz2 glibc-a346458fa85decb63d2bf237c62f58ca46450c3b.zip |
Updated to fedora-glibc-20080411T1934cvs/fedora-glibc-2_7_90-16
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/branch.mk | 4 | ||||
-rw-r--r-- | fedora/glibc.spec.in | 14 |
2 files changed, 13 insertions, 5 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk index 227fdf5885..80cc48e13e 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-04-10 19:07 UTC -fedora-sync-tag := fedora-glibc-20080410T1907 +fedora-sync-date := 2008-04-11 19:34 UTC +fedora-sync-tag := fedora-glibc-20080411T1934 diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 26acf2f8f4..18eb47dab5 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -19,7 +19,7 @@ Summary: The GNU libc libraries Name: glibc Version: @glibcversion@ -Release: 15 +Release: 16 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries. # Things that are linked directly into dynamically linked programs # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional @@ -976,10 +976,18 @@ rm -f *.filelist* %endif %changelog +* Fri Apr 11 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-16 +- update to trunk + - misc fixes (BZ#4997, BZ#5741) + - make sure all users of __libc_setlocale_lock know it is + now a rwlock + - fix ppc/ppc64 compatibility _sys_errlist and _sys_siglist + symbols + * Thu Apr 10 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-15 - update to trunk - misc fixes (BZ#4314, BZ#4407, BZ#5209, BZ#5436, BZ#5768, BZ#5998, - BZ#6024) + BZ#6024) - restart sshd in %post when upstart is used - it doesn't have /dev/initctl (#441763) - disable assert checking again @@ -987,7 +995,7 @@ rm -f *.filelist* * Tue Apr 8 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-14 - update to trunk - misc fixes (BZ#5443, BZ#5475, BZ#5478, BZ#5939, BZ#5979, BZ#5995, - BZ#6004, BZ#6007, BZ#6020, BZ#6021, BZ#6042) + BZ#6004, BZ#6007, BZ#6020, BZ#6021, BZ#6042) - change mtrace to keep perl 5.10 quiet (#441082) - don't share conversion state between mbtowc and wctomb (#438687) - if st_blksize is too large and malloc fails, retry with smaller |