2008-08-24 22:35:16 +00:00
|
|
|
|
Name: ibus-table
|
2013-04-19 10:03:33 +00:00
|
|
|
|
Version: 1.5.0.20130419
|
2014-01-24 07:22:00 +00:00
|
|
|
|
Release: 3%{?dist}
|
2008-08-24 22:35:16 +00:00
|
|
|
|
Summary: The Table engine for IBus platform
|
2009-03-06 02:07:54 +00:00
|
|
|
|
License: LGPLv2+
|
2008-08-24 22:35:16 +00:00
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: http://code.google.com/p/ibus/
|
2012-09-07 17:46:17 +00:00
|
|
|
|
Source0: http://mfabian.fedorapeople.org/ibus-table/%{name}-%{version}.tar.gz
|
2014-01-24 07:22:00 +00:00
|
|
|
|
Patch0: 0001-Fix-typo-in-ibus-table-createdb-man-page.patch
|
|
|
|
|
Patch1: 0002-When-tabcreatedb.py-is-called-without-any-options-pr.patch
|
|
|
|
|
Patch2: 0008-prebuilt-files-for-man-page-for-ibus-table-createdb.patch
|
2010-06-21 05:54:10 +00:00
|
|
|
|
Requires: ibus > 1.3.0
|
|
|
|
|
BuildRequires: ibus-devel > 1.3.0
|
2013-07-30 07:12:46 +00:00
|
|
|
|
BuildRequires: python2-devel
|
2009-07-01 06:31:47 +00:00
|
|
|
|
|
2010-03-10 07:29:47 +00:00
|
|
|
|
Obsoletes: ibus-table-additional < 1.2.0.20100111-5
|
|
|
|
|
|
2008-08-24 22:35:16 +00:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description
|
2010-01-11 01:03:42 +00:00
|
|
|
|
The Table engine for IBus platform.
|
2009-09-21 02:28:02 +00:00
|
|
|
|
|
2010-01-29 07:33:05 +00:00
|
|
|
|
%package -n %{name}-devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{version}-%{release}, pkgconfig
|
|
|
|
|
|
|
|
|
|
%description -n %{name}-devel
|
2010-09-01 07:35:19 +00:00
|
|
|
|
Development files for %{name}.
|
2010-01-29 07:33:05 +00:00
|
|
|
|
|
2008-08-24 22:35:16 +00:00
|
|
|
|
%prep
|
2009-03-06 02:07:54 +00:00
|
|
|
|
%setup -q
|
2014-01-24 07:22:00 +00:00
|
|
|
|
%patch0 -p1 -b .Fix-typo-in-ibus-table-createdb-man-page
|
|
|
|
|
%patch1 -p1 -b .When-tabcreatedb.py-is-called-without-any-options-pr
|
|
|
|
|
%patch2 -p1 -b .prebuilt-files-for-man-page-for-ibus-table-createdb
|
2008-08-24 22:35:16 +00:00
|
|
|
|
|
|
|
|
|
%build
|
2010-09-01 07:35:19 +00:00
|
|
|
|
%configure --disable-static --disable-additional
|
2009-08-04 04:34:29 +00:00
|
|
|
|
%__make %{?_smp_mflags}
|
2008-08-24 22:35:16 +00:00
|
|
|
|
|
|
|
|
|
%install
|
2009-08-04 04:34:29 +00:00
|
|
|
|
%__rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%__make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install pkgconfigdir=%{_datadir}/pkgconfig
|
2008-08-24 22:35:16 +00:00
|
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
|
%clean
|
2010-01-11 01:03:42 +00:00
|
|
|
|
%__rm -rf $RPM_BUILD_ROOT
|
2008-08-24 22:35:16 +00:00
|
|
|
|
|
2010-01-29 07:33:05 +00:00
|
|
|
|
|
2008-08-24 22:35:16 +00:00
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc AUTHORS COPYING README
|
2009-03-03 23:03:11 +00:00
|
|
|
|
%dir %{_datadir}/%{name}
|
|
|
|
|
%dir %{_datadir}/%{name}/engine
|
|
|
|
|
%dir %{_datadir}/%{name}/tables
|
|
|
|
|
%dir %{_datadir}/%{name}/icons
|
|
|
|
|
%dir %{_datadir}/%{name}/data
|
|
|
|
|
%{_datadir}/ibus/component/table.xml
|
|
|
|
|
%{_datadir}/%{name}/icons/%{name}.svg
|
|
|
|
|
%{_datadir}/%{name}/icons/full-letter.svg
|
|
|
|
|
%{_datadir}/%{name}/icons/full-punct.svg
|
|
|
|
|
%{_datadir}/%{name}/icons/half-letter.svg
|
|
|
|
|
%{_datadir}/%{name}/icons/half-punct.svg
|
|
|
|
|
%{_datadir}/%{name}/icons/onechar.svg
|
|
|
|
|
%{_datadir}/%{name}/icons/phrase.svg
|
|
|
|
|
%{_datadir}/%{name}/icons/py-mode.svg
|
|
|
|
|
%{_datadir}/%{name}/icons/tab-mode.svg
|
|
|
|
|
%{_datadir}/%{name}/icons/chinese.svg
|
2009-07-01 06:31:47 +00:00
|
|
|
|
%{_datadir}/%{name}/icons/acommit.svg
|
2009-03-03 23:03:11 +00:00
|
|
|
|
%{_datadir}/%{name}/icons/english.svg
|
|
|
|
|
%{_datadir}/%{name}/icons/ncommit.svg
|
2009-08-03 07:14:29 +00:00
|
|
|
|
%{_datadir}/%{name}/icons/cb-mode.svg
|
|
|
|
|
%{_datadir}/%{name}/icons/sc-mode.svg
|
|
|
|
|
%{_datadir}/%{name}/icons/scb-mode.svg
|
|
|
|
|
%{_datadir}/%{name}/icons/tc-mode.svg
|
|
|
|
|
%{_datadir}/%{name}/icons/tcb-mode.svg
|
2009-03-03 23:03:11 +00:00
|
|
|
|
%{_datadir}/%{name}/data/pinyin_table.txt.bz2
|
2013-01-28 14:54:50 +00:00
|
|
|
|
%{_datadir}/%{name}/engine/chinese_variants.py
|
|
|
|
|
%{_datadir}/%{name}/engine/chinese_variants.pyc
|
|
|
|
|
%{_datadir}/%{name}/engine/chinese_variants.pyo
|
2009-03-03 23:03:11 +00:00
|
|
|
|
%{_datadir}/%{name}/engine/factory.py
|
|
|
|
|
%{_datadir}/%{name}/engine/factory.pyc
|
|
|
|
|
%{_datadir}/%{name}/engine/factory.pyo
|
|
|
|
|
%{_datadir}/%{name}/engine/main.py
|
|
|
|
|
%{_datadir}/%{name}/engine/main.pyc
|
|
|
|
|
%{_datadir}/%{name}/engine/main.pyo
|
|
|
|
|
%{_datadir}/%{name}/engine/tabcreatedb.py
|
|
|
|
|
%{_datadir}/%{name}/engine/tabcreatedb.pyc
|
|
|
|
|
%{_datadir}/%{name}/engine/tabcreatedb.pyo
|
|
|
|
|
%{_datadir}/%{name}/engine/tabdict.py
|
|
|
|
|
%{_datadir}/%{name}/engine/tabdict.pyc
|
|
|
|
|
%{_datadir}/%{name}/engine/tabdict.pyo
|
|
|
|
|
%{_datadir}/%{name}/engine/table.py
|
|
|
|
|
%{_datadir}/%{name}/engine/table.pyc
|
|
|
|
|
%{_datadir}/%{name}/engine/table.pyo
|
|
|
|
|
%{_datadir}/%{name}/engine/tabsqlitedb.py
|
|
|
|
|
%{_datadir}/%{name}/engine/tabsqlitedb.pyc
|
|
|
|
|
%{_datadir}/%{name}/engine/tabsqlitedb.pyo
|
2010-03-10 07:47:32 +00:00
|
|
|
|
%{_datadir}/%{name}/tables/template.txt
|
2009-08-03 07:14:29 +00:00
|
|
|
|
%{_bindir}/%{name}-createdb
|
|
|
|
|
%{_libexecdir}/ibus-engine-table
|
2013-04-19 10:03:33 +00:00
|
|
|
|
%{_mandir}/man1/*
|
2008-08-29 09:10:13 +00:00
|
|
|
|
|
2010-01-29 07:33:05 +00:00
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
|
%{_datadir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
2008-08-24 22:35:16 +00:00
|
|
|
|
%changelog
|
2014-01-24 07:22:00 +00:00
|
|
|
|
* Fri Jan 24 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20130419-3
|
|
|
|
|
- Resolves: rhbz#1051365 - suggestion: move ibus-table-createdb to a subpackage
|
|
|
|
|
- When tabcreatedb.py is called without any options, print a usage message. Do not just show a cryptic backtrace.
|
|
|
|
|
|
2013-08-03 19:11:09 +00:00
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0.20130419-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
2013-04-19 10:03:33 +00:00
|
|
|
|
* Fri Apr 19 2013 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20130419-1
|
|
|
|
|
- update to latest upstream
|
|
|
|
|
- remove patches which are included upstream
|
|
|
|
|
- Resolves: #948454 - Man page scan results for ibus-table
|
|
|
|
|
|
2013-02-14 17:49:32 +00:00
|
|
|
|
* Thu Feb 14 2013 Mike FABIAN <mfabian@redhat.com> - 1.5.0-2
|
|
|
|
|
- Resolves: #911487 - Non-Chinese tables from the ibus-table-other package do not work
|
|
|
|
|
- Add auto_select functionality to select the first phrase when typing.
|
|
|
|
|
Useful for Cyrillic transliteration
|
|
|
|
|
- Update cmode property in chinese mode only
|
|
|
|
|
- Fall back to auto_select = False if neither dconf nor the table
|
|
|
|
|
have a value for auto_select
|
|
|
|
|
- Preedit needs to be updated on page-up and page-down
|
|
|
|
|
|
2013-01-28 14:54:50 +00:00
|
|
|
|
* Mon Jan 28 2013 Mike FABIAN <mfabian@redhat.com> - 1.5.0-1
|
|
|
|
|
- update to latest upstream 1.5.0 from Caius ‘kaio’ Chance’s repository
|
|
|
|
|
- add patches for better simplified/traditional Chinese detection
|
|
|
|
|
- Resolves: #857967 - simplified/traditional Chinese detection in ibus-table does not work well
|
|
|
|
|
|
2013-01-10 07:08:13 +00:00
|
|
|
|
* Thu Jan 10 2013 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20130110-1
|
|
|
|
|
- Resolves: #513901 ibus-table setup does not store config settings
|
|
|
|
|
- update to latest upstream 1.4.99.20130110 from Caius ‘kaio’ Chance’s repository, 1.5.0 branch
|
|
|
|
|
- When detecting the Chinese mode from the environment, also check LC_ALL
|
|
|
|
|
- Fix typo in self._chinese_mode variable (The typo broke the SC/TC property)
|
|
|
|
|
- Make cursor in lookup table always visible (became invisible after the port to GObjectIntrospection)
|
|
|
|
|
- apply changes in values of dconf keys immediately
|
|
|
|
|
|
2013-01-08 09:09:37 +00:00
|
|
|
|
* Tue Jan 08 2013 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20130108-1
|
|
|
|
|
- update to latest upstream 1.4.99.20130108 from Caius ‘kaio’ Chance’s repository, 1.5.0 branch
|
|
|
|
|
- includes port to GObjectIntrospection now
|
|
|
|
|
|
2013-01-03 08:45:51 +00:00
|
|
|
|
* Thu Jan 03 2013 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20130103-1
|
|
|
|
|
- update to latest upstream 1.4.99.20130103 from Caius ‘kaio’ Chance’s repository, 1.5.0 branch
|
|
|
|
|
|
2012-11-13 08:26:14 +00:00
|
|
|
|
* Tue Nov 13 2012 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20121113-1
|
|
|
|
|
- update to latest upstream 1.4.99.20121113 from Caius ‘kaio’ Chance’s repository, using rel20121101 git tag
|
|
|
|
|
- remove ibus-table-1.4.99.20120907-improve-chinese-category-check.patch (included upstream)
|
|
|
|
|
- remove fix-ipa-x-sampa-table-and-phrases-containing-spaces.patch (included upstream)
|
|
|
|
|
- Fix marking of translatable strings for gettext
|
|
|
|
|
- update zh_??.po files
|
|
|
|
|
- Add German translation
|
|
|
|
|
- Do not fail if the ~/.ibus/byo-tables/ directory does not exist
|
|
|
|
|
|
2012-09-13 13:44:53 +00:00
|
|
|
|
* Thu Sep 13 2012 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20120907-3
|
|
|
|
|
- Resolves: #856903
|
|
|
|
|
- Fix ipa-x-sampa table and phrases containing spaces in emoji-table
|
|
|
|
|
Currently there is a regular expression which filters out several
|
|
|
|
|
lines defining valid phrases. The emoji-table for example has phrases
|
|
|
|
|
containing spaces which are currently filtered out and the ipa-x-sampa
|
|
|
|
|
table has trailing comments which are filtered out as well.
|
|
|
|
|
|
2012-09-11 18:21:33 +00:00
|
|
|
|
* Tue Sep 11 2012 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20120907-2
|
|
|
|
|
- Resolves: #856320
|
|
|
|
|
- Improve check whether a phrase is simplified or traditional Chinese
|
|
|
|
|
The improvement is to ignore all non-Han characters when
|
|
|
|
|
doing the check.
|
|
|
|
|
This is to avoid classifying a simplified Chinese string as
|
|
|
|
|
traditional just because it happens to include some non-Chinese
|
|
|
|
|
characters, for example box drawing characters, which cannot be
|
|
|
|
|
converted to gb2312 but happen to be convertible to big5hkscs.
|
|
|
|
|
This fixes the problem in the emoji-table input method that most
|
|
|
|
|
phrases cannot be input at all.
|
|
|
|
|
|
2012-09-07 17:46:17 +00:00
|
|
|
|
* Fri Sep 07 2012 Mike FABIAN <mfabian@redhat.com> - 1.4.99.20120907-1
|
|
|
|
|
- Relates: #855250
|
|
|
|
|
- see comment#1 in #855250
|
|
|
|
|
- update to latest upstream 1.4.99.20120907 from Caius 'kaio' Chance's repository
|
|
|
|
|
- remove ibus-table-1.3.9.20110827-add-some-keys-for-translit.patch (included upstream)
|
|
|
|
|
- remove ibus-table-1.3.9.20110827-enable-non-ascii.patch (included upstream)
|
|
|
|
|
|
2012-09-05 08:16:53 +00:00
|
|
|
|
* Wed Sep 05 2012 Mike FABIAN <mfabian@redhat.com> - 1.3.9.20110827-4
|
|
|
|
|
- Resolves: #845798
|
|
|
|
|
- add ibus-table-1.3.9.20110827-add-some-keys-for-translit.patch (from Yuwei YU, upstream)
|
|
|
|
|
- add ibus-table-1.3.9.20110827-enable-non-ascii.patch (from Yuwei YU, upstream)
|
|
|
|
|
- add ibus-table-1.3.9.20110827-uppercase-umlauts.patch to allow uppercase as well in translit
|
|
|
|
|
|
2012-07-19 14:28:48 +00:00
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.9.20110827-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
2012-01-13 05:38:31 +00:00
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.9.20110827-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
2011-08-30 22:15:07 +00:00
|
|
|
|
* Wed Aug 31 2011 Caius 'kaio' Chance - 1.3.9.20110827-1
|
|
|
|
|
- Updated to upstream.
|
|
|
|
|
|
2011-02-09 11:55:50 +00:00
|
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0.20100621-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
2010-11-19 03:27:55 +00:00
|
|
|
|
* Fri Nov 19 2010 Ding-Yi Chen <dchen@redhat.com> - 1.3.0.20100621-4
|
|
|
|
|
- Rebuild for ibus-1.4
|
|
|
|
|
|
2010-09-01 07:35:19 +00:00
|
|
|
|
* Wed Sep 1 2010 Jens Petersen <petersen@redhat.com> - 1.3.0.20100621-3
|
|
|
|
|
- remove the redundant post and postun scripts (#625330)
|
|
|
|
|
|
2010-08-11 21:41:35 +00:00
|
|
|
|
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 1.3.0.20100621-2
|
|
|
|
|
- recompiling .py files against Python 2.7 (rhbz#623320)
|
|
|
|
|
|
2010-06-21 05:54:10 +00:00
|
|
|
|
* Mon Jun 21 2010 Caius Chance <cchance@redhat.com> - 1.2.0.20100621-1
|
|
|
|
|
- Updated from upstream which tarball was rebuilt with IBus 1.3.
|
|
|
|
|
|
2010-03-10 07:47:32 +00:00
|
|
|
|
* Wed Mar 10 2010 Caius 'kaio' Chance <cchance at redhat.com> - 1.2.0.20100111-7
|
|
|
|
|
- Add template.txt in files.
|
|
|
|
|
|
2010-03-10 07:37:56 +00:00
|
|
|
|
* Wed Mar 10 2010 Caius 'kaio' Chance <cchance at redhat.com> - 1.2.0.20100111-6
|
|
|
|
|
- Disable -additional.
|
|
|
|
|
|
2010-03-10 07:29:47 +00:00
|
|
|
|
* Wed Mar 10 2010 Caius 'kaio' Chance <cchance at redhat.com> - 1.2.0.20100111-5
|
|
|
|
|
- Remove -additional for obsoletion by ibus-table-latin and ibus-table-code.
|
|
|
|
|
|
2010-02-15 07:15:06 +00:00
|
|
|
|
* Mon Feb 15 2010 Caius 'kaio' Chance <cchance at redhat.com> - 1.2.0.20100111-4.fc13
|
|
|
|
|
- Fixed latex.svg location.
|
|
|
|
|
|
2010-01-29 07:33:05 +00:00
|
|
|
|
* Fri Jan 29 2010 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20100111-3.fc13
|
|
|
|
|
- Split .pc to -devel subpackage.
|
|
|
|
|
|
2010-01-14 01:47:36 +00:00
|
|
|
|
* Thu Jan 14 2010 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20100111-2.fc13
|
|
|
|
|
- Temporary keep files of additional available in ibus-table until
|
|
|
|
|
ibus-table-{code,latin} packages are ready in repository.
|
|
|
|
|
|
2010-01-11 01:03:42 +00:00
|
|
|
|
* Mon Jan 11 2010 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20100111-1.fc13
|
|
|
|
|
- Updated source from upstream.
|
|
|
|
|
- Migreate tables from ibus-table-additional to ibus-table-latin and ibus-table-code.
|
|
|
|
|
|
2010-01-06 02:22:27 +00:00
|
|
|
|
* Wed Jan 06 2010 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090912-3.fc13
|
|
|
|
|
- Apply parsing equal sign patch.
|
|
|
|
|
|
2009-11-11 02:31:55 +00:00
|
|
|
|
* Wed Nov 11 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090912-2.fc13
|
|
|
|
|
- Fix crashing caused by speedmeter.
|
|
|
|
|
|
2009-09-21 02:28:02 +00:00
|
|
|
|
* Fri Sep 04 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090912-1.fc12
|
|
|
|
|
- Upgraded to upstream source.
|
|
|
|
|
|
2009-09-04 06:54:07 +00:00
|
|
|
|
* Fri Sep 04 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090904-1.fc12
|
|
|
|
|
- Updated source with additional tables separated.
|
|
|
|
|
|
2009-09-03 01:38:53 +00:00
|
|
|
|
* Thu Sep 03 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090902-2.fc12
|
|
|
|
|
- Rebuilt.
|
|
|
|
|
|
2009-09-02 07:29:20 +00:00
|
|
|
|
* Wed Sep 02 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090902-1.fc12
|
|
|
|
|
- Updated source.
|
|
|
|
|
|
2009-08-04 01:35:52 +00:00
|
|
|
|
* Tue Aug 04 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090804-1.fc12
|
|
|
|
|
- Cleaned up unused dcommit contents.
|
|
|
|
|
|
2009-08-03 07:14:29 +00:00
|
|
|
|
* Tue Aug 03 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090803-1.fc12
|
|
|
|
|
- Updated to upstream.
|
|
|
|
|
|
2009-07-25 03:03:33 +00:00
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.20090625-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
2009-07-01 06:40:10 +00:00
|
|
|
|
* Wed Jul 01 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090625-2.fc12
|
|
|
|
|
- Rebuilt.
|
|
|
|
|
|
2009-07-01 06:31:47 +00:00
|
|
|
|
* Wed Jul 01 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090625-1.fc12
|
|
|
|
|
- Updated source from upstream, which released for IBus 1.2 and so on.
|
|
|
|
|
|
2009-05-27 05:28:52 +00:00
|
|
|
|
* Wed May 27 2009 Caius 'kaio' Chance <cchance@redhat.com> - 1.1.0.20090527-1.fc12
|
|
|
|
|
- Updated source from upstream, which with candidate order fix.
|
|
|
|
|
|
2009-03-16 05:14:52 +00:00
|
|
|
|
* Mon Mar 16 2009 Caius Chance <cchance@redhat.com> - 1.1.0.20090316-1.fc11
|
|
|
|
|
- Resolves: rhbz#490396
|
|
|
|
|
- Updated source tarball.
|
|
|
|
|
- Disabled speedmeter until config option is implemented.
|
|
|
|
|
|
2009-03-06 02:07:54 +00:00
|
|
|
|
* Fri Mar 6 2009 Jens Petersen <petersen@redhat.com> - 1.1.0.20090220-5
|
|
|
|
|
- make pkgconfig noarch with ibus-table-pkgconfig-noarch.patch
|
|
|
|
|
- fix license field: actually LGPL
|
|
|
|
|
- drop gettext-devel BR
|
|
|
|
|
- require ibus > 1.1.0
|
|
|
|
|
|
2009-03-04 04:40:59 +00:00
|
|
|
|
* Mon Mar 02 2009 Caius Chance <cchance@redhat.com> - 1.1.0.20090220-4.fc11
|
|
|
|
|
- Rebuilt.
|
|
|
|
|
|
|
|
|
|
* Mon Mar 02 2009 Caius Chance <cchance@redhat.com> - 1.1.0.20090220-3.fc11
|
|
|
|
|
- Rebuilt.
|
|
|
|
|
|
|
|
|
|
* Mon Mar 02 2009 Caius Chance <cchance@redhat.com> - 1.1.0.20090220-2.fc11
|
|
|
|
|
- Rebuilt.
|
|
|
|
|
|
2009-03-03 23:03:11 +00:00
|
|
|
|
* Mon Mar 02 2009 Caius Chance <cchance@redhat.com> - 1.1.0.20090220-1.fc11
|
|
|
|
|
- Resolves: rhbz#484650
|
|
|
|
|
- Updated to latest upstream release.
|
|
|
|
|
- Splitted chinese input methods into modules.
|
|
|
|
|
|
2009-02-25 06:34:50 +00:00
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1.20081014-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
2009-02-04 07:13:13 +00:00
|
|
|
|
* Wed Feb 04 2009 Caius Chance <cchance@redhat.com> - 0.1.1.20081014-4
|
|
|
|
|
- Resolves: rhbz#466430 rhbz#466844
|
|
|
|
|
- Added wildcard features.
|
|
|
|
|
- Added preedit clearance on refocus.
|
|
|
|
|
|
2008-12-01 15:00:31 +00:00
|
|
|
|
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20081014-3
|
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
|
2008-12-01 02:10:08 +00:00
|
|
|
|
* Mon Dec 1 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081014-2
|
|
|
|
|
- Modified spec file to own all directories created by ibus-table.
|
|
|
|
|
|
2008-10-17 07:33:53 +00:00
|
|
|
|
* Fri Oct 14 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081014-1
|
|
|
|
|
- Update to 0.1.1.20081014.
|
|
|
|
|
|
|
|
|
|
* Mon Sep 01 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080901-1
|
2008-09-01 02:59:52 +00:00
|
|
|
|
- Update to 0.1.1.20080901.
|
|
|
|
|
|
2008-08-29 09:10:13 +00:00
|
|
|
|
* Wed Aug 19 2008 Yu Yuwei <acevery@gmail.com> - 0.1.1.20080829-1
|
2008-08-24 22:35:16 +00:00
|
|
|
|
- The first version.
|