auto-import glibc-2.3.4-11 on branch devel from glibc-2.3.4-11.src.rpm
This commit is contained in:
parent
258b61751e
commit
aa68137e2d
@ -1,2 +1,2 @@
|
|||||||
glibc-20050211T1037.tar.bz2
|
glibc-20050303T1335.tar.bz2
|
||||||
glibc-fedora-20050211T1037.tar.bz2
|
glibc-fedora-20050303T1335.tar.bz2
|
||||||
|
1290
glibc-fedora.patch
1290
glibc-fedora.patch
File diff suppressed because it is too large
Load Diff
17
glibc.spec
17
glibc.spec
@ -1,7 +1,7 @@
|
|||||||
%define glibcdate 20050211T1037
|
%define glibcdate 20050303T1335
|
||||||
%define glibcname glibc
|
%define glibcname glibc
|
||||||
%define glibcversion 2.3.4
|
%define glibcversion 2.3.4
|
||||||
%define glibcrelease 10
|
%define glibcrelease 11
|
||||||
%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
|
||||||
@ -466,6 +466,9 @@ GCC=gcc
|
|||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
BuildFlags="-march=%{_target_cpu}"
|
BuildFlags="-march=%{_target_cpu}"
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch i686
|
||||||
|
BuildFlags="-march=i686 -mtune=pentium4"
|
||||||
|
%endif
|
||||||
%ifarch alphaev6
|
%ifarch alphaev6
|
||||||
BuildFlags="-mcpu=ev6"
|
BuildFlags="-mcpu=ev6"
|
||||||
%endif
|
%endif
|
||||||
@ -1272,6 +1275,16 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-11
|
||||||
|
- update from CVS
|
||||||
|
- fix execvp (#149290)
|
||||||
|
- fix dlclose (#145810)
|
||||||
|
- clear padding in gconv-modules.cache (#146614, BZ#776)
|
||||||
|
- rebuilt with GCC4
|
||||||
|
- changed __GLIBC_MINOR__ for now back to 3
|
||||||
|
- back out the newly added GLIBC_2.4 *_chk routines, instead
|
||||||
|
do the checking in macros
|
||||||
|
|
||||||
* Sat Feb 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-10
|
* Sat Feb 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-10
|
||||||
- hopefully fix interaction with prelink (#147655)
|
- hopefully fix interaction with prelink (#147655)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user