rpms/scim-anthy/FC-4 scim-anthy-wide-latin.diff, NONE, 1.1 scim-anthy.spec, 1.22, 1.23

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Tue Jan 24 03:39:30 UTC 2006


Author: tagoh

Update of /cvs/extras/rpms/scim-anthy/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv746

Modified Files:
	scim-anthy.spec 
Added Files:
	scim-anthy-wide-latin.diff 
Log Message:
* Tue Jan 24 2006 Akira TAGOH <tagoh at redhat.com> - 0.8.0-2
- scim-anthy-wide-latin.diff: applied to fix a problem that the input character
  appears twice with the full size alphanumeric mode. [scim-imengine-dev:894]

scim-anthy-wide-latin.diff:

--- NEW FILE scim-anthy-wide-latin.diff ---
--- src/scim_anthy_imengine.cpp.old	2006-01-20 22:53:48.000000000 +0900
+++ src/scim_anthy_imengine.cpp	2006-01-20 22:54:17.000000000 +0900
@@ -262,7 +262,7 @@
 
     // for wide Latin mode
     if (m_preedit.get_input_mode () == SCIM_ANTHY_MODE_WIDE_LATIN)
-        process_key_event_wide_latin_mode (key);
+        return process_key_event_wide_latin_mode (key);
 
     // for other mode
     if (get_typing_method () != SCIM_ANTHY_TYPING_METHOD_NICOLA ||


Index: scim-anthy.spec
===================================================================
RCS file: /cvs/extras/rpms/scim-anthy/FC-4/scim-anthy.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- scim-anthy.spec	1 Dec 2005 11:48:41 -0000	1.22
+++ scim-anthy.spec	24 Jan 2006 03:39:30 -0000	1.23
@@ -1,6 +1,6 @@
 Name:           scim-anthy
 Version:        0.8.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 License:        GPL
 URL:            http://scim-imengine.sourceforge.jp/
@@ -8,6 +8,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  scim-devel
 BuildRequires:	anthy-devel >= 6700b-1
+Patch0:		scim-anthy-wide-latin.diff
 
 Summary:        SCIM IMEngine for anthy for Japanese input
 Group:          System Environment/Libraries
@@ -18,6 +19,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 
 %build
@@ -46,6 +48,10 @@
 
 
 %changelog
+* Tue Jan 24 2006 Akira TAGOH <tagoh at redhat.com> - 0.8.0-2
+- scim-anthy-wide-latin.diff: applied to fix a problem that the input character
+  appears twice with the full size alphanumeric mode. [scim-imengine-dev:894]
+
 * Thu Dec  1 2005 Akira TAGOH <tagoh at redhat.com> - 0.8.0-1
 - New upstream release.
 




More information about the fedora-extras-commits mailing list