Blame SPECS/ibus-table.spec

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