rpms/gcin/devel gcin.spec,1.45,1.46 im-client.patch,1.14,1.15

Chung-Yen Chang candyz at fedoraproject.org
Thu May 7 06:53:35 UTC 2009


Author: candyz

Update of /cvs/extras/rpms/gcin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3288

Modified Files:
	gcin.spec im-client.patch 
Log Message:
remove gtk_bug_fix.so


Index: gcin.spec
===================================================================
RCS file: /cvs/extras/rpms/gcin/devel/gcin.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- gcin.spec	7 May 2009 06:38:11 -0000	1.45
+++ gcin.spec	7 May 2009 06:53:04 -0000	1.46
@@ -1,6 +1,6 @@
 Name:           gcin
 Version:        1.4.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Input method for Traditional Chinese
 
 Group:          System Environment/Libraries
@@ -111,6 +111,9 @@ fi
 %{_libdir}/libgcin-im-client.so*
 
 %changelog
+* Thu May 07 2009 Chung-Yen Chang <candyz0416 at gmail.com> - 1.4.5-2
+- remove gtk_bug_fix.so and rebuild
+
 * Thu May 07 2009 Chung-Yen Chang <candyz0416 at gmail.com> - 1.4.5-1
 - update to 1.4.5
 

im-client.patch:

Index: im-client.patch
===================================================================
RCS file: /cvs/extras/rpms/gcin/devel/im-client.patch,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- im-client.patch	7 May 2009 06:38:11 -0000	1.14
+++ im-client.patch	7 May 2009 06:53:04 -0000	1.15
@@ -1,6 +1,6 @@
 diff -urN gcin-1.4.5.orig/Makefile gcin-1.4.5/Makefile
 --- gcin-1.4.5.orig/Makefile	2009-03-29 21:32:52.000000000 +0800
-+++ gcin-1.4.5/Makefile	2009-05-07 14:20:31.000000000 +0800
++++ gcin-1.4.5/Makefile	2009-05-07 14:50:13.000000000 +0800
 @@ -8,7 +8,7 @@
  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 gtab-buf.o
@@ -19,6 +19,15 @@ diff -urN gcin-1.4.5.orig/Makefile gcin-
  OBJS_phod2a=phod2a.o pho-util.o gcin-conf.o pho-sym.o table-update.o pho-dbg.o locale.o \
               gcin-settings.o util.o
  OBJS_tsa2d32=tsa2d32.o gcin-send.o util.o pho-sym.o gcin-conf.o locale.o pho-lookup.o
+@@ -94,7 +94,7 @@
+ PROGS_SYM=trad2sim
+ PROGS_CV=kbmcv pin-juyin
+ 
+-all:	$(PROGS) trad2sim $(DATA) $(PROGS_CV) gcin.spec gtk_bug_fix.so
++all:	$(PROGS) trad2sim $(DATA) $(PROGS_CV) gcin.spec
+ 	$(MAKE) -C data
+ 	$(MAKE) -C im-client
+ 	$(MAKE) -C gtk-im
 @@ -105,8 +105,7 @@
  	if [ $(QT4_IM) = 'Y' ]; then $(MAKE) -C qt4-im; fi
  
@@ -102,7 +111,7 @@ diff -urN gcin-1.4.5.orig/Makefile gcin-
  	find . '(' -name '.ted*' -o -name '*~' -o -name 'core.*' -o -name 'vgcore.*' ')' -exec rm {} \;
 diff -urN gcin-1.4.5.orig/Makefile.gcin gcin-1.4.5/Makefile.gcin
 --- gcin-1.4.5.orig/Makefile.gcin	2009-03-29 21:32:52.000000000 +0800
-+++ gcin-1.4.5/Makefile.gcin	2009-05-07 14:20:31.000000000 +0800
++++ gcin-1.4.5/Makefile.gcin	2009-05-07 14:49:23.000000000 +0800
 @@ -8,7 +8,7 @@
  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 gtab-buf.o
@@ -204,7 +213,7 @@ diff -urN gcin-1.4.5.orig/Makefile.gcin 
  	find . '(' -name '.ted*' -o -name '*~' -o -name 'core.*' -o -name 'vgcore.*' ')' -exec rm {} \;
 diff -urN gcin-1.4.5.orig/gtk-im/Makefile gcin-1.4.5/gtk-im/Makefile
 --- gcin-1.4.5.orig/gtk-im/Makefile	2009-04-13 10:47:24.000000000 +0800
-+++ gcin-1.4.5/gtk-im/Makefile	2009-05-07 14:26:32.000000000 +0800
++++ gcin-1.4.5/gtk-im/Makefile	2009-05-07 14:49:23.000000000 +0800
 @@ -26,12 +26,11 @@
  
  all:	im-gcin.so im-gcin-cur.so
@@ -222,7 +231,7 @@ diff -urN gcin-1.4.5.orig/gtk-im/Makefil
  
 diff -urN gcin-1.4.5.orig/im-client/Makefile gcin-1.4.5/im-client/Makefile
 --- gcin-1.4.5.orig/im-client/Makefile	2009-04-16 23:39:50.000000000 +0800
-+++ gcin-1.4.5/im-client/Makefile	2009-05-07 14:28:40.000000000 +0800
++++ gcin-1.4.5/im-client/Makefile	2009-05-07 14:49:23.000000000 +0800
 @@ -27,9 +27,9 @@
  LOCALLIB=/usr/local/$(LIB)
  




More information about the scm-commits mailing list