[ibus-chewing] Resolves: #608991, #632043; Fixed Upstream issue 1022, 1032; Rewrite CMake modules.

Ding-Yi Chen dchen at fedoraproject.org
Fri Sep 10 14:35:13 UTC 2010


commit 45c03a0438c73a0b2d1ef69c136b7149590d4c2b
Author: Ding-Yi Chen <dingyichen at gmail.com>
Date:   Sat Sep 11 00:35:17 2010 +1000

    Resolves: #608991, #632043;Fixed Upstream issue 1022, 1032;Rewrite CMake modules.

 .gitignore        |    1 +
 ibus-chewing.spec |   34 ++++++++++++++++------------------
 sources           |    2 +-
 3 files changed, 18 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e383701..e665c30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 ibus-chewing-1.3.5.20100706-Source.tar.gz
 ibus-chewing-1.3.6.20100730-Source.tar.gz
+/ibus-chewing-1.3.7.20100910-Source.tar.gz
diff --git a/ibus-chewing.spec b/ibus-chewing.spec
index 30949ee..8d525cc 100644
--- a/ibus-chewing.spec
+++ b/ibus-chewing.spec
@@ -1,12 +1,12 @@
 Name:       ibus-chewing
-Version:    1.3.6.20100730
+Version:    1.3.7.20100910
 Release:    1%{?dist}
 Summary:    The Chewing engine for IBus input platform
 Summary(zh_TW): IBus新酷音輸入法
 License:    GPLv2+
 Group:      System Environment/Libraries
 URL:        http://code.google.com/p/ibus/
-Source0:    http://ibus.googlecode.com/files/%{name}-%{version}-Source.tar.gz
+Source0:    http://ibus.googlecode.com/files/ibus-chewing-1.3.7.20100910-Source.tar.gz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -96,17 +96,20 @@ fi
 %config(noreplace) %{_sysconfdir}/gconf/schemas/%{name}.schemas
 
 %changelog
-* Mon Aug 02 2010 Ding-Yi Chen <dchen at redhat.com> - 1.3.6.20100730-1
-- Resolves: #608991
-- Sort of fix upstream issue 993.
-- Include USER-GUIDE
-- Remove NEWS, as this project does not use it.
-- Fix upstream Issue 1016: [ibus-chewing] Chewing should commit the complete string before disable chewing. But only for ibus-1.3.0 and later.
-- Mouse candidate selection now work in plain Zhuyin mode.
-- Default setting changes: (Won't affect current user though).
-  + Auto move cursor: TRUE
-  + Add phrases in front: TRUE
-  + spaceAsSelection: FALSE
+* Sat Sep 11 2010 Ding-Yi Chen <dchen at redhat.com> - 1.3.7.20100910-1
+- Input style of ibus-chewing is decommissioned under ibus >=1.3.
+  Now the input style is determined solely on the setting of
+  "Embed preedit in application window" in IBus.
+- Resolves: #608991, #632043
+- Fixed Issue 1022: chewing commit some text in reset method
+  (patched by Peng Huang).
+- Fixed Issue 1032: [ibus-chewing] Chewing not commit some single Chinese
+  char into application when press enter.
+- Rewrite CMake modules to make them cleaner, and documents in cmake module
+  help format.
+- [For developer and distro maintainer]
+  Various targets changed. Use 'make help' to obtain a list of available
+  targets.
 
 * Fri Jul 30 2010 Ding-Yi Chen <dchen at redhat.com> - 1.3.6.20100730-1
 - Resolves: #608991
@@ -338,8 +341,3 @@ Fix the errors which Funda Wang as pointing out:
 
 
 
-
-
-
-
-
diff --git a/sources b/sources
index a044e29..93c53dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a2f1b6993102f1275307b99a1ade422  ibus-chewing-1.3.6.20100730-Source.tar.gz
+14c5b75aac95aae55aad4a6859fea4d3  ibus-chewing-1.3.7.20100910-Source.tar.gz


More information about the scm-commits mailing list