0820e9
Name:       ibus-table
0820e9
Version:    1.12.5
0820e9
Release:    5%{?dist}
0820e9
Summary:    The Table engine for IBus platform
0820e9
License:    LGPLv2+
0820e9
URL:        http://code.google.com/p/ibus/
0820e9
Source0:    http://mfabian.fedorapeople.org/ibus-table/%{name}-%{version}.tar.gz
0820e9
Requires:       ibus > 1.3.0
0820e9
%{?__python3:Requires: %{__python3}}
0820e9
BuildRequires:  gcc
0820e9
BuildRequires:  ibus-devel > 1.3.0
0820e9
BuildRequires:  python3-devel
0820e9
# for the unit tests
0820e9
%if 0%{?fedora}
0820e9
BuildRequires:  appstream
0820e9
%endif
0820e9
BuildRequires:  libappstream-glib
0820e9
BuildRequires:  desktop-file-utils
0820e9
BuildRequires:  python3-gobject
0820e9
BuildRequires:  python3-gobject-base
0820e9
BuildRequires:  dbus-x11
0820e9
BuildRequires:  xorg-x11-server-Xvfb
0820e9
BuildRequires:  ibus-table-chinese-wubi-jidian
0820e9
BuildRequires:  ibus-table-chinese-cangjie
0820e9
BuildRequires:  ibus-table-chinese-stroke5
0820e9
BuildRequires:  ibus-table-code
0820e9
BuildRequires:  ibus-table-latin
0820e9
BuildRequires:  ibus-table-translit
0820e9
BuildRequires:  ibus-table-tv
0820e9
BuildRequires: make
0820e9
0820e9
Obsoletes:   ibus-table-additional < 1.2.0.20100111-5
0820e9
0820e9
BuildArch:  noarch
0820e9
0820e9
%description
0820e9
The Table engine for IBus platform.
0820e9
0820e9
%package -n %{name}-devel
0820e9
Summary:        Development files for %{name}
0820e9
Requires:       %{name} = %{version}-%{release}, pkgconfig
0820e9
0820e9
%description -n %{name}-devel
0820e9
Development files for %{name}.
0820e9
0820e9
%package tests
0820e9
Summary:        Tests for the %{name} package
0820e9
Requires:       %{name} = %{version}-%{release}
0820e9
0820e9
%description tests
0820e9
The %{name}-tests package contains tests that can be used to verify
0820e9
the functionality of the installed %{name} package.
0820e9
0820e9
%prep
0820e9
%setup -q
0820e9
0820e9
%build
0820e9
export PYTHON=%{__python3}
0820e9
%configure --disable-static --disable-additional --enable-installed-tests
0820e9
%__make %{?_smp_mflags}
0820e9
0820e9
%install
0820e9
%__rm -rf $RPM_BUILD_ROOT
0820e9
export PYTHON=%{__python3}
0820e9
%__make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install pkgconfigdir=%{_datadir}/pkgconfig
0820e9
%py_byte_compile %{python3} /usr/share/ibus-table/engine
0820e9
%py_byte_compile %{python3} /usr/share/ibus-table/setup
0820e9
0820e9
%find_lang %{name}
0820e9
0820e9
%check
0820e9
%if 0%{?fedora}
0820e9
appstreamcli validate --pedantic --explain --no-net %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
0820e9
%endif
0820e9
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
0820e9
desktop-file-validate \
0820e9
    $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup-table.desktop
0820e9
pushd engine
0820e9
# run doctests
0820e9
    python3 table.py
0820e9
    python3 it_util.py
0820e9
popd
0820e9
mkdir -p /tmp/glib-2.0/schemas/
0820e9
cp org.freedesktop.ibus.engine.table.gschema.xml \
0820e9
   /tmp/glib-2.0/schemas/org.freedesktop.ibus.engine.table.gschema.xml
0820e9
glib-compile-schemas /tmp/glib-2.0/schemas #&>/dev/null || :
0820e9
export XDG_DATA_DIRS=/tmp
0820e9
eval $(dbus-launch --sh-syntax)
0820e9
dconf dump /
0820e9
dconf write /org/freedesktop/ibus/engine/table/wubi-jidian/chinesemode 1
0820e9
dconf write /org/freedesktop/ibus/engine/table/wubi-jidian/spacekeybehavior false
0820e9
dconf dump /
0820e9
export DISPLAY=:1
0820e9
Xvfb $DISPLAY -screen 0 1024x768x16 &
0820e9
# A window manager and and ibus-daemon are needed to run the GUI
0820e9
# test tests/test_gtk.py, for example i3 can be used.
0820e9
#
0820e9
# To debug what is going on if there is a problem with the GUI test
0820e9
# add BuildRequires: x11vnc and start a vnc server:
0820e9
#
0820e9
#     x11vnc -display $DISPLAY -unixsock /tmp/mysock -bg -nopw -listen localhost -xkb
0820e9
#
0820e9
# Then one can view what is going on outside of the chroot with vncviewer:
0820e9
#
0820e9
#     vncviewer /var/lib/mock/fedora-32-x86_64/root/tmp/mysock
0820e9
#
0820e9
# The GUI test will be skipped if XDG_SESSION_TYPE is not x11 or wayland.
0820e9
#
0820e9
#ibus-daemon -drx
0820e9
#touch /tmp/i3config
0820e9
#i3 -c /tmp/i3config &
0820e9
#export XDG_SESSION_TYPE=x11
0820e9
0820e9
make check && rc=0 || rc=1
0820e9
cat tests/*.log
0820e9
if [ $rc != 0 ] ; then
0820e9
    exit $rc
0820e9
fi
0820e9
0820e9
%files -f %{name}.lang
0820e9
%doc AUTHORS COPYING README
0820e9
%{_datadir}/%{name}
0820e9
%{_datadir}/metainfo/*.appdata.xml
0820e9
%{_datadir}/ibus/component/table.xml
0820e9
%{_datadir}/applications/ibus-setup-table.desktop
0820e9
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.table.gschema.xml
0820e9
%{_bindir}/%{name}-createdb
0820e9
%{_libexecdir}/ibus-engine-table
0820e9
%{_libexecdir}/ibus-setup-table
0820e9
%{_mandir}/man1/*
0820e9
0820e9
%files devel
0820e9
%{_datadir}/pkgconfig/%{name}.pc
0820e9
0820e9
%files tests
0820e9
%dir %{_libexecdir}/installed-tests
0820e9
%{_libexecdir}/installed-tests/%{name}
0820e9
%dir %{_datadir}/installed-tests
0820e9
%{_datadir}/installed-tests/%{name}
0820e9
0820e9
%changelog
0820e9
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.12.5-5
0820e9
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
0820e9
  Related: rhbz#1991688
0820e9
0820e9
* Fri Jul 16 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.5-4
0820e9
- Related: rhbz#1974631 Delete ibus write-cache in scriptlet
0820e9
0820e9
* Wed Jun 30 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.5-3
0820e9
- Resolves: rhbz#1974631 Delete ibus write-cache in scriptlet
0820e9
- Improve CI tests and add gating.yaml
0820e9
0820e9
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.12.5-2
0820e9
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
0820e9
0820e9
* Fri Mar 05 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.5-1
0820e9
- Update to 1.12.5
0820e9
- Return False in _execute_command_commit_candidate_number(self, number)
0820e9
  if number out of range
0820e9
- Resolves: https://github.com/moebiuscurve/ibus-table-others/issues/21
0820e9
- remove Use-from-unittest-import-mock-instead-of-just-import.patch
0820e9
  (included upstream)
0820e9
- Update translations from Weblate (New translation for Sinhala (si) started)
0820e9
0820e9
* Wed Feb 17 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.4-5
0820e9
- Use “BuildRequires:  appstream” only on Fedora
0820e9
0820e9
* Tue Feb 16 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.4-4
0820e9
- Remove i3 from BuildRequires
0820e9
0820e9
* Tue Feb 02 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.4-3
0820e9
- Use standard library mock
0820e9
0820e9
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.4-2
0820e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
0820e9
0820e9
* Sun Jan 24 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.4-1
0820e9
- Update to 1.12.4
0820e9
- Update translations from Weblate (updated es, cs, fa, pt_BR, zh_CN).
0820e9
  zh_CN is 100% complete now.
0820e9
0820e9
* Wed Jan 06 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.3-1
0820e9
- Update to 1.12.3
0820e9
- Pass the key for the command 'cancel' (default Esc) through
0820e9
  if the preedit is empty
0820e9
- Resolves: https://github.com/kaio/ibus-table/issues/64
0820e9
0820e9
* Mon Jan 04 2021 Mike FABIAN <mfabian@redhat.com> - 1.12.2-1
0820e9
- Update to 1.12.2
0820e9
- Update translations from Weblate
0820e9
  (updated ca, cs, es, fa, ja, pt_BR, pt_PT, tr, zh_CN, zh_HK, zh_TW)
0820e9
0820e9
* Fri Sep 04 2020 Mike FABIAN <mfabian@redhat.com> - 1.12.1-1
0820e9
- Update to 1.12.1
0820e9
- Enable compose support.
0820e9
- Add buttons to move key bindings for a command up or down.
0820e9
- Make translations of 'Edit key bindings for command “%s”' work
0820e9
- Added it_util.py to POTFILES, it had translatable strings for
0820e9
  the “About” dialog and the key settings dialog.
0820e9
- Update translations from Weblate (updated ca, de, fr, tr, uk)
0820e9
0820e9
* Wed Aug 26 2020 Mike FABIAN <mfabian@redhat.com> - 1.12.0-1
0820e9
- Update to 1.12.0
0820e9
- New setup tool, now keybindings can be configured with a GUI.
0820e9
- Resolves: https://github.com/kaio/ibus-table/issues/57
0820e9
- Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1133127
0820e9
- Put exact (except tone) pinyin matches next after exact
0820e9
  matches in the candidate list.
0820e9
- Resolves: https://github.com/kaio/ibus-table/issues/63
0820e9
- Allow lookup table orientation “System Default” in the setup
0820e9
- Remove “spacekeybehavior” option, it became useless as all
0820e9
  keybindings are configurable now.
0820e9
- Added a “debuglevel” option.
0820e9
- Update translations from Weblate (updated ca, cs, de, es, fa,
0820e9
  fr, ja, pt_BR, pt_PT, uk, zh_TW, zh_HK, zh_CN)
0820e9
0820e9
* Sun Aug 16 2020 Mike FABIAN <mfabian@redhat.com> - 1.11.0-1
0820e9
- Update to 1.11.0
0820e9
- Make key bindings configurable.
0820e9
  Only via the command line for the moment, not yet easy to do
0820e9
  for normal users. I have to rewrite the setup tool eventually
0820e9
  to make that possible.
0820e9
- Resolves: https://github.com/ibus/ibus/issues/2241
0820e9
0820e9
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.1-2
0820e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0820e9
0820e9
* Wed Jul 15 2020 Mike FABIAN <mfabian@redhat.com> - 1.10.1-1
0820e9
- Update to 1.10.1
0820e9
- Add GUI test
0820e9
- Make output of ibus-table-createdb deterministic
0820e9
- Update translations from Weblate (updated fr, tr, zh_CN)
0820e9
0820e9
* Wed Jul 01 2020 Mike FABIAN <mfabian@redhat.com> - 1.10.0-1
0820e9
- Update to 1.10.0
0820e9
- Add suggestion mode feature
0820e9
- Resolves: https://github.com/mike-fabian/ibus-table/pull/9
0820e9
- Resolves: rhbz#835376
0820e9
- Add test cases for suggestion mode feature
0820e9
- Fix problems with the behaviour of the property menus
0820e9
- Use python logging module with log file rotation instead
0820e9
  of writing to stdout/stderr
0820e9
- Update translations from Weblate (updated de, es, fr, pt_BR, pt_PT, tr, uk)
0820e9
0820e9
* Mon Jun 22 2020 Mike FABIAN <mfabian@redhat.com> - 1.9.25-3
0820e9
- Byte compile python files namually,
0820e9
  see: https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_3
0820e9
0820e9
* Thu Jun 04 2020 Miro Hrončok <mhroncok@redhat.com> - 1.9.25-2
0820e9
- Don't explicitly require python(abi) >= 3.3
0820e9
0820e9
* Wed Feb 12 2020 Mike FABIAN <mfabian@redhat.com> - 1.9.25-1
0820e9
- update to 1.9.25
0820e9
- Fix crash when changing some options using the menu or the floating panel
0820e9
- Resolves: rhbz#1803028
0820e9
- Translation updates (pt_PT)
0820e9
0820e9
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.24-2
0820e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0820e9
0820e9
* Wed Jan 22 2020 Mike FABIAN <mfabian@redhat.com> - 1.9.24-1
0820e9
- update to 1.9.24
0820e9
- Fixed two typos in message ids (Thanks to Rafael Fontenelle)
0820e9
- Translation updates (tr, fr, fa, pt, uk)
0820e9
- New test cases for ibus-table-others
0820e9
0820e9
* Tue Jan 07 2020 Mike FABIAN <mfabian@redhat.com> - 1.9.23-1
0820e9
- update to 1.9.23
0820e9
- Add exist_ok=True in os.makedirs(path, exist_ok=True) to
0820e9
  avoid failure due to race condition.
0820e9
- Resolves:rhbz#1786652
0820e9
- Move MockEngine classes into a separate file and make
0820e9
  test_itb.py runnable standalone
0820e9
- Translation updates for several languages (French at 100%
0820e9
  now, Brazilian Portuguese at 100% now, Portuguese
0820e9
  (Portugal) new and now at 31.5%)
0820e9
0820e9
* Tue Dec 17 2019 Mike FABIAN <mfabian@redhat.com> - 1.9.22-1
0820e9
- update to 1.9.22
0820e9
- Add Turkish translation from Weblate, 100% translated
0820e9
- Minor translation fixes in some other languages (Punctuation fixes)
0820e9
0820e9
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.21-5
0820e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
0820e9
0820e9
* Tue Feb 12 2019 Mike FABIAN <mfabian@redhat.com> - 1.9.21-4
0820e9
- Fix FTBFS in Fedora rawhide/f30: Add gcc and dbus-x11 to BuildRequires
0820e9
  (Resolves: rhbz#1676299)
0820e9
0820e9
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.21-3
0820e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
0820e9
0820e9
* Tue Oct 09 2018 Mike FABIAN <mfabian@redhat.com> - 1.9.21-2
0820e9
- Require the Python interpreter directly instead of using the package name
0820e9
- Related: rhbz#1619153
0820e9
0820e9
* Wed Aug 29 2018 Mike FABIAN <mfabian@redhat.com> - 1.9.21-1
0820e9
- update to 1.9.21
0820e9
- Migrate IBusConfig to GSettings.
0820e9
  Resolves: https://github.com/mike-fabian/ibus-table/issues/4
0820e9
- Add a test suite
0820e9
- Add missing tags to ibus-table-createdb.sgml.
0820e9
  Resolves: https://github.com/mike-fabian/ibus-table/issues/3
0820e9
0820e9
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.20-3
0820e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0820e9
0820e9
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.9.20-2
0820e9
- Rebuilt for Python 3.7
0820e9
0820e9
* Thu May 03 2018 Mike FABIAN <mfabian@redhat.com> - 1.9.20-1
0820e9
- update to 1.9.20
0820e9
- Draw InputMode text instead of icon into panel on non-Gnome desktops.
0820e9
  Resolves: https://github.com/mike-fabian/ibus-table/issues/6
0820e9
  (Thanks to Takao Fujiwara)
0820e9
- Make it work with Python2 again
0820e9
0820e9
* Mon Apr 30 2018 Mike FABIAN <mfabian@redhat.com> - 1.9.19-1
0820e9
- update to 1.9.19
0820e9
- Sync phrases cache from/to external storage (thanks to heiher).
0820e9
- Update translations from zanata (cs new)
0820e9
0820e9
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.18-2
0820e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
0820e9
0820e9
* Wed Aug 02 2017 Mike FABIAN <mfabian@redhat.com> - 1.9.18-1
0820e9
- update to 1.9.18
0820e9
- validate ibus-table.appdata.xml in %%check
0820e9
- Update translations from zanata (pt_BR updated, es new)
0820e9
- Don't query user database if user define phrase and
0820e9
  dynamic adjust are disabled (thanks to heiher)
0820e9
- Enable hash map based cache for user database enabled
0820e9
  (thanks to heiher)
0820e9
- Import hash map based cache for table database (thanks to
0820e9
  heiher)
0820e9
- Install appstream metadata to /usr/share/metainfo/ (thanks
0820e9
  to jbicha)
0820e9
- Fix some appdata validation issues (thanks to jbicha)
0820e9
- Fix bug in Unihan_Variants.txt, 著 U+8457 is both
0820e9
  simplified *and* traditional Chinese (thanks to heiher)
0820e9
0820e9
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.17-2
0820e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0820e9
0820e9
* Thu Jun 01 2017 Mike FABIAN <mfabian@redhat.com> - 1.9.17-1
0820e9
- update to 1.9.17
0820e9
- Load .desktop file for ibus-setup-table correctly under Gnome Wayland
0820e9
- Set WM_CLASS of ibus-setup-table correctly
0820e9
0820e9
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.16-2
0820e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0820e9
0820e9
* Tue Jan 17 2017 Mike FABIAN <mfabian@redhat.com> - 1.9.16-1
0820e9
- update to 1.9.16
0820e9
- Avoid running initialization code of ibus_table_location.py
0820e9
  when using ibus-table-createdb.
0820e9
- Make it work on Python 3.6 (Unbreak sqlite on Python 3.6)
0820e9
  (Resolves: rhbz#1413580).
0820e9
0820e9
* Mon Jan 16 2017 Mike FABIAN <mfabian@redhat.com> - 1.9.15-1
0820e9
- update to 1.9.15
0820e9
- Update translations from zanata (ca, de, fr, uk updated)
0820e9
- Point to new home-page in the “About” tab.
0820e9
- Improve README
0820e9
0820e9
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.9.14-2
0820e9
- Rebuild for Python 3.6
0820e9
0820e9
* Wed Aug 24 2016 Mike FABIAN <mfabian@redhat.com> - 1.9.14-1
0820e9
- update to 1.9.14
0820e9
- Fix bug in Unihan_Variants.txt, 乾 U+4E7E is both simplified
0820e9
  and traditional Chinese (thanks to Heiher <r@hev.cc>)
0820e9
0820e9
* Tue Aug 23 2016 Mike FABIAN <mfabian@redhat.com> - 1.9.13-1
0820e9
- update to 1.9.13
0820e9
- When ignoring key release events, “False” should be returned, not “True”
0820e9
- Resolves: Resolves: rhbz#1369514
0820e9
- add ibus-table.appdata.xml and make it translatable
0820e9
- pull some new translations and updates from Zanata
0820e9
  (ca, fr, pt_BR, and uk are new, ja, zh_CN, and
0820e9
  zh_TW have updates).
0820e9
0820e9
* Wed Mar 16 2016 Mike FABIAN <mfabian@redhat.com> - 1.9.12-1
0820e9
- update to 1.9.12
0820e9
- Show the table code in the candidate list when pinyin mode is used
0820e9
- Resolves: rhbz#1318109
0820e9
0820e9
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.11-2
0820e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0820e9
0820e9
* Fri Nov 27 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.11-1
0820e9
- update to 1.9.11
0820e9
- Fix bug in Unihan_Variants.txt, U+9762 and U+7CFB are both simplified *and* traditional Chinese
0820e9
- Resolves: rhbz#1285379
0820e9
- Add a few more IBus.Text.new_from_string() conversions to make it work on older systems
0820e9
0820e9
* Tue Nov 24 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.10-2
0820e9
- update to 1.9.10
0820e9
- Fix bug in Unihan_Variants.txt, U+8868 and U+6770 are both simplified *and* traditional Chinese
0820e9
- Resolves: rhbz#1284749
0820e9
0820e9
* Tue Nov 17 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.9-1
0820e9
- update to 1.9.9
0820e9
- Fix hotkey matching
0820e9
- Resolves: rhbz#1282683
0820e9
0820e9
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.8-2
0820e9
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
0820e9
0820e9
* Wed Oct 21 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.8-1
0820e9
- update to 1.9.8
0820e9
- Get option 'lookuptableorientation' default value from database (Thanks to Heiher <r@hev.cc>).
0820e9
0820e9
* Wed Oct 14 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.7-1
0820e9
- update to 1.9.7
0820e9
- When matching hotkeys, ignore all modifiers not requested in the match
0820e9
- Fix U+8986 in Unihan_variants.txt, it is both simplified *and* traditional Chinese
0820e9
- Resolves: rhbz#1271036
0820e9
- Update Unihan_Variants.txt from "2014-05-09 Unicode 7.0.0" to "2015-04-30 Unicode 8.0.0"
0820e9
0820e9
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.6-2
0820e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0820e9
0820e9
* Wed May 06 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.6-1
0820e9
- update to 1.9.6
0820e9
- Use os.path.expanduser('~') instead of os.getenv('HOME')
0820e9
- Resolves: rhbz#1218023
0820e9
0820e9
* Mon Apr 13 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.5-1
0820e9
- update to 1.9.5
0820e9
- Don’t strip space when parsing phrases from a source table
0820e9
- Resolves: rhbz#1211208
0820e9
0820e9
* Sat Mar 07 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.4-1
0820e9
- update to 1.9.4
0820e9
- Check existence of old log files before trying to delete them
0820e9
- Resolves: rhbz#1199673
0820e9
0820e9
* Mon Mar 02 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.3-1
0820e9
- update to 1.9.3
0820e9
- Try to get the English name of the table if run in locale C/POSIX
0820e9
- Resolves: rhbz#1197001
0820e9
0820e9
* Fri Jan 09 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.2-1
0820e9
- update to 1.9.2
0820e9
- Use directories according to theXDG Base Directory Specification
0820e9
- Resolves: rhbz#1172524
0820e9
- When a leading invalid character is passed through, it needs
0820e9
  to be remembered in self._prev_char
0820e9
- Change class “KeyEvent” to store the keycode as well
0820e9
0820e9
* Tue Sep 30 2014 Mike FABIAN <mfabian@redhat.com> - 1.9.1-1
0820e9
- update to 1.9.1
0820e9
- Use proper fallback when reading the localized table name
0820e9
- Show pinyin mode as well in the input mode indicator
0820e9
0820e9
* Tue Sep 16 2014 Mike FABIAN <mfabian@redhat.com> - 1.9.0-1
0820e9
- update to 1.9.0
0820e9
- Redesign the property menus, use sub-menus instead of toggles
0820e9
0820e9
* Sun Sep 14 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.11-1
0820e9
- update to 1.8.11
0820e9
- fixes a Python backtrace when the dconf key
0820e9
  /desktop/ibus/engine/table/wubi-jidian86/onechar was not set
0820e9
* Thu Sep 04 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.10-1
0820e9
- update to 1.8.10
0820e9
- Disable auto_commit option for tables which do not have RULES
0820e9
- Resolves: rhbz#1135759
0820e9
- Disable hotkey to switch Chinese mode if database is not Chinese
0820e9
- Disable “onechar” (Phrase mode/Single char mode) option for non-CJK databases
0820e9
0820e9
* Tue Aug 26 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.9-1
0820e9
- update to 1.8.9
0820e9
- Move some options into a new tab “Details”
0820e9
- Ignore Shift+Space hotkey to switch fullwidth/halfwidth if the database is not for CJK
0820e9
- Resolves: rhbz#1133422
0820e9
- Pass IBus.KEY_KP_Enter to the application if the preedit is empty
0820e9
- Resolves: rhbz#1133424
0820e9
0820e9
* Thu Aug 14 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.8-1
0820e9
- update to 1.8.8
0820e9
- Show keyboard shortcuts also in the property menu entries
0820e9
- Remove “Hide Candidates/Display Candidates” from the properties menu
0820e9
- If the database is not CJK, set sensitivity to comboboxes
0820e9
  useful only for CJK to OFF
0820e9
- Disable properties related to fullwidth/halfwidth for non-CJK tables
0820e9
- Resolves: rhbz#1128912 - With the new "rusle" table in
0820e9
  ibus-table-cyrillic, typing space works strangely
0820e9
0820e9
* Mon Aug 11 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.7-1
0820e9
- update to 1.8.7
0820e9
- Use the “notify::text” signal instead of “activate” on GtkEntry widget.
0820e9
  This is to make changes in the text entry widgets in the setup tool apply
0820e9
  immediately.
0820e9
- Move the “Restore all defaults” button into the GtkButtonBox at the bottom
0820e9
- Update Unihan_Variants.txt from “2013-02-25 Unicode 6.3.0” to “2014-05-09 Unicode 7.0.0”
0820e9
0820e9
* Tue Jul 29 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.6-1
0820e9
- update to 1.8.6
0820e9
- Escape % and _ if they are not intended as wildcards
0820e9
- Resolves: rhbz#1123981
0820e9
0820e9
* Mon Jul 21 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.5-1
0820e9
- update to 1.8.5
0820e9
- Always write xml output in UTF-8 encoding, not in the encoding
0820e9
  of the current locale
0820e9
- Resolves: rhbz#1120919
0820e9
0820e9
* Mon Jul 07 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.4-1
0820e9
- update to 1.8.4
0820e9
- Tweak defaults for Chinese mode taken from the locale
0820e9
- Fix prompts for array30 table and don’t use prompts in pinyin mode
0820e9
- Make it possible to use select keys like F1, F2, F3 ...
0820e9
- For cangjie* and quick* tables: Use big5 order if the
0820e9
  freq from the table is the same
0820e9
0820e9
* Wed Jun 25 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.3-1
0820e9
- update to 1.8.3
0820e9
- Insert a special candidate for the wildcard character itself
0820e9
  if only a wildcard character has been typed
0820e9
- Make wildchard characters configurable
0820e9
- Resolves: rhbz#1110325 - Unable to input question marks in Wubi-jidian
0820e9
0820e9
* Mon Jun 09 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.2-1
0820e9
- update to 1.8.2
0820e9
- Better sorting of the lookup table in the mixed Chinese modes
0820e9
- Do not create useless indexes
0820e9
- Resolves: rhbz#1105465
0820e9
0820e9
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-2
0820e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0820e9
0820e9
* Wed Jun 04 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.1-1
0820e9
- update to 1.8.1
0820e9
- Added support for wildcards (both in table and in pinyin mode)
0820e9
- Don’t show the prompt characters defined in the table in
0820e9
  pinyin mode in the auxiliary text
0820e9
0820e9
* Tue Jun 03 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.0-1
0820e9
- update to 1.8.0
0820e9
- adapt tools/ibus-table-query tothe new database format
0820e9
0820e9
* Wed May 28 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140528-1
0820e9
- update to 1.5.0.20140528
0820e9
- Use Unicode code point as a last ditch sort key for the candidates
0820e9
- Fix bug in Unihan_Variants.txt, 同 is both simplified *and* traditional Chinese
0820e9
- Update Unihan_Variants.txt from “2011-08-08 Unicode 6.1.0” to “2013-02-25 Unicode 6.3.0” and regenerate engine/chinese_variants.py
0820e9
0820e9
* Tue May 27 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140527-1
0820e9
- update to 1.5.0.20140527
0820e9
- Put exact matches always at the top of the candidate list
0820e9
- Fix typo in the filtering for Chinese mode 3 (All characters with traditional Chinese first)
0820e9
- Support prompt characters (e.g. for cangjie and stroke5)
0820e9
0820e9
* Mon May 19 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140519-1
0820e9
- update to 1.5.0.20140519
0820e9
- rewrite major parts of ibus-table, fix many bugs.
0820e9
0820e9
* Wed Apr 16 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140416-1
0820e9
- Do not fail when the environment variable HOME is not set
0820e9
- Resolves: rhbz#1088138
0820e9
- some code cleanup
0820e9
0820e9
* Wed Apr 09 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140409-1
0820e9
- Make toggling pinyin mode with the right shift key work
0820e9
- Don’t try to colour system phrases and user phrases differently in pinyin mode
0820e9
- Resolves: rhbz#1084684
0820e9
- Don’t switch off pinyin mode in clear()
0820e9
- Make usage of engine name and dconf key consistent
0820e9
0820e9
* Wed Apr 02 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140402-1
0820e9
- Fix a regression caused by the Python3 port in tabcreatedb.py (This fixes the build of ibus-table-chinese)
0820e9
0820e9
* Wed Mar 12 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140312-2
0820e9
- fix yet another regression introduced by the Python3 port (problem occured when filtering Chinese characters, see rhbz#1072940 comment#18)
0820e9
- Resolves: rhbz#1072940
0820e9
0820e9
* Wed Mar 12 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140312-1
0820e9
- update to latest upstream
0820e9
- fix another regression introduced by the Python3 port (a spelling mistake in a variable name)
0820e9
- Resolves: rhbz#1072940
0820e9
0820e9
* Tue Mar 11 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140311-1
0820e9
- update to latest upstream
0820e9
- fix a regression introduced by the Python3 port
0820e9
- add a .desktop file and make the setup tool work with Gnome
0820e9
- make it possible to interrupt the setup tool with Control-C from the command line
0820e9
0820e9
* Thu Mar 06 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140306-1
0820e9
- update to latest upstream
0820e9
- Resolves: rhbz#1072940 - Left Shift stopped work for ibus-table-1.5.0.20140218-1.fc20.noarch
0820e9
- port from Python2 to Python3, require Python3 in this rpm now
0820e9
- fix directory for setup tool, setup tool should work now
0820e9
- add profiling support
0820e9
0820e9
* Tue Feb 18 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140218-1
0820e9
- update to latest upstream
0820e9
- Resolves: rhbz#1061345 - ibus-table shows entered text in password fields
0820e9
- remove patches which are included upstream
0820e9
- remove old, unused patches
0820e9
0820e9
* Fri Jan 24 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20130419-3
0820e9
- Resolves: rhbz#1051365 - suggestion: move ibus-table-createdb to a subpackage
0820e9
- When tabcreatedb.py is called without any options, print a usage message. Do not just show a cryptic backtrace.
0820e9
0820e9
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0.20130419-2
0820e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0820e9
0820e9
* Fri Apr 19 2013 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20130419-1
0820e9
- update to latest upstream
0820e9
- remove patches which are included upstream
0820e9
- Resolves: #948454 - Man page scan results for ibus-table
0820e9
0820e9
* Thu Feb 14 2013 Mike FABIAN <mfabian@redhat.com> - 1.5.0-2
0820e9
- Resolves: #911487 - Non-Chinese tables from the ibus-table-other package do not work
0820e9
- Add auto_select functionality to select the first phrase when typing.
0820e9
  Useful for Cyrillic transliteration
0820e9
- Update cmode property in chinese mode only
0820e9
- Fall back to auto_select = False if neither dconf nor the table
0820e9
  have a value for auto_select
0820e9
- Preedit needs to be updated on page-up and page-down
0820e9
0820e9
* Mon Jan 28 2013 Mike FABIAN <mfabian@redhat.com> - 1.5.0-1
0820e9
- update to latest upstream 1.5.0  from Caius ‘kaio’ Chance’s repository
0820e9
- add patches for better simplified/traditional Chinese detection
0820e9
- Resolves: #857967 - simplified/traditional Chinese detection in ibus-table does not work well
0820e9
0820e9
* Thu Jan 10 2013 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20130110-1
0820e9
- Resolves: #513901 ibus-table setup does not store config settings
0820e9
- update to latest upstream 1.4.99.20130110 from Caius ‘kaio’ Chance’s repository, 1.5.0 branch
0820e9
- When detecting the Chinese mode from the environment, also check LC_ALL
0820e9
- Fix typo in self._chinese_mode variable (The typo broke the SC/TC property)
0820e9
- Make cursor in lookup table always visible (became invisible after the port to GObjectIntrospection)
0820e9
- apply changes in values of dconf keys immediately
0820e9
0820e9
* Tue Jan 08 2013 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20130108-1
0820e9
- update to latest upstream 1.4.99.20130108 from Caius ‘kaio’ Chance’s repository, 1.5.0 branch
0820e9
- includes port to GObjectIntrospection now
0820e9
0820e9
* Thu Jan 03 2013 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20130103-1
0820e9
- update to latest upstream 1.4.99.20130103 from Caius ‘kaio’ Chance’s repository, 1.5.0 branch
0820e9
0820e9
* Tue Nov 13 2012 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20121113-1
0820e9
- update to latest upstream 1.4.99.20121113 from Caius ‘kaio’ Chance’s repository, using rel20121101 git tag
0820e9
- remove ibus-table-1.4.99.20120907-improve-chinese-category-check.patch (included upstream)
0820e9
- remove fix-ipa-x-sampa-table-and-phrases-containing-spaces.patch (included upstream)
0820e9
- Fix marking of translatable strings for gettext
0820e9
- update zh_??.po files
0820e9
- Add German translation
0820e9
- Do not fail if the ~/.ibus/byo-tables/ directory does not exist
0820e9
0820e9
* Thu Sep 13 2012 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20120907-3
0820e9
- Resolves: #856903
0820e9
- Fix ipa-x-sampa table and phrases containing spaces in emoji-table
0820e9
  Currently there is a regular expression which filters out several
0820e9
  lines defining valid phrases. The emoji-table for example has phrases
0820e9
  containing spaces which are currently filtered out and the ipa-x-sampa
0820e9
  table has trailing comments which are filtered out as well.
0820e9
0820e9
* Tue Sep 11 2012 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20120907-2
0820e9
- Resolves: #856320
0820e9
- Improve check whether a phrase is simplified or traditional Chinese
0820e9
  The improvement is to ignore all non-Han characters when
0820e9
  doing the check.
0820e9
  This is to avoid classifying a simplified Chinese string as
0820e9
  traditional just because it happens to include some non-Chinese
0820e9
  characters, for example box drawing characters, which cannot be
0820e9
  converted to gb2312 but happen to be convertible to big5hkscs.
0820e9
  This fixes the problem in the emoji-table input method that most
0820e9
  phrases cannot be input at all.
0820e9
0820e9
* Fri Sep 07 2012 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20120907-1
0820e9
- Relates: #855250
0820e9
- see comment#1 in #855250
0820e9
- update to latest upstream 1.4.99.20120907 from Caius 'kaio' Chance's repository
0820e9
- remove ibus-table-1.3.9.20110827-add-some-keys-for-translit.patch (included upstream)
0820e9
- remove ibus-table-1.3.9.20110827-enable-non-ascii.patch (included upstream)
0820e9
0820e9
* Wed Sep 05 2012 Mike FABIAN <mfabian@redhat.com> - 1.3.9.20110827-4
0820e9
- Resolves: #845798
0820e9
- add ibus-table-1.3.9.20110827-add-some-keys-for-translit.patch (from Yuwei YU, upstream)
0820e9
- add ibus-table-1.3.9.20110827-enable-non-ascii.patch  (from Yuwei YU, upstream)
0820e9
- add ibus-table-1.3.9.20110827-uppercase-umlauts.patch to allow uppercase as well in translit
0820e9
0820e9
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.9.20110827-3
0820e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0820e9
0820e9
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.9.20110827-2
0820e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
0820e9
0820e9
* Wed Aug 31 2011 Caius 'kaio' Chance - 1.3.9.20110827-1
0820e9
- Updated to upstream. 
0820e9
0820e9
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0.20100621-5
0820e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
0820e9
0820e9
* Fri Nov 19 2010 Ding-Yi Chen <dchen@redhat.com> - 1.3.0.20100621-4
0820e9
- Rebuild for ibus-1.4
0820e9
0820e9
* Wed Sep  1 2010 Jens Petersen <petersen@redhat.com> - 1.3.0.20100621-3
0820e9
- remove the redundant post and postun scripts (#625330)
0820e9
0820e9
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 1.3.0.20100621-2
0820e9
- recompiling .py files against Python 2.7 (rhbz#623320)
0820e9
0820e9
* Mon Jun 21 2010 Caius Chance <cchance@redhat.com> - 1.2.0.20100621-1
0820e9
- Updated from upstream which tarball was rebuilt with IBus 1.3.
0820e9
0820e9
* Wed Mar 10 2010 Caius 'kaio' Chance <cchance at redhat.com> - 1.2.0.20100111-7
0820e9
- Add template.txt in files.
0820e9
0820e9
* Wed Mar 10 2010 Caius 'kaio' Chance <cchance at redhat.com> - 1.2.0.20100111-6
0820e9
- Disable -additional.
0820e9
0820e9
* Wed Mar 10 2010 Caius 'kaio' Chance <cchance at redhat.com> - 1.2.0.20100111-5
0820e9
- Remove -additional for obsoletion by ibus-table-latin and ibus-table-code.
0820e9
0820e9
* Mon Feb 15 2010 Caius 'kaio' Chance <cchance at redhat.com> - 1.2.0.20100111-4.fc13
0820e9
- Fixed latex.svg location.
0820e9
0820e9
* Fri Jan 29 2010 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20100111-3.fc13
0820e9
- Split .pc to -devel subpackage.
0820e9
0820e9
* Thu Jan 14 2010 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20100111-2.fc13
0820e9
- Temporary keep files of additional available in ibus-table until 
0820e9
  ibus-table-{code,latin} packages are ready in repository.
0820e9
0820e9
* Mon Jan 11 2010 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20100111-1.fc13
0820e9
- Updated source from upstream.
0820e9
- Migreate tables from ibus-table-additional to ibus-table-latin and ibus-table-code.
0820e9
0820e9
* Wed Jan 06 2010 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090912-3.fc13
0820e9
- Apply parsing equal sign patch.
0820e9
0820e9
* Wed Nov 11 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090912-2.fc13
0820e9
- Fix crashing caused by speedmeter.
0820e9
0820e9
* Fri Sep 04 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090912-1.fc12
0820e9
- Upgraded to upstream source.
0820e9
0820e9
* Fri Sep 04 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090904-1.fc12
0820e9
- Updated source with additional tables separated.
0820e9
0820e9
* Thu Sep 03 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090902-2.fc12
0820e9
- Rebuilt.
0820e9
0820e9
* Wed Sep 02 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090902-1.fc12
0820e9
- Updated source.
0820e9
0820e9
* Tue Aug 04 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090804-1.fc12
0820e9
- Cleaned up unused dcommit contents.
0820e9
0820e9
* Mon Aug 03 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090803-1.fc12
0820e9
- Updated to upstream.
0820e9
0820e9
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.20090625-3
0820e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
0820e9
0820e9
* Wed Jul 01 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090625-2.fc12
0820e9
- Rebuilt.
0820e9
0820e9
* Wed Jul 01 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090625-1.fc12
0820e9
- Updated source from upstream, which released for IBus 1.2 and so on.
0820e9
0820e9
* Wed May 27 2009 Caius 'kaio' Chance <cchance@redhat.com> - 1.1.0.20090527-1.fc12
0820e9
- Updated source from upstream, which with candidate order fix.
0820e9
0820e9
* Mon Mar 16 2009 Caius Chance <cchance@redhat.com> - 1.1.0.20090316-1.fc11
0820e9
- Resolves: rhbz#490396
0820e9
- Updated source tarball.
0820e9
- Disabled speedmeter until config option is implemented.
0820e9
0820e9
* Fri Mar  6 2009 Jens Petersen <petersen@redhat.com> - 1.1.0.20090220-5
0820e9
- make pkgconfig noarch with ibus-table-pkgconfig-noarch.patch
0820e9
- fix license field: actually LGPL
0820e9
- drop gettext-devel BR
0820e9
- require ibus > 1.1.0
0820e9
0820e9
* Mon Mar 02 2009 Caius Chance <cchance@redhat.com> - 1.1.0.20090220-4.fc11
0820e9
- Rebuilt.
0820e9
0820e9
* Mon Mar 02 2009 Caius Chance <cchance@redhat.com> - 1.1.0.20090220-3.fc11
0820e9
- Rebuilt.
0820e9
0820e9
* Mon Mar 02 2009 Caius Chance <cchance@redhat.com> - 1.1.0.20090220-2.fc11
0820e9
- Rebuilt.
0820e9
0820e9
* Mon Mar 02 2009 Caius Chance <cchance@redhat.com> - 1.1.0.20090220-1.fc11
0820e9
- Resolves: rhbz#484650
0820e9
- Updated to latest upstream release.
0820e9
- Splitted chinese input methods into modules.
0820e9
0820e9
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1.20081014-5
0820e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
0820e9
0820e9
* Wed Feb 04 2009 Caius Chance <cchance@redhat.com> - 0.1.1.20081014-4
0820e9
- Resolves: rhbz#466430 rhbz#466844
0820e9
- Added wildcard features.
0820e9
- Added preedit clearance on refocus.
0820e9
0820e9
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20081014-3
0820e9
- Rebuild for Python 2.6
0820e9
0820e9
* Mon Dec 1 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081014-2
0820e9
- Modified spec file to own all directories created by ibus-table.
0820e9
0820e9
* Tue Oct 14 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081014-1
0820e9
- Update to 0.1.1.20081014.
0820e9
0820e9
* Mon Sep 01 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080901-1
0820e9
- Update to 0.1.1.20080901.
0820e9
0820e9
* Tue Aug 19 2008 Yu Yuwei <acevery@gmail.com> - 0.1.1.20080829-1
0820e9
- The first version.