rpms/scim/devel scim-1.4.7-xim-wrong-format.patch, NONE, 1.1 scim.spec, 1.125, 1.126

Huang Peng (phuang) fedora-extras-commits at redhat.com
Sat Aug 2 01:06:20 UTC 2008


Author: phuang

Update of /cvs/pkgs/rpms/scim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20456

Modified Files:
	scim.spec 
Added Files:
	scim-1.4.7-xim-wrong-format.patch 
Log Message:
Fix wrong format of XIM_QUERY_EXTENSION_REPLY XIM package (bug 457566).


scim-1.4.7-xim-wrong-format.patch:

--- NEW FILE scim-1.4.7-xim-wrong-format.patch ---
diff -up scim-1.4.7/modules/FrontEnd/IMdkit/i18nIMProto.c.xim-wrong-format scim-1.4.7/modules/FrontEnd/IMdkit/i18nIMProto.c
--- scim-1.4.7/modules/FrontEnd/IMdkit/i18nIMProto.c.xim-wrong-format	2008-08-02 09:01:07.000000000 +0800
+++ scim-1.4.7/modules/FrontEnd/IMdkit/i18nIMProto.c	2008-08-02 09:01:15.000000000 +0800
@@ -106,11 +106,11 @@ static XimFrameRec xpcs_fr[] =
 
 static XimFrameRec ext_fr[] =
 {
-    _FRAME(BIT16), 		/* extension major-opcode */
-    _FRAME(BIT16), 		/* extension minor-opcode */
+    _FRAME(BIT8), 		/* extension major-opcode */
+    _FRAME(BIT8), 		/* extension minor-opcode */
     _FRAME(BIT16), 		/* length of extension name */
     _FRAME(BARRAY), 		/* extension name */
-    _PAD4(2),
+    _PAD4(1),
     _FRAME(EOL),
 };
 


Index: scim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scim/devel/scim.spec,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- scim.spec	17 Jul 2008 08:59:37 -0000	1.125
+++ scim.spec	2 Aug 2008 01:05:50 -0000	1.126
@@ -3,7 +3,7 @@
 
 Name:      scim
 Version:   1.4.7
-Release:   28%{?dist}
+Release:   29%{?dist}
 Summary:   Smart Common Input Method platform
 
 License:   LGPLv2+
@@ -47,6 +47,7 @@
 Patch25:   scim-1.4.7-timeout.patch
 Patch26:   scim-1.4.7-trayicon.patch
 Patch27:   scim-1.4.7-menu-pos.patch
+Patch28:   scim-1.4.7-xim-wrong-format.patch
 
 %description
 SCIM is a user friendly and full featured input method user interface and
@@ -177,6 +178,7 @@
 %patch25 -p1 -b .25-timeout
 %patch26 -p1 -b .26-trayicon
 %patch27 -p1 -b .27-menu-pos
+%patch28 -p1 -b .28-xim-wrong-format
 
 
 %if %{snapshot}
@@ -309,6 +311,9 @@
 
 
 %changelog
+* Sat Aug 02 2008 Huang Peng <phuang at redhat.com> - 1.4.7-29
+- add patch scim-1.4.7-xim-wrong-format.patch to fix bug 457566 by Akira TAGOH.
+
 * Thu Jul 17 2008 Huang Peng <phuang at redhat.com> - 1.4.7-28.fc10
 - add patch scim-1.4.7-menu-pos.patch to fix bug 444711.
 




More information about the fedora-extras-commits mailing list