2.6-4
This commit is contained in:
parent
2ac6e81c72
commit
9eb6bb547e
4005
glibc-fedora.patch
4005
glibc-fedora.patch
File diff suppressed because it is too large
Load Diff
25
glibc.spec
25
glibc.spec
@ -3,7 +3,7 @@
|
|||||||
%define glibcsrcdir glibc-20070515T2025
|
%define glibcsrcdir glibc-20070515T2025
|
||||||
%define glibc_release_tarballs 0
|
%define glibc_release_tarballs 0
|
||||||
%define glibcversion 2.6
|
%define glibcversion 2.6
|
||||||
%define glibcrelease 3
|
%define glibcrelease 4
|
||||||
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
||||||
%define xenarches i686 athlon
|
%define xenarches i686 athlon
|
||||||
%ifarch %{xenarches}
|
%ifarch %{xenarches}
|
||||||
@ -1334,8 +1334,8 @@ for f in `find $RPM_BUILD_ROOT/%{_lib} -type l`; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
echo Sorting source file lists. Might take a while...
|
echo Sorting source file lists. Might take a while...
|
||||||
xargs -0 -n 1 echo < $sf | LC_ALL=C grep -v '/<internal>$\|\.gperf$' | LC_ALL=C sort -u > $sf.sorted
|
xargs -0 -n 1 echo < $sf | LC_ALL=C grep -v '/<internal>$\|<built-in>$\|\.gperf$' | LC_ALL=C sort -u > $sf.sorted
|
||||||
xargs -0 -n 1 echo < $csf | LC_ALL=C grep -v '/<internal>$\|\.gperf$' | LC_ALL=C sort -u > $csf.sorted
|
xargs -0 -n 1 echo < $csf | LC_ALL=C grep -v '/<internal>$\|<built-in>$\|\.gperf$' | LC_ALL=C sort -u > $csf.sorted
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/src/debug
|
mkdir -p $RPM_BUILD_ROOT/usr/src/debug
|
||||||
cat $sf.sorted $csf.sorted \
|
cat $sf.sorted $csf.sorted \
|
||||||
| (cd $RPM_BUILD_DIR; LC_ALL=C sort -u | cpio -pdm ${RPM_BUILD_ROOT}/usr/src/debug)
|
| (cd $RPM_BUILD_DIR; LC_ALL=C sort -u | cpio -pdm ${RPM_BUILD_ROOT}/usr/src/debug)
|
||||||
@ -1566,6 +1566,25 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 8 2007 Jakub Jelinek <jakub@redhat.com> 2.6-4
|
||||||
|
- filter <built-in> pseudo-files from debuginfo source lists (#245714)
|
||||||
|
- fix sscanf when errno is EINTR before the call (BZ#4745)
|
||||||
|
- save/restore errno around reading /etc/default/nss (BZ#4702)
|
||||||
|
- fix LD_HWCAP_MASK handling
|
||||||
|
- disable workaround for #210748, instead backport
|
||||||
|
ld.so locking fixes from the trunk (#235026)
|
||||||
|
- new x86_64 memcpy
|
||||||
|
- don't write uninitialized padding bytes to nscd socket
|
||||||
|
- fix dl{,v}sym, dl_iterate_phdr and dlopen if some library is
|
||||||
|
mapped into ld.so's inter-segment hole on x86_64 (#245035, #244545)
|
||||||
|
- fix LD_AUDIT=a:b program (#180432)
|
||||||
|
- don't crash on pseudo-zero long double values passed to
|
||||||
|
*printf on i?86/x86_64/ia64 (BZ#4586)
|
||||||
|
- fix *printf %La and strtold with some hexadecimal floating point
|
||||||
|
constants on ppc/ppc64
|
||||||
|
- fix nextafterl on ppc/ppc64
|
||||||
|
- fix sem_timedwait on i?86 and x86_64
|
||||||
|
|
||||||
* Thu May 24 2007 Jakub Jelinek <jakub@redhat.com> 2.6-3
|
* Thu May 24 2007 Jakub Jelinek <jakub@redhat.com> 2.6-3
|
||||||
- don't use %%config(missingok) for locale-archive.tmpl,
|
- don't use %%config(missingok) for locale-archive.tmpl,
|
||||||
instead of removing it altogether truncate it to zero
|
instead of removing it altogether truncate it to zero
|
||||||
|
Loading…
Reference in New Issue
Block a user