diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-12-03 11:32:58 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-12-03 11:32:58 +0000 |
commit | 3b1744f208165b87fb8cd286d39b395c56257ee5 (patch) | |
tree | 83162e092e181123b128910b55843f7dbb31500a | |
parent | 53bfe35486b304ce77695040ccf8294dae36d45f (diff) | |
download | glibc-cvs/fedora-glibc-2_3_3-87.tar.gz glibc-cvs/fedora-glibc-2_3_3-87.tar.xz glibc-cvs/fedora-glibc-2_3_3-87.zip |
2.3.3-87 cvs/fedora-glibc-2_3_3-87
-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 fb44356dc4..6ef69cca32 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -249,7 +249,7 @@ package or when debugging this package. %prep %setup -q -n %{glibcsrcdir} -a1 -%patch0 -p1 +%patch0 -E -p1 case "`gcc --version | head -1`" in gcc*\ 3.[34]*) %ifarch %{nptlarches} @@ -1258,6 +1258,16 @@ rm -f *.filelist* %endif %changelog +* Fri Dec 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-87 +- update from CVS + - build libpthread_nonshared.a objects with -fPIC on s390/s390x + - fix mktime with < 0 or > 59 tm_sec on entry + - remove nonnull attribute for realpath + - add $(make-target-directory) for errlist-compat.c rule + (hopefully fix #141404) +- add testcase for ungetc bug +- define _POSIX_{,THREAD_}CPUTIME to 0 on all Linux arches + * Tue Nov 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-86 - update from CVS - some posix_opt.h fixes |