From 91ee8a2b3c0bda36594026c2a0841efebdfee434 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Feb 02 2006 19:06:19 +0000 Subject: 2.3.90-34 --- diff --git a/glibc.spec b/glibc.spec index e229b92..6c37d1c 100644 --- a/glibc.spec +++ b/glibc.spec @@ -3,7 +3,7 @@ %define glibcsrcdir glibc-20060202T0507 %define glibc_release_tarballs 0 %define glibcversion 2.3.90 -%define glibcrelease 33 +%define glibcrelease 34 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define xenarches i686 athlon @@ -32,6 +32,7 @@ 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 @@ -241,6 +242,7 @@ package or when debugging this package. %patch1 -p1 %endif %endif +%patch2 -p1 # Hack till glibc-kernheaders get updated, argh mkdir -p override_headers/linux @@ -1245,6 +1247,10 @@ rm -f *.filelist* %endif %changelog +* Thu Feb 2 2006 Jakub Jelinek 2.3.90-34 +- fix with C++ and -mlong-double-64 (#179742) +- add nexttowardl redirect for -mlong-double-64 + * Thu Feb 2 2006 Jakub Jelinek 2.3.90-33 - update from CVS - long double support fixes