diff options
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 53b415d17d..dd9d94907e 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-08-02 08:09 UTC -fedora-sync-tag := fedora-glibc-20080802T0809 +fedora-sync-date := 2008-08-28 16:23 UTC +fedora-sync-tag := fedora-glibc-20080828T1623 diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index f7aaaa3689..85ed84d256 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: 11 +Release: 12 # 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,6 +976,15 @@ rm -f *.filelist* %endif %changelog +* Fri Aug 29 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-12 +- update from trunk + - revert origin changes (#457849) + - use MAP_STACK for thread stacks + - misc fixes (BZ#6845, BZ#6544, BZ#6634, BZ#6589, BZ#6790, BZ#6791, + BZ#6824) + - power7 bits (BZ#6817) + - fix expm1 on i?86/x86_64 (#43354, BZ#5794) + * Sat Aug 2 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-11 - update from trunk - fix non-absolute $ORIGIN handling (#457560) |