diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-12-20 10:50:52 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-12-20 10:50:52 +0000 |
commit | 7d0bcd10a7e3455697985522580267c8470cfcb9 (patch) | |
tree | e297bb71c9979eda34a12ca4f3ff1acf5194d886 /fedora/glibc.spec.in | |
parent | 2c6cfe6853a30deb4af842aacc924fa298d0521a (diff) | |
download | glibc-7d0bcd10a7e3455697985522580267c8470cfcb9.tar.gz glibc-7d0bcd10a7e3455697985522580267c8470cfcb9.tar.xz glibc-7d0bcd10a7e3455697985522580267c8470cfcb9.zip |
Updated to fedora-glibc-20051220T1028
Diffstat (limited to 'fedora/glibc.spec.in')
-rw-r--r-- | fedora/glibc.spec.in | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 6ea4c95d97..212376079e 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 19 +%define glibcrelease 20 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define xenarches i686 athlon @@ -432,6 +432,7 @@ exit 0 EOF chmod +x find_provides.sh touch `find . -name configure` +touch locale/programs/*-kw.h %build GCC=gcc @@ -1073,6 +1074,12 @@ rm -f *.filelist* %endif %changelog +* Tue Dec 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-20 +- update from CVS + - time ((void *) 1) should segfault, not return -EFAULT (#174856, BZ#1952) + - fix errlist generation +- update ulps for GCC 4.1 + * Mon Dec 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-19 - update from CVS - sysdeps/generic reorg @@ -1080,6 +1087,9 @@ rm -f *.filelist* - rebuilt with GCC 4.1-RH prerelease, worked around broken _Pragma () handling in it - remove glibc-profile subpackage +- use non-PLT calls for malloc/free/realloc/memalign invocations in + mtrace and mcheck hooks (#175261) +- setjmp/longjmp jump pointer mangling on ppc{,64}/ia64/s390{,x} * Sat Nov 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-18 - update from CVS |