rpms/glibc/devel glibc-ldbl-include.patch, NONE, 1.1 glibc.spec, 1.213, 1.214

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 30 11:39:54 UTC 2006


Author: jakub

Update of /cvs/dist/rpms/glibc/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24926

Modified Files:
	glibc.spec 
Added Files:
	glibc-ldbl-include.patch 
Log Message:
2.3.90-31


glibc-ldbl-include.patch:
 stdlib-ldbl.h |    1 +
 wchar-ldbl.h  |    1 +
 2 files changed, 2 insertions(+)

--- NEW FILE glibc-ldbl-include.patch ---
2006-01-30  Jakub Jelinek  <jakub at redhat.com>

	* include/bits/stdlib-ldbl.h: New file.
	* include/bits/wchar-ldbl.h: New file.

--- libc/include/bits/wchar-ldbl.h.jj	2006-01-30 12:26:46.000000000 +0100
+++ libc/include/bits/wchar-ldbl.h	2006-01-30 12:27:05.000000000 +0100
@@ -0,0 +1 @@
+#include <wcsmbs/bits/wchar-ldbl.h>
--- libc/include/bits/stdlib-ldbl.h.jj	2006-01-30 12:26:46.000000000 +0100
+++ libc/include/bits/stdlib-ldbl.h	2006-01-30 12:26:39.000000000 +0100
@@ -0,0 +1 @@
+#include <stdlib/bits/stdlib-ldbl.h>


Index: glibc.spec
===================================================================
RCS file: /cvs/dist/rpms/glibc/devel/glibc.spec,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- glibc.spec	30 Jan 2006 10:19:55 -0000	1.213
+++ glibc.spec	30 Jan 2006 11:39:52 -0000	1.214
@@ -35,6 +35,7 @@
 Patch2: glibc-ppc-fpu.patch
 Patch3: glibc-ppc-ulps.patch
 Patch4: glibc-s390-ldbl.patch
+Patch5: glibc-ldbl-include.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
@@ -247,6 +248,7 @@
 %patch2 -p1 -E
 %patch3 -p1 -E
 %patch4 -p1 -E
+%patch5 -p1 -E
 
 # Hack till glibc-kernheaders get updated, argh
 mkdir -p override_headers/linux




More information about the fedora-cvs-commits mailing list