rpms/ibus-anthy/F-11 .cvsignore, 1.14, 1.15 ibus-anthy-HEAD.patch, 1.1, 1.2 ibus-anthy.spec, 1.16, 1.17 sources, 1.14, 1.15

Huang Peng phuang at fedoraproject.org
Wed Jun 3 04:56:07 UTC 2009


Author: phuang

Update of /cvs/pkgs/rpms/ibus-anthy/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13264

Modified Files:
	.cvsignore ibus-anthy-HEAD.patch ibus-anthy.spec sources 
Log Message:
Update to 1.1.0.20090603


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-anthy/F-11/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	2 Apr 2009 07:46:34 -0000	1.14
+++ .cvsignore	3 Jun 2009 04:55:37 -0000	1.15
@@ -1 +1 @@
-ibus-anthy-1.1.0.20090402.tar.gz
+ibus-anthy-1.1.0.20090603.tar.gz

ibus-anthy-HEAD.patch:

Index: ibus-anthy-HEAD.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-anthy/F-11/ibus-anthy-HEAD.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ibus-anthy-HEAD.patch	30 Apr 2009 04:31:46 -0000	1.1
+++ ibus-anthy-HEAD.patch	3 Jun 2009 04:55:37 -0000	1.2
@@ -1,32 +1 @@
-diff --git a/engine/engine.py b/engine/engine.py
-index 98c46b5..de87b74 100644
---- a/engine/engine.py
-+++ b/engine/engine.py
-@@ -640,16 +640,21 @@ class Engine(ibus.EngineBase):
- 
-     def __on_key_space(self):
-         if self.__input_mode == INPUT_MODE_WIDE_LATIN:
--            #  Input Wide Latin chars
--            char = unichr(keysyms.space)
--            wide_char = symbol_rule.get(char, None)
--            if wide_char == None:
--                wide_char = ibus.unichar_half_to_full(char)
-+            # Input Wide space U+3000
-+            wide_char = symbol_rule[unichr(keysyms.space)]
-             self.__commit_string(wide_char)
-             return True
- 
-         if self.__preedit_ja_string.is_empty():
--            return False
-+            if self.__input_mode in (INPUT_MODE_HIRAGANA, INPUT_MODE_KATAKANA):
-+                # Input Wide space U+3000
-+                wide_char = symbol_rule[unichr(keysyms.space)]
-+                self.__commit_string(wide_char)
-+                return True
-+            else:
-+                # Input Half space U+0020
-+                self.__commit_string(unichr(keysyms.space))
-+                return True
- 
-         if self.__convert_mode != CONV_MODE_ANTHY:
-             self.__begin_anthy_convert()
+


Index: ibus-anthy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-anthy/F-11/ibus-anthy.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- ibus-anthy.spec	30 Apr 2009 04:31:46 -0000	1.16
+++ ibus-anthy.spec	3 Jun 2009 04:55:37 -0000	1.17
@@ -1,14 +1,14 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %define mod_path ibus-1.1
 Name:       ibus-anthy
-Version:    1.1.0.20090402
-Release:    2%{?dist}
+Version:    1.1.0.20090603
+Release:    1%{?dist}
 Summary:    The Anthy engine for IBus input platform
 License:    GPLv2+
 Group:      System Environment/Libraries
 URL:        http://code.google.com/p/ibus/
 Source0:    http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
-Patch0:     ibus-anthy-HEAD.patch
+# Patch0:     ibus-anthy-HEAD.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -28,7 +28,7 @@ libanthy.
 
 %prep
 %setup -q
-%patch0 -p1
+# %patch0 -p1
 
 %build
 %configure --disable-static
@@ -51,11 +51,15 @@ rm -rf $RPM_BUILD_ROOT
 # %dir %{python_sitearch}/ibus
 %{python_sitearch}/anthy.py*
 %{python_sitearch}/_anthy.so
-%{_libexecdir}/ibus-engine-anthy
+%{_libexecdir}/*
 %{_datadir}/ibus-anthy
 %{_datadir}/ibus/component/*
 
 %changelog
+* Wed Jun 03 2009 Huang Peng <shawn.p.huang at gmail.com> - 1.1.0.20090603-1
+- Update to 1.1.0.20090603
+- Implement setup ui.
+
 * Thu Apr 30 2009 Huang Peng <shawn.p.huang at gmail.com> - 1.1.0.20090402-2
 - Update to upstream HEAD version
 - Fix bug 498250 - Cannot type zenkaku-space


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-anthy/F-11/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources	2 Apr 2009 07:46:34 -0000	1.14
+++ sources	3 Jun 2009 04:55:37 -0000	1.15
@@ -1 +1 @@
-2d5ae290174ed2f326006659deabc127  ibus-anthy-1.1.0.20090402.tar.gz
+b8e9970bf6dbaf1dde27c8a3eb5622d9  ibus-anthy-1.1.0.20090603.tar.gz




More information about the fedora-extras-commits mailing list