[arch-commits] Commit in tk/trunk (ChangeLog xproto-7-0-13.patch)
Allan McRae
allan at archlinux.org
Tue Jul 1 09:41:10 UTC 2008
Date: Tuesday, July 1, 2008 @ 05:41:10
Author: allan
Revision: 3826
upgpkg: tk 8.5.3-1
check-in ChangeLog and patch
Added:
tk/trunk/ChangeLog
tk/trunk/xproto-7-0-13.patch
---------------------+
ChangeLog | 5 +++++
xproto-7-0-13.patch | 13 +++++++++++++
2 files changed, 18 insertions(+)
Added: ChangeLog
===================================================================
--- ChangeLog (rev 0)
+++ ChangeLog 2008-07-01 09:41:10 UTC (rev 3826)
@@ -0,0 +1,5 @@
+2008-07-01 Allan McRae <allan at archlinux.org>
+
+ * 8.5.3-1 :
+ new upstream release
+ added patch for xproto-7.0.13 compatibility
Added: xproto-7-0-13.patch
===================================================================
--- xproto-7-0-13.patch (rev 0)
+++ xproto-7-0-13.patch 2008-07-01 09:41:10 UTC (rev 3826)
@@ -0,0 +1,13 @@
+diff -urp tk8.5.3-old/generic/tkBind.c tk8.5.3/generic/tkBind.c
+--- tk8.5.3-old/generic/tkBind.c 2007-12-14 01:24:13.000000000 +1000
++++ tk8.5.3/generic/tkBind.c 2008-07-01 16:25:16.000000000 +1000
+@@ -574,6 +574,9 @@ static int flagArray[TK_LASTEVENT] = {
+ /* ColormapNotify */ COLORMAP,
+ /* ClientMessage */ 0,
+ /* MappingNotify */ 0,
++#ifdef GenericEvent
++ /* GenericEvent */ 0,
++#endif
+ /* VirtualEvent */ VIRTUAL,
+ /* Activate */ ACTIVATE,
+ /* Deactivate */ ACTIVATE,
More information about the arch-commits
mailing list