aa95ee3
Name:       ibus-table
5432a89
Version:    1.9.3
640a354
Release:    1%{?dist}
aa95ee3
Summary:    The Table engine for IBus platform
4a90063
License:    LGPLv2+
aa95ee3
Group:      System Environment/Libraries
aa95ee3
URL:        http://code.google.com/p/ibus/
885bd3f
Source0:    http://mfabian.fedorapeople.org/ibus-table/%{name}-%{version}.tar.gz
5df7a6d
Requires:       ibus > 1.3.0
c1959c4
Requires:       python3 >= 3.3
5df7a6d
BuildRequires:  ibus-devel > 1.3.0
c1959c4
BuildRequires:  python3-devel
cchance 7e4a74d
d546d0c
Obsoletes:   ibus-table-additional < 1.2.0.20100111-5
d546d0c
aa95ee3
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
aa95ee3
BuildArch:  noarch
aa95ee3
aa95ee3
%description
cchance ec8af79
The Table engine for IBus platform.
cchance 08b5f49
cchance 6b41254
%package -n %{name}-devel
cchance 6b41254
Summary:        Development files for %{name}
cchance 6b41254
Group:          Development/Libraries
cchance 6b41254
Requires:       %{name} = %{version}-%{release}, pkgconfig
cchance 6b41254
cchance 6b41254
%description -n %{name}-devel
a362d1d
Development files for %{name}.
cchance 6b41254
aa95ee3
%prep
4a90063
%setup -q
aa95ee3
aa95ee3
%build
c1959c4
export PYTHON=%{__python3}
a362d1d
%configure --disable-static --disable-additional
cchance 8c8c031
%__make %{?_smp_mflags}
aa95ee3
aa95ee3
%install
cchance 8c8c031
%__rm -rf $RPM_BUILD_ROOT
c1959c4
export PYTHON=%{__python3}
cchance 8c8c031
%__make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install pkgconfigdir=%{_datadir}/pkgconfig
aa95ee3
aa95ee3
%find_lang %{name}
aa95ee3
aa95ee3
%clean
cchance ec8af79
%__rm -rf $RPM_BUILD_ROOT
aa95ee3
cchance 6b41254
aa95ee3
%files -f %{name}.lang
aa95ee3
%defattr(-,root,root,-)
aa95ee3
%doc AUTHORS COPYING README
c1959c4
%{_datadir}/%{name}
cchance 458d143
%{_datadir}/ibus/component/table.xml
cad8544
%{_datadir}/applications/ibus-setup-table.desktop
cchance c474456
%{_bindir}/%{name}-createdb
cchance c474456
%{_libexecdir}/ibus-engine-table
557180f
%{_libexecdir}/ibus-setup-table
50156f0
%{_mandir}/man1/*
27083d9
cchance 6b41254
%files devel
cchance 6b41254
%defattr(-, root, root, -)
cchance 6b41254
%{_datadir}/pkgconfig/%{name}.pc
cchance 6b41254
aa95ee3
%changelog
5432a89
* Mon Mar 02 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.3-1
5432a89
- update to 1.9.3
5432a89
- Try to get the English name of the table if run in locale C/POSIX
5432a89
- Resolves: rhbz#1197001
5432a89
e159d3a
* Fri Jan 09 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.2-1
e159d3a
- update to 1.9.2
e159d3a
- Use directories according to theXDG Base Directory Specification
e159d3a
- Resolves: rhbz#1172524
e159d3a
- When a leading invalid character is passed through, it needs
e159d3a
  to be remembered in self._prev_char
e159d3a
- Change class “KeyEvent” to store the keycode as well
e159d3a
a35c6af
* Tue Sep 30 2014 Mike FABIAN <mfabian@redhat.com> - 1.9.1-1
a35c6af
- update to 1.9.1
a35c6af
- Use proper fallback when reading the localized table name
a35c6af
- Show pinyin mode as well in the input mode indicator
a35c6af
283f980
* Tue Sep 16 2014 Mike FABIAN <mfabian@redhat.com> - 1.9.0-1
283f980
- update to 1.9.0
283f980
- Redesign the property menus, use sub-menus instead of toggles
283f980
b8c8b71
* Sun Sep 14 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.11-1
b8c8b71
- update to 1.8.11
b8c8b71
- fixes a Python backtrace when the dconf key
b8c8b71
  /desktop/ibus/engine/table/wubi-jidian86/onechar was not set
0fd7397
* Thu Sep 04 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.10-1
0fd7397
- update to 1.8.10
0fd7397
- Disable auto_commit option for tables which do not have RULES
0fd7397
- Resolves: rhbz#1135759
0fd7397
- Disable hotkey to switch Chinese mode if database is not Chinese
0fd7397
- Disable “onechar” (Phrase mode/Single char mode) option for non-CJK databases
0fd7397
be0787f
* Tue Aug 26 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.9-1
be0787f
- update to 1.8.9
be0787f
- Move some options into a new tab “Details”
be0787f
- Ignore Shift+Space hotkey to switch fullwidth/halfwidth if the database is not for CJK
be0787f
- Resolves: rhbz#1133422
be0787f
- Pass IBus.KEY_KP_Enter to the application if the preedit is empty
be0787f
- Resolves: rhbz#1133424
be0787f
893aec5
* Thu Aug 14 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.8-1
893aec5
- update to 1.8.8
893aec5
- Show keyboard shortcuts also in the property menu entries
893aec5
- Remove “Hide Candidates/Display Candidates” from the properties menu
893aec5
- If the database is not CJK, set sensitivity to comboboxes
893aec5
  useful only for CJK to OFF
893aec5
- Disable properties related to fullwidth/halfwidth for non-CJK tables
893aec5
- Resolves: rhbz#1128912 - With the new "rusle" table in
893aec5
  ibus-table-cyrillic, typing space works strangely
893aec5
b33d6d8
* Mon Aug 11 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.7-1
b33d6d8
- update to 1.8.7
b33d6d8
- Use the “notify::text” signal instead of “activate” on GtkEntry widget.
b33d6d8
  This is to make changes in the text entry widgets in the setup tool apply
b33d6d8
  immediately.
b33d6d8
- Move the “Restore all defaults” button into the GtkButtonBox at the bottom
b33d6d8
- Update Unihan_Variants.txt from “2013-02-25 Unicode 6.3.0” to “2014-05-09 Unicode 7.0.0”
b33d6d8
62a42b4
* Tue Jul 29 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.6-1
62a42b4
- update to 1.8.6
62a42b4
- Escape % and _ if they are not intended as wildcards
62a42b4
- Resolves: rhbz#1123981
62a42b4
004f587
* Mon Jul 21 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.5-1
004f587
- update to 1.8.5
004f587
- Always write xml output in UTF-8 encoding, not in the encoding
004f587
  of the current locale
004f587
- Resolves: rhbz#1120919
004f587
481932c
* Mon Jul 07 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.4-1
481932c
- update to 1.8.4
481932c
- Tweak defaults for Chinese mode taken from the locale
481932c
- Fix prompts for array30 table and don’t use prompts in pinyin mode
481932c
- Make it possible to use select keys like F1, F2, F3 ...
481932c
- For cangjie* and quick* tables: Use big5 order if the
481932c
  freq from the table is the same
481932c
db8f7a9
* Wed Jun 25 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.3-1
db8f7a9
- update to 1.8.3
db8f7a9
- Insert a special candidate for the wildcard character itself
db8f7a9
  if only a wildcard character has been typed
db8f7a9
- Make wildchard characters configurable
db8f7a9
- Resolves: rhbz#1110325 - Unable to input question marks in Wubi-jidian
db8f7a9
640a354
* Mon Jun 09 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.2-1
640a354
- update to 1.8.2
640a354
- Better sorting of the lookup table in the mixed Chinese modes
640a354
- Do not create useless indexes
640a354
- Resolves: rhbz#1105465
640a354
3f98e44
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-2
3f98e44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
3f98e44
fd870f2
* Wed Jun 04 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.1-1
fd870f2
- update to 1.8.1
fd870f2
- Added support for wildcards (both in table and in pinyin mode)
fd870f2
- Don’t show the prompt characters defined in the table in
fd870f2
  pinyin mode in the auxiliary text
fd870f2
4336502
* Tue Jun 03 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.0-1
4336502
- update to 1.8.0
4336502
- adapt tools/ibus-table-query tothe new database format
4336502
8dadda8
* Wed May 28 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140528-1
8dadda8
- update to 1.5.0.20140528
8dadda8
- Use Unicode code point as a last ditch sort key for the candidates
8dadda8
- Fix bug in Unihan_Variants.txt, 同 is both simplified *and* traditional Chinese
8dadda8
- 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
8dadda8
c8fd588
* Tue May 27 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140527-1
c8fd588
- update to 1.5.0.20140527
c8fd588
- Put exact matches always at the top of the candidate list
c8fd588
- Fix typo in the filtering for Chinese mode 3 (All characters with traditional Chinese first)
c8fd588
- Support prompt characters (e.g. for cangjie and stroke5)
c8fd588
c8fd588
* Mon May 19 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140519-1
08a1713
- update to 1.5.0.20140519
08a1713
- rewrite major parts of ibus-table, fix many bugs.
08a1713
8682267
* Wed Apr 16 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140416-1
8682267
- Do not fail when the environment variable HOME is not set
8682267
- Resolves: rhbz#1088138
8682267
- some code cleanup
8682267
a9cfcd6
* Wed Apr 09 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140409-1
a9cfcd6
- Make toggling pinyin mode with the right shift key work
a9cfcd6
- Don’t try to colour system phrases and user phrases differently in pinyin mode
a9cfcd6
- Resolves: rhbz#1084684
a9cfcd6
- Don’t switch off pinyin mode in clear()
a9cfcd6
- Make usage of engine name and dconf key consistent
a9cfcd6
81b6102
* Wed Apr 02 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140402-1
81b6102
- Fix a regression caused by the Python3 port in tabcreatedb.py (This fixes the build of ibus-table-chinese)
81b6102
d5706a5
* Wed Mar 12 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140312-2
d5706a5
- fix yet another regression introduced by the Python3 port (problem occured when filtering Chinese characters, see rhbz#1072940 comment#18)
d5706a5
- Resolves: rhbz#1072940
d5706a5
3d13295
* Wed Mar 12 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140312-1
3d13295
- update to latest upstream
3d13295
- fix another regression introduced by the Python3 port (a spelling mistake in a variable name)
3d13295
- Resolves: rhbz#1072940
3d13295
cad8544
* Tue Mar 11 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140311-1
cad8544
- update to latest upstream
cad8544
- fix a regression introduced by the Python3 port
cad8544
- add a .desktop file and make the setup tool work with Gnome
cad8544
- make it possible to interrupt the setup tool with Control-C from the command line
cad8544
c1959c4
* Thu Mar 06 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140306-1
c1959c4
- update to latest upstream
c1959c4
- Resolves: rhbz#1072940 - Left Shift stopped work for ibus-table-1.5.0.20140218-1.fc20.noarch
c1959c4
- port from Python2 to Python3, require Python3 in this rpm now
c1959c4
- fix directory for setup tool, setup tool should work now
c1959c4
- add profiling support
c1959c4
557180f
* Tue Feb 18 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140218-1
557180f
- update to latest upstream
557180f
- Resolves: rhbz#1061345 - ibus-table shows entered text in password fields
557180f
- remove patches which are included upstream
557180f
- remove old, unused patches
557180f
f695188
* Fri Jan 24 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20130419-3
f695188
- Resolves: rhbz#1051365 - suggestion: move ibus-table-createdb to a subpackage
f695188
- When tabcreatedb.py is called without any options, print a usage message. Do not just show a cryptic backtrace.
f695188
dae5042
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0.20130419-2
dae5042
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
dae5042
50156f0
* Fri Apr 19 2013 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20130419-1
50156f0
- update to latest upstream
50156f0
- remove patches which are included upstream
50156f0
- Resolves: #948454 - Man page scan results for ibus-table
50156f0
afec936
* Thu Feb 14 2013 Mike FABIAN <mfabian@redhat.com> - 1.5.0-2
afec936
- Resolves: #911487 - Non-Chinese tables from the ibus-table-other package do not work
afec936
- Add auto_select functionality to select the first phrase when typing.
afec936
  Useful for Cyrillic transliteration
afec936
- Update cmode property in chinese mode only
afec936
- Fall back to auto_select = False if neither dconf nor the table
afec936
  have a value for auto_select
afec936
- Preedit needs to be updated on page-up and page-down
afec936
17882b4
* Mon Jan 28 2013 Mike FABIAN <mfabian@redhat.com> - 1.5.0-1
17882b4
- update to latest upstream 1.5.0  from Caius ‘kaio’ Chance’s repository
17882b4
- add patches for better simplified/traditional Chinese detection
17882b4
- Resolves: #857967 - simplified/traditional Chinese detection in ibus-table does not work well
17882b4
ece062c
* Thu Jan 10 2013 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20130110-1
ece062c
- Resolves: #513901 ibus-table setup does not store config settings
ece062c
- update to latest upstream 1.4.99.20130110 from Caius ‘kaio’ Chance’s repository, 1.5.0 branch
ece062c
- When detecting the Chinese mode from the environment, also check LC_ALL
ece062c
- Fix typo in self._chinese_mode variable (The typo broke the SC/TC property)
ece062c
- Make cursor in lookup table always visible (became invisible after the port to GObjectIntrospection)
ece062c
- apply changes in values of dconf keys immediately
ece062c
5953f0e
* Tue Jan 08 2013 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20130108-1
5953f0e
- update to latest upstream 1.4.99.20130108 from Caius ‘kaio’ Chance’s repository, 1.5.0 branch
5953f0e
- includes port to GObjectIntrospection now
5953f0e
0a954f1
* Thu Jan 03 2013 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20130103-1
0a954f1
- update to latest upstream 1.4.99.20130103 from Caius ‘kaio’ Chance’s repository, 1.5.0 branch
0a954f1
714a2c6
* Tue Nov 13 2012 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20121113-1
714a2c6
- update to latest upstream 1.4.99.20121113 from Caius ‘kaio’ Chance’s repository, using rel20121101 git tag
714a2c6
- remove ibus-table-1.4.99.20120907-improve-chinese-category-check.patch (included upstream)
714a2c6
- remove fix-ipa-x-sampa-table-and-phrases-containing-spaces.patch (included upstream)
714a2c6
- Fix marking of translatable strings for gettext
714a2c6
- update zh_??.po files
714a2c6
- Add German translation
714a2c6
- Do not fail if the ~/.ibus/byo-tables/ directory does not exist
714a2c6
cbfd09b
* Thu Sep 13 2012 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20120907-3
cbfd09b
- Resolves: #856903
cbfd09b
- Fix ipa-x-sampa table and phrases containing spaces in emoji-table
cbfd09b
  Currently there is a regular expression which filters out several
cbfd09b
  lines defining valid phrases. The emoji-table for example has phrases
cbfd09b
  containing spaces which are currently filtered out and the ipa-x-sampa
cbfd09b
  table has trailing comments which are filtered out as well.
cbfd09b
52b91b4
* Tue Sep 11 2012 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20120907-2
52b91b4
- Resolves: #856320
52b91b4
- Improve check whether a phrase is simplified or traditional Chinese
52b91b4
  The improvement is to ignore all non-Han characters when
52b91b4
  doing the check.
52b91b4
  This is to avoid classifying a simplified Chinese string as
52b91b4
  traditional just because it happens to include some non-Chinese
52b91b4
  characters, for example box drawing characters, which cannot be
52b91b4
  converted to gb2312 but happen to be convertible to big5hkscs.
52b91b4
  This fixes the problem in the emoji-table input method that most
52b91b4
  phrases cannot be input at all.
52b91b4
885bd3f
* Fri Sep 07 2012 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20120907-1
885bd3f
- Relates: #855250
885bd3f
- see comment#1 in #855250
885bd3f
- update to latest upstream 1.4.99.20120907 from Caius 'kaio' Chance's repository
885bd3f
- remove ibus-table-1.3.9.20110827-add-some-keys-for-translit.patch (included upstream)
885bd3f
- remove ibus-table-1.3.9.20110827-enable-non-ascii.patch (included upstream)
885bd3f
cbe00b8
* Wed Sep 05 2012 Mike FABIAN <mfabian@redhat.com> - 1.3.9.20110827-4
cbe00b8
- Resolves: #845798
cbe00b8
- add ibus-table-1.3.9.20110827-add-some-keys-for-translit.patch (from Yuwei YU, upstream)
cbe00b8
- add ibus-table-1.3.9.20110827-enable-non-ascii.patch  (from Yuwei YU, upstream)
cbe00b8
- add ibus-table-1.3.9.20110827-uppercase-umlauts.patch to allow uppercase as well in translit
cbe00b8
c917947
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.9.20110827-3
c917947
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c917947
98667bf
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.9.20110827-2
98667bf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
98667bf
kaio c52032c
* Wed Aug 31 2011 Caius 'kaio' Chance - 1.3.9.20110827-1
kaio c52032c
- Updated to upstream. 
kaio c52032c
67b05de
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0.20100621-5
67b05de
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
67b05de
1f96610
* Fri Nov 19 2010 Ding-Yi Chen <dchen@redhat.com> - 1.3.0.20100621-4
1f96610
- Rebuild for ibus-1.4
1f96610
a362d1d
* Wed Sep  1 2010 Jens Petersen <petersen@redhat.com> - 1.3.0.20100621-3
a362d1d
- remove the redundant post and postun scripts (#625330)
a362d1d
0a3b983
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 1.3.0.20100621-2
0a3b983
- recompiling .py files against Python 2.7 (rhbz#623320)
0a3b983
5df7a6d
* Mon Jun 21 2010 Caius Chance <cchance@redhat.com> - 1.2.0.20100621-1
5df7a6d
- Updated from upstream which tarball was rebuilt with IBus 1.3.
5df7a6d
86b773d
* Wed Mar 10 2010 Caius 'kaio' Chance <cchance at redhat.com> - 1.2.0.20100111-7
86b773d
- Add template.txt in files.
86b773d
9af8814
* Wed Mar 10 2010 Caius 'kaio' Chance <cchance at redhat.com> - 1.2.0.20100111-6
9af8814
- Disable -additional.
9af8814
d546d0c
* Wed Mar 10 2010 Caius 'kaio' Chance <cchance at redhat.com> - 1.2.0.20100111-5
d546d0c
- Remove -additional for obsoletion by ibus-table-latin and ibus-table-code.
d546d0c
40485fd
* Mon Feb 15 2010 Caius 'kaio' Chance <cchance at redhat.com> - 1.2.0.20100111-4.fc13
40485fd
- Fixed latex.svg location.
40485fd
cchance 6b41254
* Fri Jan 29 2010 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20100111-3.fc13
cchance 6b41254
- Split .pc to -devel subpackage.
cchance 6b41254
cchance 3e93645
* Thu Jan 14 2010 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20100111-2.fc13
cchance 3e93645
- Temporary keep files of additional available in ibus-table until 
cchance 3e93645
  ibus-table-{code,latin} packages are ready in repository.
cchance 3e93645
cchance ec8af79
* Mon Jan 11 2010 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20100111-1.fc13
cchance ec8af79
- Updated source from upstream.
cchance ec8af79
- Migreate tables from ibus-table-additional to ibus-table-latin and ibus-table-code.
cchance ec8af79
cchance 9802741
* Wed Jan 06 2010 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090912-3.fc13
cchance 9802741
- Apply parsing equal sign patch.
cchance 9802741
cchance 1deac78
* Wed Nov 11 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090912-2.fc13
cchance 1deac78
- Fix crashing caused by speedmeter.
cchance 1deac78
cchance 08b5f49
* Fri Sep 04 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090912-1.fc12
cchance 08b5f49
- Upgraded to upstream source.
cchance 08b5f49
cchance e4265a1
* Fri Sep 04 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090904-1.fc12
cchance e4265a1
- Updated source with additional tables separated.
cchance e4265a1
cchance 4d4aacd
* Thu Sep 03 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090902-2.fc12
cchance 4d4aacd
- Rebuilt.
cchance 4d4aacd
cchance 90ce204
* Wed Sep 02 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090902-1.fc12
cchance 90ce204
- Updated source.
cchance 90ce204
cchance 75ff6b5
* Tue Aug 04 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090804-1.fc12
cchance 75ff6b5
- Cleaned up unused dcommit contents.
cchance 75ff6b5
c1959c4
* Mon Aug 03 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090803-1.fc12
cchance c474456
- Updated to upstream.
cchance c474456
5df8c14
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.20090625-3
5df8c14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5df8c14
cchance be9585e
* Wed Jul 01 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090625-2.fc12
cchance be9585e
- Rebuilt.
cchance be9585e
cchance 7e4a74d
* Wed Jul 01 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090625-1.fc12
cchance 7e4a74d
- Updated source from upstream, which released for IBus 1.2 and so on.
cchance 7e4a74d
cchance 0c5ee92
* Wed May 27 2009 Caius 'kaio' Chance <cchance@redhat.com> - 1.1.0.20090527-1.fc12
cchance 0c5ee92
- Updated source from upstream, which with candidate order fix.
cchance 0c5ee92
cchance ba3ea9e
* Mon Mar 16 2009 Caius Chance <cchance@redhat.com> - 1.1.0.20090316-1.fc11
cchance ba3ea9e
- Resolves: rhbz#490396
cchance ba3ea9e
- Updated source tarball.
cchance ba3ea9e
- Disabled speedmeter until config option is implemented.
cchance ba3ea9e
4a90063
* Fri Mar  6 2009 Jens Petersen <petersen@redhat.com> - 1.1.0.20090220-5
4a90063
- make pkgconfig noarch with ibus-table-pkgconfig-noarch.patch
4a90063
- fix license field: actually LGPL
4a90063
- drop gettext-devel BR
4a90063
- require ibus > 1.1.0
4a90063
cchance c221881
* Mon Mar 02 2009 Caius Chance <cchance@redhat.com> - 1.1.0.20090220-4.fc11
cchance c221881
- Rebuilt.
cchance c221881
cchance c221881
* Mon Mar 02 2009 Caius Chance <cchance@redhat.com> - 1.1.0.20090220-3.fc11
cchance c221881
- Rebuilt.
cchance c221881
cchance c221881
* Mon Mar 02 2009 Caius Chance <cchance@redhat.com> - 1.1.0.20090220-2.fc11
cchance c221881
- Rebuilt.
cchance c221881
cchance 458d143
* Mon Mar 02 2009 Caius Chance <cchance@redhat.com> - 1.1.0.20090220-1.fc11
cchance 458d143
- Resolves: rhbz#484650
cchance 458d143
- Updated to latest upstream release.
cchance 458d143
- Splitted chinese input methods into modules.
cchance 458d143
8af4212
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1.20081014-5
8af4212
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8af4212
cchance 33aa2f0
* Wed Feb 04 2009 Caius Chance <cchance@redhat.com> - 0.1.1.20081014-4
cchance 33aa2f0
- Resolves: rhbz#466430 rhbz#466844
cchance 33aa2f0
- Added wildcard features.
cchance 33aa2f0
- Added preedit clearance on refocus.
cchance 33aa2f0
b21009a
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20081014-3
b21009a
- Rebuild for Python 2.6
b21009a
d4b97a6
* Mon Dec 1 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081014-2
d4b97a6
- Modified spec file to own all directories created by ibus-table.
d4b97a6
c1959c4
* Tue Oct 14 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081014-1
bba9551
- Update to 0.1.1.20081014.
bba9551
bba9551
* Mon Sep 01 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080901-1
87ab67f
- Update to 0.1.1.20080901.
87ab67f
c1959c4
* Tue Aug 19 2008 Yu Yuwei <acevery@gmail.com> - 0.1.1.20080829-1
aa95ee3
- The first version.