auto-import glibc-2.3.4-17 on branch devel from glibc-2.3.4-17.src.rpm

This commit is contained in:
Jakub Jelinek 2005-03-24 09:08:31 +00:00
parent a67e3da907
commit d04ad27e56
4 changed files with 189 additions and 600 deletions

View File

@ -1,2 +1,2 @@
glibc-20050319T1907.tar.bz2 glibc-20050324T0715.tar.bz2
glibc-fedora-20050319T1907.tar.bz2 glibc-fedora-20050324T0715.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
%define glibcdate 20050319T1907 %define glibcdate 20050324T0715
%define glibcname glibc %define glibcname glibc
%define glibcversion 2.3.4 %define glibcversion 2.3.4
%define glibcrelease 16 %define glibcrelease 17
%define auxarches i586 i686 athlon sparcv9 alphaev6 %define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch %define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64 %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@ -22,7 +22,6 @@ Patch0: %{glibcname}-fedora.patch
Patch1: %{name}-nptl-check.patch Patch1: %{name}-nptl-check.patch
Patch2: %{name}-ppc-assume.patch Patch2: %{name}-ppc-assume.patch
Patch3: %{name}-ia64-lib64.patch Patch3: %{name}-ia64-lib64.patch
Patch4: glibc-pread.patch
Buildroot: %{_tmppath}/glibc-%{PACKAGE_VERSION}-root Buildroot: %{_tmppath}/glibc-%{PACKAGE_VERSION}-root
Obsoletes: zoneinfo, libc-static, libc-devel, libc-profile, libc-headers, Obsoletes: zoneinfo, libc-static, libc-devel, libc-profile, libc-headers,
Obsoletes: linuxthreads, gencat, locale, ldconfig, locale-ja Obsoletes: linuxthreads, gencat, locale, ldconfig, locale-ja
@ -272,7 +271,6 @@ esac
%patch3 -p1 %patch3 -p1
%endif %endif
%endif %endif
%patch4 -p1
# Hack till glibc-kernheaders get updated, argh # Hack till glibc-kernheaders get updated, argh
mkdir asm mkdir asm
@ -1280,6 +1278,15 @@ rm -f *.filelist*
%endif %endif
%changelog %changelog
* Thu Mar 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-17
- update from CVS
- fix LD_AUDIT in LinuxThreads ld.so
- fix calloc with M_PERTURB
- fix error handling in pthread_create with PTHREAD_EXPLICIT_SCHED
on ppc*/ia64/alpha/mips (BZ#801)
- fix a typo in WINDOWS-31J charmap (#151739)
- fix NIS ypprot_err (#151469)
* Sun Mar 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-16 * Sun Mar 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-16
- fix pread with -D_FILE_OFFSET_BITS=64 (#151573) - fix pread with -D_FILE_OFFSET_BITS=64 (#151573)

View File

@ -1,2 +1,2 @@
09c648964f43a63a6e3529a05bc7503a glibc-20050319T1907.tar.bz2 094f0a506082c395c44868109871cf89 glibc-20050324T0715.tar.bz2
570672bceb3133fbcda0a21e595a0a83 glibc-fedora-20050319T1907.tar.bz2 8db05af4f98f83078d0b9d89248cb2a3 glibc-fedora-20050324T0715.tar.bz2