This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, fedora/master, updated. fedora/glibc-2.10.90-18-6-g00cf698


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, fedora/master has been updated
       via  00cf698f76b531ceeca6ad151d5b59674dd5bb80 (commit)
       via  91740ee0e6897651f4996c52b6056af592f4e977 (commit)
       via  d840539e1271020600edba752e6ee908c00f66eb (commit)
       via  a050d2a5e722876623a70d501c3cdfedfce8b5ce (commit)
       via  5182cbc5ab6e2bc294e14dae22fb3a8553713a41 (commit)
       via  240441038f2d2b1a32d4239270c7f76531a484f3 (commit)
      from  b19ed4af95f005441cee8d138951665164bd28a8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=00cf698f76b531ceeca6ad151d5b59674dd5bb80

commit 00cf698f76b531ceeca6ad151d5b59674dd5bb80
Author: Andreas Schwab <schwab@redhat.com>
Date:   Wed Sep 2 11:51:09 2009 +0200

    2.10.90-19

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 7ec81e4..99a65a9 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -21,7 +21,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 18
+Release: 19
 # 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
@@ -1026,6 +1026,10 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Wed Sep  2 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-19
+- Update from master.
+  - Fix x86_64 bits/mathinline.h for -m32 compilation.
+
 * Tue Sep  1 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-18
 - Update from master.
   - fix parse error in <bits/mathinline.h> (#520209).

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=91740ee0e6897651f4996c52b6056af592f4e977

commit 91740ee0e6897651f4996c52b6056af592f4e977
Merge: b19ed4a d840539
Author: Andreas Schwab <schwab@redhat.com>
Date:   Wed Sep 2 11:49:06 2009 +0200

    Merge commit 'origin/master' into fedora/master


-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                 |   21 ++++++
 fedora/glibc.spec.in                      |    6 ++-
 include/stdio.h                           |    1 +
 libio/iofflush.c                          |    1 +
 libio/wfileops.c                          |  110 ++++++++++------------------
 sysdeps/powerpc/powerpc32/power6/memcpy.S |    2 +-
 sysdeps/x86_64/fpu/bits/mathinline.h      |   12 +++
 7 files changed, 80 insertions(+), 73 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]