Mailinglist Archive: opensuse-commit (1670 mails)
| < Previous | Next > |
commit glibc
- From: root@xxxxxxx (h_root)
- Date: Mon, 2 Oct 2006 14:07:56 +0200 (CEST)
- Message-id: <20061002120756.80D3771A52@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package glibc
checked in at Mon Oct 2 14:07:56 CEST 2006.
--------
--- glibc/glibc.changes 2006-10-01 19:49:40.000000000 +0200
+++ /mounts/work_src_done/STABLE/glibc/glibc.changes 2006-10-02 13:37:47.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Oct 2 13:37:26 CEST 2006 - aj@xxxxxxx
+
+- Fix warnings in testsuite (patch from CVS).
+
+-------------------------------------------------------------------
New:
----
warn.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ glibc.spec ++++++
--- /var/tmp/diff_new_pack.W3uIZq/_old 2006-10-02 14:06:09.000000000 +0200
+++ /var/tmp/diff_new_pack.W3uIZq/_new 2006-10-02 14:06:09.000000000 +0200
@@ -28,7 +28,7 @@
Obsoletes: ngpt ngpt-devel
Autoreqprov: on
Version: 2.5
-Release: 1
+Release: 2
%define snapshot_date 2006092922
URL: http://www.gnu.org/software/libc/libc.html
PreReq: filesystem
@@ -75,6 +75,7 @@
Patch31: glibc-nptl-2.4-nofixsyscallnr.diff
Patch32: crypt_blowfish-1.0.diff
Patch33: glibc-2.4.90-bdirect.diff
+Patch99: warn.diff
%description
The GNU C Library provides the most important standard libraries used
@@ -237,6 +238,7 @@
%patch31
%patch32
%patch33
+%patch99
%patch5
find . -name configure | xargs touch
@@ -796,6 +798,8 @@
%{_libdir}/libdl_p.a
%changelog -n glibc
+* Mon Oct 02 2006 - aj@xxxxxxx
+- Fix warnings in testsuite (patch from CVS).
* Fri Sep 29 2006 - pbaudis@xxxxxxx
- Update to 2.5 CVS - official release (only minimal changes in CVS
since the last update)
++++++ warn.diff ++++++
>From glibc 2.5 CVS:
2006-09-29 Ulrich Drepper <drepper@xxxxxxxxxx>
* libio/wmemstream.c: Include <wchar.h>.
* libio/bug-wmemstream1.c: Likewise.
* libio/tst-wmemstream1.c: Likewise.
* libio/tst-wmemstream2.c: Likewise.
Index: libio/wmemstream.c
===================================================================
RCS file: /cvs/glibc/libc/libio/wmemstream.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- libio/wmemstream.c 14 Aug 2006 22:13:48 -0000 1.2
+++ libio/wmemstream.c 30 Sep 2006 00:06:33 -0000 1.3
@@ -20,6 +20,7 @@
#include "strfile.h"
#include <stdio.h>
#include <stdlib.h>
+#include <wchar.h>
struct _IO_FILE_wmemstream
Index: libio/bug-wmemstream1.c
===================================================================
RCS file: /cvs/glibc/libc/libio/bug-wmemstream1.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- libio/bug-wmemstream1.c 14 Aug 2006 22:11:34 -0000 1.1
+++ libio/bug-wmemstream1.c 30 Sep 2006 00:06:33 -0000 1.2
@@ -1,5 +1,6 @@
#include <stdio.h>
#include <string.h>
+#include <wchar.h>
static int
Index: libio/tst-wmemstream1.c
===================================================================
RCS file: /cvs/glibc/libc/libio/tst-wmemstream1.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- libio/tst-wmemstream1.c 12 Jan 2006 02:02:27 -0000 1.1
+++ libio/tst-wmemstream1.c 30 Sep 2006 00:06:33 -0000 1.2
@@ -1,3 +1,5 @@
+#include <wchar.h>
+
#define CHAR_T wchar_t
#define W(o) L##o
#define OPEN_MEMSTREAM open_wmemstream
Index: libio/tst-wmemstream2.c
===================================================================
RCS file: /cvs/glibc/libc/libio/tst-wmemstream2.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- libio/tst-wmemstream2.c 12 Jan 2006 02:02:27 -0000 1.1
+++ libio/tst-wmemstream2.c 30 Sep 2006 00:06:33 -0000 1.2
@@ -1,3 +1,5 @@
+#include <wchar.h>
+
#define CHAR_T wchar_t
#define W(o) L##o
#define OPEN_MEMSTREAM open_wmemstream
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |