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.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index 46bd255f2b..0bbd32ce6d 100644
--- a/fedora/branch.mk
+++ b/fedora/branch.mk
@@ -3,5 +3,5 @@ glibc-branch := fedora
glibc-base := HEAD
DIST_BRANCH := devel
COLLECTION := dist-fc7
-fedora-sync-date := 2007-03-31 16:09 UTC
-fedora-sync-tag := fedora-glibc-20070331T1609
+fedora-sync-date := 2007-04-16 23:50 UTC
+fedora-sync-tag := fedora-glibc-20070416T2350
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index a8b70f8a0b..fcd12f4c9c 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1564,6 +1564,10 @@ rm -f *.filelist*
and any user supplied /usr/lib/locale/*_* directories,
then unlink the locale-archive template - this should save
> 80MB of glibc-common occupied disk space
+- fix _XOPEN_VERSION (BZ#4364)
+- fix printf with %g and values tiny bit smaller than 1.e-4 (#235864,
+ BZ#4362)
+- fix NIS+ __nisfind_server (#235229)
* Sat Mar 31 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-20
- assorted NIS+ speedups (#223467)