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-25-7-gc784aef


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  c784aefd4b7108d9261313fb356ec0901e21c7eb (commit)
       via  fbfb328dd286def7988de5385d8a237100a73411 (commit)
       via  e9721e1dec0888e02fc4b2bba7b487bec0d26ac8 (commit)
       via  a0902db9fe8f4cfc6b0b0344558166f5b230b806 (commit)
       via  4bb04b1fb67389a0203da988e1c091a97dc1fd06 (commit)
      from  442b0131ab403aa6ff162620bcb8a2cb5f4340bb (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=c784aefd4b7108d9261313fb356ec0901e21c7eb

commit c784aefd4b7108d9261313fb356ec0901e21c7eb
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Oct 19 12:12:56 2009 +0200

    2.10.90-26

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 88fb8ca..94c0c6c 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: 25
+Release: 26
 # 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
@@ -1034,6 +1034,11 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Oct 19 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-26
+- Update from master.
+  - Add ____longjmp_chk for sparc.
+- Avoid installing the same libraries twice.
+
 * Mon Oct 12 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-25
 - Update from master
   - Fix descriptor leak when calling dlopen with RTLD_NOLOAD (#527409).

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

commit fbfb328dd286def7988de5385d8a237100a73411
Merge: e9721e1 a0902db
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Oct 19 12:11:48 2009 +0200

    Merge remote branch 'origin/master' into fedora/master


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

commit e9721e1dec0888e02fc4b2bba7b487bec0d26ac8
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Oct 19 12:10:40 2009 +0200

    Fix last change

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index a71aed4..88fb8ca 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -433,7 +433,7 @@ do
   libbaseso=$(basename $RPM_BUILD_ROOT/%{_lib}/${libbase}-*.so)
   # Only install if different from base lib
   if cmp -s ${lib}.so ../build-%{nptl_target_cpu}-linuxnptl/${lib}.so; then
-    ln -sf %{nosegneg_subdir_up}/$libbasev $destdir/$libbaseso
+    ln -sf %{nosegneg_subdir_up}/$libbaseso $destdir/$libbaseso
   else
     cp -a ${lib}.so $destdir/$libbaseso
   fi

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

Summary of changes:
 ChangeLog                                          |   10 ++
 csu/elf-init.c                                     |   12 +-
 fedora/glibc.spec.in                               |    9 +-
 .../sysv/linux/sparc/sparc32/____longjmp_chk.S}    |  116 +++++++++++---------
 .../sparc/sparc64/{longjmp.S => ____longjmp_chk.S} |   45 ++++++--
 5 files changed, 122 insertions(+), 70 deletions(-)
 copy sysdeps/{sparc/sparc32/__longjmp.S => unix/sysv/linux/sparc/sparc32/____longjmp_chk.S} (51%)
 copy sysdeps/unix/sysv/linux/sparc/sparc64/{longjmp.S => ____longjmp_chk.S} (65%)


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]