%prep
%setup -q -n %{glibcsrcdir} -a1
-%patch0 -p1
+%patch0 -E -p1
case "`gcc --version | head -1`" in
gcc*\ 3.[34]*)
%ifarch %{nptlarches}
%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