rpms/scim-anthy/devel scim-anthy-wide-latin.diff, NONE, 1.1 scim-anthy.spec, 1.17, 1.18

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 23 04:44:26 UTC 2006


Author: tagoh

Update of /cvs/dist/rpms/scim-anthy/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14945

Modified Files:
	scim-anthy.spec 
Added Files:
	scim-anthy-wide-latin.diff 
Log Message:
* Mon Jan 23 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-anthy-wide-latin.diff:
 scim_anthy_imengine.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- 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/dist/rpms/scim-anthy/devel/scim-anthy.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- scim-anthy.spec	9 Dec 2005 22:43:07 -0000	1.17
+++ scim-anthy.spec	23 Jan 2006 04:44:23 -0000	1.18
@@ -1,6 +1,6 @@
 Name:           scim-anthy
 Version:        0.8.0
-Release: 1.fc5.1
+Release:	2.fc5
 
 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
@@ -19,6 +20,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 
 %build
@@ -47,6 +49,10 @@
 
 
 %changelog
+* Mon Jan 23 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.
+
 * Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
 - rebuilt
 




More information about the fedora-cvs-commits mailing list