Accepting request 239523 from M17N

- Updateto 1.8.3, ibus-table >= 1.8.x has many improvements over 1.5.x
  * The database format is simplified which makes better matching
    possible. But because of the changed database format, the
    tables have to be rebuilt, i.e. packages like ibus-table-chinese
    and ibus-table-others have to be rebuilt against  ibus-table > 1.8.0.
  * Wildcard support added, wildcards like ? for single characters or *
    for many characters can be used. The wildcards can be configured
    in the setup tool, for example one can also use 'z' as a single character
    wildcard if desired.
  * Setup tool improved, several new options added, works with Gnome3 now.
  * Prompt characters are supported now, for example when using Cangjie,
    日, 月, 金, ... are displayed while typing instead of a, b, c, ...
  * Moving around in the preëdit works correctly now. One can commit
    the current candidate to preëdit with the left shift key or with
    the arrow keys, commit more characters to preëdit that way, then
    move around in the preëdit and see the full key sequences of the
    characters in the preëdit. This way one can check the
    key sequences if one used wildcards or pinyin mode to enter the
    characters.
  * Fix many bugs

OBS-URL: https://build.opensuse.org/request/show/239523
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus-table?expand=0&rev=19
This commit is contained in:
Stephan Kulow 2014-07-04 07:34:56 +00:00 committed by Git OBS Bridge
commit 68145bb14d
4 changed files with 30 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ba89c70c50773d43927769a2c608f71b282afbf3538188f65b9c89ebdc1a184
size 432844

3
ibus-table-1.8.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:152723f65ad4f0544fee129938404c6cc0619a1da25f59f81a733da8d8c2dfc4
size 523413

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 4 12:04:17 CST 2014 - hillwood@linuxfans.org
- Updateto 1.8.3, ibus-table >= 1.8.x has many improvements over 1.5.x
* The database format is simplified which makes better matching
possible. But because of the changed database format, the
tables have to be rebuilt, i.e. packages like ibus-table-chinese
and ibus-table-others have to be rebuilt against ibus-table > 1.8.0.
* Wildcard support added, wildcards like ? for single characters or *
for many characters can be used. The wildcards can be configured
in the setup tool, for example one can also use 'z' as a single character
wildcard if desired.
* Setup tool improved, several new options added, works with Gnome3 now.
* Prompt characters are supported now, for example when using Cangjie,
日, 月, 金, ... are displayed while typing instead of a, b, c, ...
* Moving around in the preëdit works correctly now. One can commit
the current candidate to preëdit with the left shift key or with
the arrow keys, commit more characters to preëdit that way, then
move around in the preëdit and see the full key sequences of the
characters in the preëdit. This way one can check the
key sequences if one used wildcards or pinyin mode to enter the
characters.
* Fix many bugs
-------------------------------------------------------------------
Fri Feb 14 14:04:28 UTC 2014 - fcrozat@suse.com

View File

@ -21,7 +21,7 @@ BuildRequires: fdupes
BuildRequires: ibus-devel >= 1.4.99
BuildRequires: pkgconfig
BuildRequires: python
Version: 1.5.0
Version: 1.8.3
Release: 0
Summary: The Table engine for IBus platform
License: LGPL-2.1+
@ -66,6 +66,8 @@ make %{?jobs:-j %jobs}
%{_libdir}/ibus/ibus-*
%{_bindir}/*
%{_datadir}/ibus
%{_mandir}/man1/*
%{_datadir}/applications/ibus-setup-table.desktop
%files devel
%defattr(-,root,root,-)