auto-import glibc-2.3.90-35 on branch devel from glibc-2.3.90-35.src.rpm
This commit is contained in:
parent
91ee8a2b3c
commit
b17a54fa65
@ -1,2 +1,2 @@
|
||||
glibc-20060202T0507.tar.bz2
|
||||
glibc-fedora-20060202T0507.tar.bz2
|
||||
glibc-20060203T0932.tar.bz2
|
||||
glibc-fedora-20060203T0932.tar.bz2
|
||||
|
File diff suppressed because it is too large
Load Diff
13
glibc.spec
13
glibc.spec
@ -1,9 +1,9 @@
|
||||
%define glibcdate 20060202T0507
|
||||
%define glibcdate 20060203T0932
|
||||
%define glibcname glibc
|
||||
%define glibcsrcdir glibc-20060202T0507
|
||||
%define glibcsrcdir glibc-20060203T0932
|
||||
%define glibc_release_tarballs 0
|
||||
%define glibcversion 2.3.90
|
||||
%define glibcrelease 34
|
||||
%define glibcrelease 35
|
||||
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
||||
%define prelinkarches noarch
|
||||
%define xenarches i686 athlon
|
||||
@ -32,7 +32,6 @@ Source2: %(echo %{glibcsrcdir} | sed s/glibc-/glibc-libidn-/).tar.bz2
|
||||
Source3: %{glibcname}-fedora-%{glibcdate}.tar.bz2
|
||||
Patch0: %{glibcname}-fedora.patch
|
||||
Patch1: %{name}-ia64-lib64.patch
|
||||
Patch2: glibc-math_h.patch
|
||||
Buildroot: %{_tmppath}/glibc-%{PACKAGE_VERSION}-root
|
||||
Obsoletes: zoneinfo, libc-static, libc-devel, libc-profile, libc-headers,
|
||||
Obsoletes: gencat, locale, ldconfig, locale-ja, glibc-profile
|
||||
@ -242,7 +241,6 @@ package or when debugging this package.
|
||||
%patch1 -p1
|
||||
%endif
|
||||
%endif
|
||||
%patch2 -p1
|
||||
|
||||
# Hack till glibc-kernheaders get updated, argh
|
||||
mkdir -p override_headers/linux
|
||||
@ -1247,6 +1245,11 @@ rm -f *.filelist*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Feb 3 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-35
|
||||
- update from CVS
|
||||
- handle futimesat (fd, NULL, tvp) as futimes (fd, tvp)
|
||||
- fix <stdlib.h> q{e,f,g}cvt{,_r} for -mlong-double-64
|
||||
|
||||
* Thu Feb 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-34
|
||||
- fix <math.h> with C++ and -mlong-double-64 (#179742)
|
||||
- add nexttowardl redirect for -mlong-double-64
|
||||
|
Loading…
Reference in New Issue
Block a user