diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-10-03 19:32:28 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-10-03 19:32:28 +0000 |
commit | 75cb5a0d471729d28a59b693441e2d527c9e962e (patch) | |
tree | abac9733c1b6c0a7a9c760b7cfe2d21c672e9e90 /fedora | |
parent | 441097af93882803bbb3296dd1fdbdd4a7773deb (diff) | |
download | glibc-75cb5a0d471729d28a59b693441e2d527c9e962e.tar glibc-75cb5a0d471729d28a59b693441e2d527c9e962e.tar.gz glibc-75cb5a0d471729d28a59b693441e2d527c9e962e.tar.bz2 glibc-75cb5a0d471729d28a59b693441e2d527c9e962e.zip |
Updated to fedora-glibc-20071003T1908cvs/fedora-glibc-2_6_90-17
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 fa022f3404..29da99837f 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 := 2007-09-29 18:59 UTC -fedora-sync-tag := fedora-glibc-20070929T1859 +fedora-sync-date := 2007-10-03 19:08 UTC +fedora-sync-tag := fedora-glibc-20071003T1908 diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 77bcca7199..7610eabdc0 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 16 +%define glibcrelease 17 %define run_glibc_tests 1 %define auxarches i586 i686 athlon sparcv9v sparc64v alphaev6 %define xenarches i686 athlon @@ -1010,6 +1010,12 @@ rm -f *.filelist* %endif %changelog +* Wed Oct 3 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-17 +- fix {,v}swprintf with -D_FORTIFY_SOURCE=1 -mlong-double-64 on ppc*/s390*/sparc* +- strcoll fixes +- misc fixes (BZ#645, BZ#5071) +- locale fixes (BZ#4941, #299321, #203364, #196711, #236212) + * Sat Sep 29 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-16 - misc fixes (BZ#4963, BZ#4972, BZ#5028, BZ#5043, BZ#5058) - improve -D_FORTIFY_SOURCE{,=2} diagnostic through warning/error |