rpms/scim-pinyin/F-8 scim-pinyin-0.5.91-fix-ms-shuangpin.patch, NONE, 1.1 scim-pinyin.spec, 1.43, 1.44

Huang Peng (phuang) fedora-extras-commits at redhat.com
Wed Dec 12 10:30:13 UTC 2007


Author: phuang

Update of /cvs/pkgs/rpms/scim-pinyin/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27498

Modified Files:
	scim-pinyin.spec 
Added Files:
	scim-pinyin-0.5.91-fix-ms-shuangpin.patch 
Log Message:
Fix wrong key bind in ms shuangpin scheme, the patch from yufanyufan at gmail.com.


scim-pinyin-0.5.91-fix-ms-shuangpin.patch:

--- NEW FILE scim-pinyin-0.5.91-fix-ms-shuangpin.patch ---
diff -Naur scim-pinyin-0.5.91/src/scim_pinyin.cpp scim-pinyin/src/scim_pinyin.cpp
--- scim-pinyin-0.5.91/src/scim_pinyin.cpp      2007-12-11 10:42:07.000000000 +0800
+++ scim-pinyin/src/scim_pinyin.cpp     2007-12-12 13:23:28.000000000 +0800
@@ -370,7 +370,7 @@
     { SCIM_PINYIN_Ong, SCIM_PINYIN_Iong      },         // S
     { SCIM_PINYIN_Ue,  SCIM_PINYIN_ZeroFinal },         // T
     { SCIM_PINYIN_U,   SCIM_PINYIN_ZeroFinal },         // U
-    { SCIM_PINYIN_V,   SCIM_PINYIN_Ui        },         // V
+    { SCIM_PINYIN_Ui,  SCIM_PINYIN_Ue        },         // V
     { SCIM_PINYIN_Ia,  SCIM_PINYIN_Ua        },         // W
     { SCIM_PINYIN_Ie,  SCIM_PINYIN_ZeroFinal },         // X
     { SCIM_PINYIN_Uai, SCIM_PINYIN_V         },         // Y

-- 


Index: scim-pinyin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scim-pinyin/F-8/scim-pinyin.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- scim-pinyin.spec	20 Nov 2007 05:08:30 -0000	1.43
+++ scim-pinyin.spec	12 Dec 2007 10:29:27 -0000	1.44
@@ -1,6 +1,6 @@
 Name:       scim-pinyin
 Version:    0.5.91
-Release:    23%{?dist}
+Release:    24%{?dist}
 Summary:    Smart Pinyin IMEngine for Smart Common Input Method platform
 
 License:    GPLv2
@@ -18,6 +18,7 @@
 Patch5:         scim-pinyin-help-translate.patch
 Patch6:         scim-pinyin-0.5.91-save-in-temp.patch
 Patch7:         scim-pinyin-0.5.91-fix-load.patch
+Patch8:         scim-pinyin-0.5.91-fix-ms-shuangpin.patch
 
 %description
 Simplified Chinese Smart Pinyin IMEngine for SCIM.
@@ -31,6 +32,7 @@
 %patch5 -p1 -b .5-translate
 %patch6 -p1 -b .6-savetmp
 %patch7 -p1 -b .6-fix-load
+%patch8 -p1 -b .8-fix-ms-shuangpin
 
 %build
 ./bootstrap
@@ -64,6 +66,9 @@
 
 
 %changelog
+* Thu Dec 12 2007 Huang Peng <phuang at redhat.com> - 0.5.91-24
+- Fix wrong key bind in ms shuangpin scheme, the patch from yufanyufan at gmail.com.
+
 * Thu Nov 15 2007 Huang Peng <phuang at redhat.com> - 0.5.91-23
 - Bump version and rebuild it for dist-f8-updates-candidate.
 




More information about the fedora-extras-commits mailing list