rpms/gcin/devel gcin.spec, 1.24, 1.25 im-client.patch, 1.8, 1.9 newcj3.patch, 1.1, 1.2

Chung-Yen Chang (candyz) fedora-extras-commits at redhat.com
Mon Oct 15 02:21:51 UTC 2007


Author: candyz

Update of /cvs/extras/rpms/gcin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21411

Modified Files:
	gcin.spec im-client.patch newcj3.patch 
Log Message:
update im-client.patch and newcj3.patch


Index: gcin.spec
===================================================================
RCS file: /cvs/extras/rpms/gcin/devel/gcin.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- gcin.spec	14 Oct 2007 05:59:21 -0000	1.24
+++ gcin.spec	15 Oct 2007 02:21:17 -0000	1.25
@@ -1,6 +1,6 @@
 Name:           gcin
 Version:        1.3.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Input method for Traditional Chinese
 
 Group:          System Environment/Libraries
@@ -112,6 +112,9 @@
 %{_libdir}/libgcin-im-client.so*
 
 %changelog
+* Mon Oct 15 2007 Chung-Yen Chang <candyz0416 at gmail.com> - 1.3.5-2
+- update im-client.patch and newcj3.patch
+
 * Sun Oct 14 2007 Chung-Yen Chang <candyz0416 at gmail.com> - 1.3.5-1
 - update to 1.3.5
 

im-client.patch:

Index: im-client.patch
===================================================================
RCS file: /cvs/extras/rpms/gcin/devel/im-client.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- im-client.patch	17 Apr 2007 02:23:56 -0000	1.8
+++ im-client.patch	15 Oct 2007 02:21:17 -0000	1.9
@@ -1,9 +1,9 @@
-diff -urN gcin-1.3.0.1.orig/gtk-im/Makefile gcin-1.3.0.1/gtk-im/Makefile
---- gcin-1.3.0.1.orig/gtk-im/Makefile	2006-10-14 13:16:16.000000000 +0800
-+++ gcin-1.3.0.1/gtk-im/Makefile	2006-11-23 16:24:35.000000000 +0800
-@@ -20,8 +20,7 @@
- .c.o:
- 	$(CC) -c -fpic $(CFLAGS) -o $@ $<
+diff -urN gcin-1.3.5.orig/gtk-im/Makefile gcin-1.3.5/gtk-im/Makefile
+--- gcin-1.3.5.orig/gtk-im/Makefile	2007-03-01 10:04:07.000000000 +0800
++++ gcin-1.3.5/gtk-im/Makefile	2007-10-15 09:54:56.000000000 +0800
+@@ -24,8 +24,7 @@
+ .c.E:
+ 	$(CC) -E $(CFLAGS) -o $@ $<
  
 -im-gcin.so:     $(OBJS) ../im-client/libgcin-im-client.so
 -	export LD_RUN_PATH=$(gcinlibdir) ;\
@@ -11,9 +11,9 @@
  	$(CC) $(SO_FLAGS) $(OBJS) -L../im-client -lgcin-im-client -o $@ $(LDFLAGS)
  	rm -f core.*
  
-diff -urN gcin-1.3.0.1.orig/im-client/Makefile gcin-1.3.0.1/im-client/Makefile
---- gcin-1.3.0.1.orig/im-client/Makefile	2006-11-15 13:04:52.000000000 +0800
-+++ gcin-1.3.0.1/im-client/Makefile	2006-11-23 16:24:35.000000000 +0800
+diff -urN gcin-1.3.5.orig/im-client/Makefile gcin-1.3.5/im-client/Makefile
+--- gcin-1.3.5.orig/im-client/Makefile	2007-03-01 10:04:36.000000000 +0800
++++ gcin-1.3.5/im-client/Makefile	2007-10-15 09:54:56.000000000 +0800
 @@ -27,9 +27,9 @@
  LOCALLIB=/usr/local/$(LIB)
  
@@ -27,9 +27,9 @@
  	ln -sf $(SOFILEVER) $(SOFILE).1
  	install -d $(includedir)
  	install -m 444 gcin-im-client.h $(includedir)
-diff -urN gcin-1.3.4.orig/Makefile gcin-1.3.4/Makefile
---- gcin-1.3.4.orig/Makefile    2007-04-10 09:56:33.000000000 +0800
-+++ gcin-1.3.4/Makefile 2007-04-12 11:52:46.000000000 +0800
+diff -urN gcin-1.3.5.orig/Makefile gcin-1.3.5/Makefile
+--- gcin-1.3.5.orig/Makefile	2007-07-30 13:20:27.000000000 +0800
++++ gcin-1.3.5/Makefile	2007-10-15 09:58:31.000000000 +0800
 @@ -8,10 +8,10 @@
  gcin_pho_o = win-pho.o pho.o pho-util.o pho-sym.o table-update.o pho-dbg.o
  gcin_gtab_o = gtab.o win-gtab.o gtab-util.o gtab-list.o
@@ -38,17 +38,12 @@
 +gcin1_o= intcode.o win-int.o win-message.o phrase.o win-sym.o win-inmd-switch.o pinyin.o win-pho-near.o
  
  OBJS=gcin.o eve.o util.o gcin-conf.o gcin-settings.o locale.o gcin-icon.o \
--     gcin-switch.o gcin-exec-script.o $(GCIN_SO) \
-+     gcin-switch.o gcin-exec-script.o $(gcin1_o) \
-      $(gcin_tsin_o) $(gcin_pho_o) $(gcin_gtab_o)
+-     gcin-switch.o gcin-exec-script.o $(GCIN_SO) pho-play.o \
++     gcin-switch.o gcin-exec-script.o $(gcin1_o) pho-play.o \
+      $(gcin_pho_o) $(gcin_gtab_o) gcin-common.o
  
  OBJS_TSLEARN=tslearn.o util.o gcin-conf.o pho-util.o tsin-util.o gcin-send.o pho-sym.o \
-@@ -78,12 +78,11 @@
- 	$(MAKE) -C data
- 	$(MAKE) -C im-client
- 	$(MAKE) -C gtk-im
--	$(MAKE) -C po
-+	#$(MAKE) -C po
+@@ -93,8 +93,7 @@
  	if [ $(QT_IM) = 'Y' ]; then $(MAKE) -C qt-im; fi
  
  gcin:   $(OBJS) $(IMdkitLIB) $(im-srv)
@@ -58,7 +53,7 @@
  	rm -f core.*
  	ln -sf $@ $@.test
  
-@@ -140,9 +139,9 @@
+@@ -155,9 +154,9 @@
  pin-juyin:	$(OBJS_pin_juyin)
  	$(CC) -o $@ $(OBJS_pin_juyin) $(LDFLAGS)
  
@@ -71,7 +66,7 @@
  
  ### making the following as .so actuall makes the RSS larger
  gcin_gtab_so = gtab.pico win-gtab.pico gtab-util.pico
-@@ -167,14 +166,11 @@
+@@ -182,14 +181,11 @@
  ibin:
  	install $(PROGS) $(bindir); \
  	rm -f $(bindir)/trad2sim; ln -sf sim2trad $(bindir)/trad2sim
@@ -86,7 +81,7 @@
  	install -d $(bindir)
  	$(MAKE) -C data install
  	$(MAKE) -C im-client install
-@@ -182,13 +178,9 @@
+@@ -197,13 +193,9 @@
  	if [ $(QT_IM) = 'Y' ]; then $(MAKE) -C qt-im install; fi
  	if [ $(prefix) = /usr/local ]; then \
  	   install -m 644 gcin.png /usr/share/icons; \
@@ -100,7 +95,7 @@
  	   install -s $(PROGS) $(bindir); \
  	   rm -f $(bindir)/trad2sim; ln -sf sim2trad $(bindir)/trad2sim; \
  	fi
-@@ -208,7 +200,7 @@
+@@ -223,7 +215,7 @@
  	$(MAKE) -C qt-im clean
  	$(MAKE) -C man clean
  	$(MAKE) -C menu clean

newcj3.patch:

Index: newcj3.patch
===================================================================
RCS file: /cvs/extras/rpms/gcin/devel/newcj3.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- newcj3.patch	15 Nov 2006 06:49:04 -0000	1.1
+++ newcj3.patch	15 Oct 2007 02:21:17 -0000	1.2
@@ -1,5 +1,6 @@
---- gcin-1.2.9/data/Makefile.orig	2006-10-07 11:35:07.000000000 +0800
-+++ gcin-1.2.9/data/Makefile	2006-11-15 14:17:28.000000000 +0800
+diff -urN gcin-1.3.5.orig/data/Makefile gcin-1.3.5/data/Makefile
+--- gcin-1.3.5.orig/data/Makefile	2007-06-30 23:50:56.000000000 +0800
++++ gcin-1.3.5/data/Makefile	2007-10-15 10:13:08.000000000 +0800
 @@ -2,7 +2,7 @@
  
  .SUFFIXES:	.kbmsrc .kbm .cin .gtab
@@ -8,4 +9,4 @@
 +DATA=pho.tab tsin32.idx NewCJ3.gtab \
       cj.gtab ar30.gtab dayi3.gtab pinyin.gtab jyutping.gtab cj5.gtab \
       et.kbm et-asdf.kbm et26.kbm et26-asdf.kbm zo.kbm zo-asdf.kbm \
-      pinyin.kbm pinyin-asdf.kbm \
+      pinyin.kbm pinyin-asdf.kbm dvorak.kbm mitac.kbm \




More information about the fedora-extras-commits mailing list