rpms/scim-chewing/devel scim-chewing-0.3.1-14.bz228428.patch, NONE, 1.1 scim-chewing.spec, 1.36, 1.37

Caius Chance (cchance) fedora-extras-commits at redhat.com
Tue Apr 8 07:08:44 UTC 2008


Author: cchance

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

Modified Files:
	scim-chewing.spec 
Added Files:
	scim-chewing-0.3.1-14.bz228428.patch 
Log Message:
* Wed Apr 08 2008 Caius Chance <cchance at redhat.com> 0.3.1-14.fc9
- Resolves: rhbz#228428 (Ctrl-v during preedit appears in buffer on Qt XIM.)


scim-chewing-0.3.1-14.bz228428.patch:

--- NEW FILE scim-chewing-0.3.1-14.bz228428.patch ---
diff -up scim-chewing-0.3.1/src/scim_chewing_imengine.cpp.9-bz228428 scim-chewing-0.3.1/src/scim_chewing_imengine.cpp
--- scim-chewing-0.3.1/src/scim_chewing_imengine.cpp.9-bz228428	2008-04-08 15:47:02.000000000 +1000
+++ scim-chewing-0.3.1/src/scim_chewing_imengine.cpp	2008-04-08 16:54:18.000000000 +1000
@@ -440,7 +440,11 @@ bool ChewingIMEngineInstance::process_ke
 		if ( 
 			key.code <= SCIM_KEY_9 && 
 			key.code >= SCIM_KEY_0 ) {
-			chewing_handle_CtrlNum( ctx, key.get_ascii_code() );
+				chewing_handle_CtrlNum( ctx, key.get_ascii_code() );
+		} else if (
+			key.code == SCIM_KEY_v ||
+			key.code == SCIM_KEY_V ) {
+				chewing_handle_Right( ctx );
 		} else {
 			return false;
 		}


Index: scim-chewing.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scim-chewing/devel/scim-chewing.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- scim-chewing.spec	13 Feb 2008 03:20:53 -0000	1.36
+++ scim-chewing.spec	8 Apr 2008 07:08:02 -0000	1.37
@@ -1,6 +1,6 @@
 Name:           scim-chewing
 Version:        0.3.1
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        Chewing Chinese input method for SCIM
 
 License:        GPL
@@ -19,6 +19,7 @@
 Patch5:         scim-chewing-0.3.1-10.bz237924.patch
 Patch6:         scim-chewing-0.3.1-11.bz200694.patch
 Patch7:         scim-chewing-0.3.1-13.gcc.patch
+Patch8:         scim-chewing-0.3.1-14.bz228428.patch
 
 %description
 This package provides Chewing Chinese input method for SCIM. 
@@ -34,6 +35,7 @@
 %patch5 -p1 -b .6-bz237924
 %patch6 -p1 -b .7-bz200694
 %patch7 -p1 -b .8-gcc
+%patch8 -p1 -b .9-bz228428
 
 %build
 %configure --disable-static
@@ -63,6 +65,9 @@
 
 
 %changelog
+* Wed Apr 08 2008 Caius Chance <cchance at redhat.com> 0.3.1-14.fc9
+- Resolves: rhbz#228428 (Ctrl-v during preedit appears in buffer on Qt XIM.)
+
 * Wed Jan 13 2008 Caius Chance <cchance at redhat.com> 0.3.1-13.fc9
 - Rebuild for F9.
 




More information about the fedora-extras-commits mailing list