rpms/gcin/devel gcin.spec,1.57,1.58 gtk-deprecated.patch,1.3,1.4

Chung-Yen Chang candyz at fedoraproject.org
Tue Jun 29 04:04:31 UTC 2010


Author: candyz

Update of /cvs/pkgs/rpms/gcin/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13599

Modified Files:
	gcin.spec gtk-deprecated.patch 
Log Message:
update to 1.5.5.pre3


Index: gcin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gcin/devel/gcin.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -p -r1.57 -r1.58
--- gcin.spec	29 Jun 2010 03:37:50 -0000	1.57
+++ gcin.spec	29 Jun 2010 04:04:31 -0000	1.58
@@ -1,6 +1,6 @@
 Name:           gcin
 Version:        1.5.5.pre3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Input method for Traditional Chinese
 
 Group:          System Environment/Libraries
@@ -113,7 +113,7 @@ fi
 %{_libdir}/libgcin-im-client.so*
 
 %changelog
-* Tue Jun 29 2010 Chung-Yen Chang <candyz0416 at gmail.com> - 1.5.5.pre3-1
+* Tue Jun 29 2010 Chung-Yen Chang <candyz0416 at gmail.com> - 1.5.5.pre3-2
 - update to 1.5.5.pre3
 
 * Wed Jun 23 2010 Chung-Yen Chang <candyz0416 at gmail.com> - 1.5.1-1

gtk-deprecated.patch:
 anthy.cpp       |    6 +++++-
 eggtrayicon.cpp |   12 ++++++++----
 eve.cpp         |   22 +++++++++++++++++-----
 gtab.cpp        |    6 +++++-
 tray.cpp        |    6 +++++-
 win-gtab.cpp    |    6 +++++-
 win0.cpp        |   12 ++++++++++--
 win1.cpp        |   12 ++++++++++--
 8 files changed, 65 insertions(+), 17 deletions(-)

Index: gtk-deprecated.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gcin/devel/gtk-deprecated.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- gtk-deprecated.patch	29 Jun 2010 03:37:50 -0000	1.3
+++ gtk-deprecated.patch	29 Jun 2010 04:04:31 -0000	1.4
@@ -100,41 +100,6 @@ diff -urN gcin-1.5.5.pre3.orig/gtab.cpp 
       hide_win_pho();
  
  
-diff -urN gcin-1.5.5.pre3.orig/gtab.cpp.orig gcin-1.5.5/gtab.cpp.orig
---- gcin-1.5.5.pre3.orig/gtab.cpp.orig	2010-06-27 18:19:57.000000000 +0800
-+++ gcin-1.5.5/gtab.cpp.orig	2010-06-29 11:21:59.000000000 +0800
-@@ -163,7 +163,7 @@
- 
-   out[0]=0;
- 
--  int min_klen = 100;
-+  int min_klen = 200;
- 
-   int i;
-   for(i=0; i < tinmd->DefChars; i++) {
-@@ -229,9 +229,12 @@
-   for(i=0; i < tbufN; i++) {
- #define MAX_DISP_MATCH 40
-     if (strlen(out) < MAX_DISP_MATCH) {
-+      strcat(out, "[");
-       strcat(out, tbuf[i]);
-       if (i < tbufN-1)
--        strcat(out, " |");
-+        strcat(out, "] ");
-+      else
-+        strcat(out, "]");
-     }
- 
-     free(tbuf[i]);
-@@ -1069,7 +1072,7 @@
-         char uu[MAX_CIN_PHR];
- 
-         if (gtab_vertical_select) {
--          utf8cpy_bytes(uu, selback, 60);
-+          utf8cpy_bytes(uu, selback, 120);
-           strcat(tt, uu);
-         } else {
-           char *p = selback;
 diff -urN gcin-1.5.5.pre3.orig/tray.cpp gcin-1.5.5/tray.cpp
 --- gcin-1.5.5.pre3.orig/tray.cpp	2010-06-18 06:07:58.000000000 +0800
 +++ gcin-1.5.5/tray.cpp	2010-06-29 11:25:34.000000000 +0800



More information about the scm-commits mailing list