OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 23-Jan-2006 13:39:45
Branch: HEAD Handle: 2006012312394401
Modified files:
openpkg-src/icewm icewm.patch icewm.spec
Log:
upgrading package: icewm 1.2.23 -> 1.2.24
Summary:
Revision Changes Path
1.9 +24 -0 openpkg-src/icewm/icewm.patch
1.25 +2 -2 openpkg-src/icewm/icewm.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/icewm/icewm.patch
============================================================================
$ cvs diff -u -r1.8 -r1.9 icewm.patch
--- openpkg-src/icewm/icewm.patch 8 Nov 2004 16:38:41 -0000 1.8
+++ openpkg-src/icewm/icewm.patch 23 Jan 2006 12:39:44 -0000 1.9
@@ -70,3 +70,27 @@
size_t inlen(lLen), outlen(4 * lLen);
if (0 > (int) iconv(instance->toUnicode, &inbuf, &inlen, &outbuf,
&outlen))
+Index: src/wmapp.cc
+--- src/wmapp.cc.orig 2006-01-23 09:04:55 +0100
++++ src/wmapp.cc 2006-01-23 13:35:48 +0100
+@@ -345,7 +345,7 @@
+ 0, PATH_MAX, False, XA_STRING,
+ &r_type, &r_format,
+ &count, &bytes_remain,
+- (char **) &icewmFontPath) ==
++ (unsigned char **)&icewmFontPath) ==
+ Success && icewmFontPath) {
+ if (r_type == XA_STRING && r_format == 8) {
+ for (int n(ndirs - 1); n > 0; --n) // ---- remove death
paths ---
+Index: src/yinput.cc
+--- src/yinput.cc.orig 2006-01-23 09:04:55 +0100
++++ src/yinput.cc 2006-01-23 13:36:20 +0100
+@@ -418,7 +418,7 @@
+ selection.target, &type, &format,
+ (unsigned long *)&nitems,
+ (unsigned long *)&extra,
+- (char **)&data);
++ (unsigned char **)&data);
+
+ if (nitems > 0 && data != NULL) {
+ replaceSelection(data, nitems);
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/icewm/icewm.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 icewm.spec
--- openpkg-src/icewm/icewm.spec 1 Jan 2006 13:14:37 -0000 1.24
+++ openpkg-src/icewm/icewm.spec 23 Jan 2006 12:39:45 -0000 1.25
@@ -32,8 +32,8 @@
Class: EVAL
Group: XWindow
License: GPL
-Version: 1.2.23
-Release: 20050815
+Version: 1.2.24
+Release: 20060123
# package options
%option with_iconv no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]