Accepting request 72233 from Base:System

Update to glibc 2.13

OBS-URL: https://build.opensuse.org/request/show/72233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=43
This commit is contained in:
Sascha Peilicke
2011-05-31 10:40:55 +00:00
committed by Git OBS Bridge
parent 2c6a614c78
commit 8af01870ce
19 changed files with 308 additions and 449 deletions

View File

@@ -1,9 +1,59 @@
-------------------------------------------------------------------
Fri May 27 11:55:35 UTC 2011 - aj@suse.de
- Remove patches that are not needed anymore:
* glibc-selinux.diff
* glibc-check-native-missing-include.diff
* glibc-2.3.3-execstack.diff
- Disable the following patches, they look obsolete by now but leave them
in to easy enable them again:
* glibc-2.3-SuSE.diff
* glibc-2.3-regcomp.diff
* glibc-2.8-clone.diff
* glibc-2.3.2-revert_tcsetattr.diff
- Do not package glibc-obsolete with empty directory on archs that
don't need it.
-------------------------------------------------------------------
Thu May 26 07:53:51 UTC 2011 - aj@suse.de
- Add glibc-static-memcpy.diff to fix static compiles.
-------------------------------------------------------------------
Wed May 25 15:28:37 UTC 2011 - aj@suse.de
- Run on kernel 2.6.32 or older only - and optimize thus.
- Enable malloc implementation that is be less memory efficient
but higher performing in multi-threaded programs.
- Use --enable-bind-now to avoid lazy binding in ld.so
and libc.so
-------------------------------------------------------------------
Wed May 25 14:38:58 UTC 2011 - aj@suse.de
- Add glibc-bso-12454.diff to not create assert running dynamic linker
in some cases.
- Disable backwards memcpy for x86-64.
-------------------------------------------------------------------
Wed May 25 07:59:27 UTC 2011 - aj@suse.de
- Add glibc-dl-signal-error.diff to not crash the dynamic linker
if dependencies are missing.
-------------------------------------------------------------------
Mon May 23 08:44:47 UTC 2011 - rguenther@novell.com
- Update longlong.h from GCC sources. Fixes s390 build with -mzarch.
[bnc#695102]
-------------------------------------------------------------------
Fri May 20 14:45:44 UTC 2011 - aj@suse.de
- Fix obsoletes and provides.
- Update to glibc 2.13
- Drop ld-prelink-unique.diff, it is part of 2.13.
-------------------------------------------------------------------
Tue Feb 22 12:57:07 CET 2011 - pbaudis@suse.cz