diff options
author | Jakub Jelinek <jakub@redhat.com> | 2009-04-16 06:26:59 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2009-04-16 06:26:59 +0000 |
commit | 66f8b81220a9afb6405e2714eff1edb0eab2c783 (patch) | |
tree | 8eaa54ca342f03e264a5b283df4face9d551b3c7 /fedora | |
parent | dc3be966c0050d3847ab528387801b9c93a2f831 (diff) | |
download | glibc-66f8b81220a9afb6405e2714eff1edb0eab2c783.tar.gz glibc-66f8b81220a9afb6405e2714eff1edb0eab2c783.tar.xz glibc-66f8b81220a9afb6405e2714eff1edb0eab2c783.zip |
Updated to fedora-glibc-20090416T0610 cvs/fedora-glibc-2_9_90-18
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/branch.mk | 4 | ||||
-rw-r--r-- | fedora/glibc.spec.in | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk index 507bd62742..d8505286dd 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 := 2009-04-15 16:19 UTC -fedora-sync-tag := fedora-glibc-20090415T1619 +fedora-sync-date := 2009-04-16 06:10 UTC +fedora-sync-tag := fedora-glibc-20090416T0610 diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 5c76e5a408..93e24c9240 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: 17 +Release: 18 # 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 @@ -1009,6 +1009,10 @@ rm -f *.filelist* %endif %changelog +* Thu Apr 16 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-18 +- update from trunk + - fix fallocate + * Wed Apr 15 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-17 - update from trunk - if threads have very small stack sizes, use much smaller buffer |