rpms/scim-tables/FC-6 scim-tables-0.5.7-2.bz232875.patch, NONE, 1.1 scim-tables.spec, 1.29, 1.30

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Mar 19 06:31:32 UTC 2007


Author: cchance

Update of /cvs/dist/rpms/scim-tables/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv14606

Modified Files:
	scim-tables.spec 
Added Files:
	scim-tables-0.5.7-2.bz232875.patch 
Log Message:
* Mon Mar 19 2007 Caius Chance <cchance at redhat.com> - 0.5.7-2.fc6
- Fixed bz#232875: scim-tables Chang-Jie preedit was not cleared after focus
                   out then focus in.


scim-tables-0.5.7-2.bz232875.patch:
 scim_table_imengine.cpp |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE scim-tables-0.5.7-2.bz232875.patch ---
--- scim-tables-0.5.7/src/scim_table_imengine.cpp.bz232875	2007-03-19 16:22:45.000000000 +1000
+++ scim-tables-0.5.7/src/scim_table_imengine.cpp	2007-03-19 16:23:18.000000000 +1000
@@ -788,6 +788,7 @@
 TableInstance::focus_out ()
 {
     m_focused = false;
+    reset ();
 }
 
 void


Index: scim-tables.spec
===================================================================
RCS file: /cvs/dist/rpms/scim-tables/FC-6/scim-tables.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- scim-tables.spec	19 Jan 2007 01:20:01 -0000	1.29
+++ scim-tables.spec	19 Mar 2007 06:31:29 -0000	1.30
@@ -6,7 +6,7 @@
 
 Name:		scim-tables
 Version:	0.5.7
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	SCIM Generic Table IMEngine
 
 License:	GPL
@@ -22,6 +22,7 @@
 %endif
 Requires:	scim
 Patch1:		tables-skip-ja-ko.patch
+Patch2:		scim-tables-0.5.7-2.bz232875.patch
 
 %description
 This package contains the Generic Table IMEngine for SCIM.
@@ -198,6 +199,7 @@
 %if !%{jk_tables}
 %patch1 -p1 -b -1.JK
 # patch1 touches a Makefile.am file
+%patch2 -p1 -b .2-bz232875
 autoreconf
 %endif
 
@@ -437,6 +439,10 @@
 
 
 %changelog
+* Mon Mar 19 2007 Caius Chance <cchance at redhat.com> - 0.5.7-2.fc6
+- Fixed bz#232875: scim-tables Chang-Jie preedit was not cleared after focus 
+                   out then focus in.
+
 * Fri Jan 19 2007 Jens Petersen <petersen at redhat.com> - 0.5.7-1.fc6
 - update to 0.5.7 release
 




More information about the fedora-cvs-commits mailing list