auto-import glibc-2.3.4-5 on branch devel from glibc-2.3.4-5.src.rpm
This commit is contained in:
parent
5b49637891
commit
b9a4ff0da4
@ -1,2 +1,2 @@
|
|||||||
glibc-20050106T1443.tar.bz2
|
glibc-20050106T2203.tar.bz2
|
||||||
glibc-fedora-20050106T1443.tar.bz2
|
glibc-fedora-20050106T2203.tar.bz2
|
||||||
|
1588
glibc-fedora.patch
1588
glibc-fedora.patch
File diff suppressed because it is too large
Load Diff
16
glibc.spec
16
glibc.spec
@ -1,7 +1,7 @@
|
|||||||
%define glibcdate 20050106T1443
|
%define glibcdate 20050106T2203
|
||||||
%define glibcname glibc
|
%define glibcname glibc
|
||||||
%define glibcversion 2.3.4
|
%define glibcversion 2.3.4
|
||||||
%define glibcrelease 4
|
%define glibcrelease 5
|
||||||
%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
|
||||||
@ -1060,11 +1060,11 @@ 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 | LANG=C sort -u > $sf.sorted
|
xargs -0 -n 1 echo < $sf | LC_ALL=C grep -v '/<internal>$' | LC_ALL=C sort -u > $sf.sorted
|
||||||
xargs -0 -n 1 echo < $csf | LANG=C sort -u > $csf.sorted
|
xargs -0 -n 1 echo < $csf | LC_ALL=C grep -v '/<internal>$' | 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; LANG=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)
|
||||||
# stupid cpio creates new directories in mode 0700, fixup
|
# stupid cpio creates new directories in mode 0700, fixup
|
||||||
find $RPM_BUILD_ROOT/usr/src/debug -type d -print | xargs chmod a+rx
|
find $RPM_BUILD_ROOT/usr/src/debug -type d -print | xargs chmod a+rx
|
||||||
|
|
||||||
@ -1273,6 +1273,12 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-5
|
||||||
|
- update from CVS
|
||||||
|
- add some warn_unused_result marking
|
||||||
|
- make ftruncate available even for just -D_POSIX_C_SOURCE=200112L
|
||||||
|
(BZ#640)
|
||||||
|
|
||||||
* Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-4
|
* Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-4
|
||||||
- update from CVS
|
- update from CVS
|
||||||
- fix IA-32 stack alignment for LinuxThreads thread functions
|
- fix IA-32 stack alignment for LinuxThreads thread functions
|
||||||
|
Loading…
Reference in New Issue
Block a user