2020-10-22 05:25:35 +00:00
|
|
|
%global snapshot 0
|
2013-01-28 05:57:57 +00:00
|
|
|
|
2012-06-12 02:54:25 +00:00
|
|
|
Name: ibus-libpinyin
|
2024-02-01 04:28:37 +00:00
|
|
|
Version: 1.15.7
|
2024-10-29 15:36:05 +00:00
|
|
|
Release: 3%{?dist}
|
2012-06-12 02:54:25 +00:00
|
|
|
Summary: Intelligent Pinyin engine based on libpinyin for IBus
|
2023-05-19 07:10:29 +00:00
|
|
|
License: GPL-3.0-or-later
|
2012-06-13 03:01:08 +00:00
|
|
|
URL: https://github.com/libpinyin/ibus-libpinyin
|
2013-03-01 09:48:39 +00:00
|
|
|
Source0: http://downloads.sourceforge.net/libpinyin/ibus-libpinyin/%{name}-%{version}.tar.gz
|
2013-01-28 05:57:57 +00:00
|
|
|
%if %snapshot
|
2022-10-19 08:38:19 +00:00
|
|
|
Patch0: ibus-libpinyin-1.15.x-head.patch
|
2013-01-28 05:57:57 +00:00
|
|
|
%endif
|
2012-06-12 02:54:25 +00:00
|
|
|
|
2015-03-04 04:16:48 +00:00
|
|
|
Requires: python3-gobject
|
2016-07-18 08:08:05 +00:00
|
|
|
Requires: ibus >= 1.5.11
|
2018-03-05 05:33:55 +00:00
|
|
|
BuildRequires: gcc-c++
|
2012-06-12 02:54:25 +00:00
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: sqlite-devel
|
|
|
|
BuildRequires: libuuid-devel
|
|
|
|
BuildRequires: lua-devel
|
2015-03-04 04:16:48 +00:00
|
|
|
BuildRequires: python3-devel
|
2012-11-20 03:41:39 +00:00
|
|
|
BuildRequires: desktop-file-utils
|
2016-07-18 08:08:05 +00:00
|
|
|
BuildRequires: ibus-devel >= 1.5.11
|
2017-08-24 09:18:33 +00:00
|
|
|
BuildRequires: libpinyin-devel >= 2.1.0
|
2023-09-04 06:54:19 +00:00
|
|
|
BuildRequires: make
|
2012-06-12 02:54:25 +00:00
|
|
|
|
|
|
|
# Requires(post): sqlite
|
|
|
|
|
2016-07-18 08:08:05 +00:00
|
|
|
Requires: libpinyin-data%{?_isa} >= 1.5.91
|
2012-06-12 02:54:25 +00:00
|
|
|
|
2012-07-16 06:23:09 +00:00
|
|
|
Obsoletes: ibus-pinyin < 1.4.0-17
|
2012-07-05 06:57:13 +00:00
|
|
|
|
2012-06-12 02:54:25 +00:00
|
|
|
%description
|
|
|
|
It includes a Chinese Pinyin input method and a Chinese ZhuYin (Bopomofo)
|
|
|
|
input method based on libpinyin for IBus.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2013-01-28 05:57:57 +00:00
|
|
|
%if %snapshot
|
2012-07-04 05:35:37 +00:00
|
|
|
%patch0 -p1 -b .head
|
2013-01-28 05:57:57 +00:00
|
|
|
%endif
|
2012-06-12 02:54:25 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static \
|
2015-03-04 04:16:48 +00:00
|
|
|
--with-python=python3 \
|
2012-06-12 02:54:25 +00:00
|
|
|
--disable-boost
|
|
|
|
|
|
|
|
# make -C po update-gmo
|
2020-07-14 16:10:01 +00:00
|
|
|
%make_build
|
2012-06-12 02:54:25 +00:00
|
|
|
|
2012-11-20 03:41:39 +00:00
|
|
|
%check
|
2012-11-22 03:36:29 +00:00
|
|
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup-libpinyin.desktop
|
|
|
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup-libbopomofo.desktop
|
2012-11-20 03:41:39 +00:00
|
|
|
|
2012-06-12 02:54:25 +00:00
|
|
|
%install
|
2020-07-14 16:10:01 +00:00
|
|
|
%make_install
|
2012-06-12 02:54:25 +00:00
|
|
|
|
2020-07-13 11:37:50 +00:00
|
|
|
%py_byte_compile %{python3} $RPM_BUILD_ROOT%{_datadir}/ibus-libpinyin/setup
|
2020-07-13 09:22:10 +00:00
|
|
|
|
2012-06-12 02:54:25 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%doc AUTHORS COPYING README
|
2020-08-26 09:48:25 +00:00
|
|
|
%{_datadir}/metainfo/*.appdata.xml
|
2018-03-22 08:02:27 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/*.gschema.xml
|
2012-08-06 07:14:07 +00:00
|
|
|
%{_datadir}/applications/ibus-setup-libpinyin.desktop
|
|
|
|
%{_datadir}/applications/ibus-setup-libbopomofo.desktop
|
2012-06-12 02:54:25 +00:00
|
|
|
%{_libexecdir}/ibus-engine-libpinyin
|
|
|
|
%{_libexecdir}/ibus-setup-libpinyin
|
|
|
|
%{_datadir}/ibus-libpinyin/icons
|
|
|
|
%{_datadir}/ibus-libpinyin/setup
|
|
|
|
%{_datadir}/ibus-libpinyin/base.lua
|
2013-03-01 09:48:39 +00:00
|
|
|
%{_datadir}/ibus-libpinyin/user.lua
|
2020-08-26 09:48:25 +00:00
|
|
|
%{_datadir}/ibus-libpinyin/network.txt
|
2012-06-12 02:54:25 +00:00
|
|
|
%{_datadir}/ibus-libpinyin/db/english.db
|
2022-04-14 03:34:01 +00:00
|
|
|
%{_datadir}/ibus-libpinyin/db/table.db
|
2012-06-12 02:54:25 +00:00
|
|
|
%dir %{_datadir}/ibus-libpinyin
|
|
|
|
%dir %{_datadir}/ibus-libpinyin/db
|
|
|
|
%{_datadir}/ibus/component/*
|
|
|
|
|
|
|
|
%changelog
|
2024-10-29 15:36:05 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.15.7-3
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-06-24 15:50:56 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.15.7-2
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-02-01 04:28:37 +00:00
|
|
|
* Thu Feb 1 2024 Peng Wu <pwu@redhat.com> - 1.15.7-1
|
|
|
|
- Update to 1.15.7
|
|
|
|
- bug fixes
|
|
|
|
|
2024-01-24 22:28:28 +00:00
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-21 13:39:52 +00:00
|
|
|
* Sun Jan 21 2024 Florian Weimer <fweimer@redhat.com> - 1.15.6-3
|
|
|
|
- Add pointer casts for C89 compatibility
|
|
|
|
|
2024-01-20 22:50:50 +00:00
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-12-15 05:05:30 +00:00
|
|
|
* Fri Dec 15 2023 Peng Wu <pwu@redhat.com> - 1.15.6-1
|
|
|
|
- Update to 1.15.6
|
|
|
|
- bug fixes
|
|
|
|
|
2023-11-27 09:45:54 +00:00
|
|
|
* Mon Nov 27 2023 Peng Wu <pwu@redhat.com> - 1.15.5-1
|
|
|
|
- Update to 1.15.5
|
|
|
|
- bug fixes
|
|
|
|
|
2023-09-04 06:54:19 +00:00
|
|
|
* Mon Sep 4 2023 Peng Wu <pwu@redhat.com> - 1.15.4-1
|
|
|
|
- Update to 1.15.4
|
|
|
|
- Update network dictionary
|
|
|
|
- Fix Caps Lock for English mode
|
|
|
|
|
2023-07-20 07:09:08 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-06-01 04:30:14 +00:00
|
|
|
* Thu Jun 1 2023 Peng Wu <pwu@redhat.com> - 1.15.3-2
|
|
|
|
- Rebuild the package
|
|
|
|
|
2023-06-01 03:16:18 +00:00
|
|
|
* Thu Jun 1 2023 Peng Wu <pwu@redhat.com> - 1.15.3-1
|
|
|
|
- Update to 1.15.3
|
|
|
|
- bug fixes
|
|
|
|
|
2023-05-19 07:10:29 +00:00
|
|
|
* Fri May 19 2023 Peng Wu <pwu@redhat.com> - 1.15.2-2
|
|
|
|
- Migrate to SPDX license
|
|
|
|
|
2023-03-08 02:27:15 +00:00
|
|
|
* Wed Mar 8 2023 Peng Wu <pwu@redhat.com> - 1.15.2-1
|
|
|
|
- Update to 1.15.2
|
|
|
|
- bug fixes
|
|
|
|
|
2023-02-21 01:44:57 +00:00
|
|
|
* Tue Feb 21 2023 Peng Wu <pwu@redhat.com> - 1.15.1-1
|
|
|
|
- Update to 1.15.1
|
|
|
|
- bug fixes
|
|
|
|
|
2023-01-19 12:54:26 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2023-01-04 07:45:13 +00:00
|
|
|
* Wed Jan 4 2023 Peng Wu <pwu@redhat.com> - 1.15.0-1
|
|
|
|
- Update to 1.15.0
|
|
|
|
- bug fixes
|
|
|
|
|
2022-10-19 08:38:19 +00:00
|
|
|
* Wed Oct 19 2022 Peng Wu <pwu@redhat.com> - 1.14.91-1
|
|
|
|
- Update to 1.14.91
|
|
|
|
- require libpinyin 2.7.91
|
|
|
|
- improve suggestion candidates
|
|
|
|
- improve English candidates
|
|
|
|
- support longer candidates
|
|
|
|
- support Legacy mode
|
|
|
|
|
2022-09-15 05:59:55 +00:00
|
|
|
* Thu Sep 15 2022 Peng Wu <pwu@redhat.com> - 1.13.1-1
|
|
|
|
- Update to 1.13.1
|
|
|
|
- fix setup dialog
|
|
|
|
|
2022-08-20 03:10:36 +00:00
|
|
|
* Sat Aug 20 2022 Peng Wu <pwu@redhat.com> - 1.13.0-1
|
|
|
|
- Update to 1.13.0
|
|
|
|
- bug fixes
|
|
|
|
|
2022-08-11 02:09:27 +00:00
|
|
|
* Thu Aug 11 2022 Peng Wu <pwu@redhat.com> - 1.12.92-1
|
|
|
|
- Update to 1.12.92
|
|
|
|
- bug fixes
|
|
|
|
|
2022-07-21 14:24:35 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.91-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-04-14 03:34:01 +00:00
|
|
|
* Thu Apr 14 2022 Peng Wu <pwu@redhat.com> - 1.12.91-1
|
|
|
|
- Update to 1.12.91
|
|
|
|
- enhance English input mode
|
|
|
|
- enhance Table input mode
|
|
|
|
- update setup dialog
|
|
|
|
|
2022-01-20 13:03:38 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-09-15 07:48:24 +00:00
|
|
|
* Wed Sep 15 2021 Peng Wu <pwu@redhat.com> - 1.12.1-1
|
|
|
|
- Update to 1.12.1
|
|
|
|
- support compatibility display style
|
|
|
|
- remember cloud input
|
|
|
|
- bug fixes
|
|
|
|
|
2021-07-22 08:19:47 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-18 13:58:55 +00:00
|
|
|
* Fri Jun 18 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.12.0-4
|
|
|
|
- Delete ibus write-cache in scriptlet
|
|
|
|
|
2021-04-21 04:07:06 +00:00
|
|
|
* Wed Apr 21 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.12.0-3
|
|
|
|
- Resolves: #1948197 Change post to posttrans
|
|
|
|
|
2021-01-26 14:07:56 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-12-15 07:23:17 +00:00
|
|
|
* Tue Dec 15 2020 Peng Wu <pwu@redhat.com> - 1.12.0-1
|
|
|
|
- Update to 1.12.0
|
|
|
|
- bug fixes
|
|
|
|
|
2020-10-22 05:25:35 +00:00
|
|
|
* Thu Oct 22 2020 Peng Wu <pwu@redhat.com> - 1.11.94-1
|
|
|
|
- Update to 1.11.94
|
|
|
|
- bug fixes
|
|
|
|
|
2020-10-12 03:02:43 +00:00
|
|
|
* Mon Oct 12 2020 Peng Wu <pwu@redhat.com> - 1.11.93-3
|
|
|
|
- Fixes python3-gobject warning in setup dialog
|
|
|
|
|
2020-09-27 02:43:49 +00:00
|
|
|
* Sun Sep 27 2020 Peng Wu <pwu@redhat.com> - 1.11.93-2
|
|
|
|
- Fixes Shift key switch issue
|
|
|
|
|
2020-08-26 09:48:25 +00:00
|
|
|
* Wed Aug 26 2020 Peng Wu <pwu@redhat.com> - 1.11.93-1
|
|
|
|
- Update to 1.11.93
|
|
|
|
- switch to use GPLv3+ license
|
|
|
|
- support network dictionary
|
|
|
|
- bug fixes
|
|
|
|
|
2020-07-28 01:33:46 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.92-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-14 16:10:01 +00:00
|
|
|
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1.11.92-3
|
|
|
|
- Use make macros
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
2020-07-13 09:22:10 +00:00
|
|
|
* Mon Jul 13 2020 Peng Wu <pwu@redhat.com> - 1.11.92-2
|
|
|
|
- Switch to use py_byte_compile rpm macro
|
|
|
|
|
2020-03-19 08:51:35 +00:00
|
|
|
* Thu Mar 19 2020 Peng Wu <pwu@redhat.com> - 1.11.92-1
|
|
|
|
- Update to 1.11.92
|
|
|
|
- fixes desktop files
|
|
|
|
|
2020-03-19 07:39:46 +00:00
|
|
|
* Thu Mar 19 2020 Peng Wu <pwu@redhat.com> - 1.11.91-1
|
|
|
|
- Update to 1.11.91
|
|
|
|
- support compact display style
|
|
|
|
- bug fixes
|
|
|
|
|
2020-01-29 05:09:15 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 09:14:35 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-05-20 06:36:23 +00:00
|
|
|
* Mon May 20 2019 Peng Wu <pwu@redhat.com> - 1.11.1-1
|
|
|
|
- Update to 1.11.1
|
|
|
|
- use gettext
|
|
|
|
- add emoji-candidate option
|
|
|
|
- fixes SuggestionEditor
|
|
|
|
|
2019-02-01 03:05:30 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-21 10:11:05 +00:00
|
|
|
* Mon Jan 21 2019 Peng Wu <pwu@redhat.com> - 1.11.0-1
|
|
|
|
- Update to 1.11.0
|
|
|
|
- fixes keypad decimal
|
|
|
|
- fixes emoji candidates
|
|
|
|
- support configurable opencc config
|
|
|
|
|
2018-10-31 07:00:35 +00:00
|
|
|
* Wed Oct 31 2018 Peng Wu <pwu@redhat.com> - 1.10.92-1
|
|
|
|
- Update to 1.10.92
|
|
|
|
- fixes Enter handling
|
|
|
|
|
2018-10-11 06:57:03 +00:00
|
|
|
* Thu Oct 11 2018 Peng Wu <pwu@redhat.com> - 1.10.91-1
|
|
|
|
- Update to 1.10.91
|
|
|
|
- support ime.register_trigger in lua extension
|
|
|
|
- support predicted candidates
|
|
|
|
- support emoji input
|
|
|
|
|
2018-07-13 05:31:50 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-19 08:44:53 +00:00
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.10.0-2
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-04-17 06:07:56 +00:00
|
|
|
* Tue Apr 17 2018 Peng Wu <pwu@redhat.com> - 1.10.0-1
|
|
|
|
- Update to 1.10.0
|
|
|
|
- bug fixes
|
|
|
|
|
2018-03-22 08:02:27 +00:00
|
|
|
* Thu Mar 22 2018 Peng Wu <pwu@redhat.com> - 1.9.91-1
|
|
|
|
- Update to 1.9.91
|
|
|
|
- migrate to use GSettings
|
|
|
|
|
2018-02-08 07:19:49 +00:00
|
|
|
* Thu Feb 8 2018 Peng Wu <pwu@redhat.com> - 1.9.3-1
|
|
|
|
- Update to 1.9.3
|
|
|
|
- translate input method name in ibus menu
|
|
|
|
|
2018-02-07 17:10:31 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-09-04 06:45:21 +00:00
|
|
|
* Mon Sep 4 2017 Peng Wu <pwu@redhat.com> - 1.9.2-1
|
|
|
|
- Update to 1.9.2
|
|
|
|
|
2017-08-28 08:21:10 +00:00
|
|
|
* Mon Aug 28 2017 Peng Wu <pwu@redhat.com> - 1.9.1-2
|
|
|
|
- Fixes pinyin and bopomofo config
|
|
|
|
|
2017-08-24 09:18:33 +00:00
|
|
|
* Thu Aug 24 2017 Peng Wu <pwu@redhat.com> - 1.9.1-1
|
|
|
|
- Update to 1.9.1
|
|
|
|
- add sort candidate option to setup dialog
|
|
|
|
|
2017-08-02 23:38:50 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 13:20:43 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-09 05:27:16 +00:00
|
|
|
* Fri Jun 9 2017 Peng Wu <pwu@redhat.com> - 1.9.0-2
|
|
|
|
- Rebuilt for libpinyin 2.0.91
|
|
|
|
|
2017-04-20 08:18:41 +00:00
|
|
|
* Thu Apr 20 2017 Peng Wu <pwu@redhat.com> - 1.9.0-1
|
|
|
|
- Update to 1.9.0
|
|
|
|
|
2017-03-07 06:55:28 +00:00
|
|
|
* Tue Mar 7 2017 Peng Wu <pwu@redhat.com> - 1.8.92-1
|
|
|
|
- Update to 1.8.92
|
|
|
|
- fixes config
|
|
|
|
|
2017-02-28 04:40:53 +00:00
|
|
|
* Tue Feb 28 2017 Peng Wu <pwu@redhat.com> - 1.8.91-2
|
|
|
|
- Fixes config in setup dialog
|
|
|
|
|
2017-02-15 08:03:24 +00:00
|
|
|
* Wed Feb 15 2017 Peng Wu <pwu@redhat.com> - 1.8.91-1
|
|
|
|
- Update to 1.8.91
|
|
|
|
- use libpinyin 1.9.91
|
|
|
|
|
2017-02-10 16:14:06 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-12-01 09:15:29 +00:00
|
|
|
* Wed Nov 30 2016 Peng Wu <pwu@redhat.com> - 1.8.1-1
|
|
|
|
- Update to 1.8.1
|
|
|
|
- change dconf key name to lower case
|
|
|
|
|
2016-11-01 07:02:20 +00:00
|
|
|
* Tue Nov 1 2016 Peng Wu <pwu@redhat.com> - 1.8.0-2
|
|
|
|
- Rebuilt for libpinyin 1.6.91
|
|
|
|
|
2016-09-07 06:41:04 +00:00
|
|
|
* Wed Sep 7 2016 Peng Wu <pwu@redhat.com> - 1.8.0-1
|
|
|
|
- Update to 1.8.0
|
|
|
|
|
2016-08-09 05:46:39 +00:00
|
|
|
* Tue Aug 9 2016 Peng Wu <pwu@redhat.com> - 1.7.92-2
|
|
|
|
- Fixes crashes for Full Pinyin and Bopomofo
|
|
|
|
|
2016-08-02 06:58:50 +00:00
|
|
|
* Tue Aug 2 2016 Peng Wu <pwu@redhat.com> - 1.7.92-1
|
|
|
|
- Update to 1.7.92
|
|
|
|
|
2016-07-18 08:08:05 +00:00
|
|
|
* Mon Jul 18 2016 Peng Wu <pwu@redhat.com> - 1.7.91-1
|
|
|
|
- Update to 1.7.91
|
|
|
|
|
2016-02-04 00:20:52 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-18 03:11:39 +00:00
|
|
|
* Thu Dec 17 2015 Peng Wu <pwu@redhat.com> - 1.7.4-1
|
|
|
|
- Update to 1.7.4
|
|
|
|
|
2015-12-14 09:03:05 +00:00
|
|
|
* Mon Dec 14 2015 Peng Wu <pwu@redhat.com> - 1.7.3-3
|
|
|
|
- Update patch
|
|
|
|
|
2015-12-14 08:31:58 +00:00
|
|
|
* Mon Dec 14 2015 Peng Wu <pwu@redhat.com> - 1.7.3-2
|
|
|
|
- Fixes crash when use "Bopomofo" engine for first time
|
|
|
|
|
2015-11-17 07:30:03 +00:00
|
|
|
* Tue Nov 17 2015 Peng Wu <pwu@redhat.com> - 1.7.3-1
|
|
|
|
- Update to 1.7.3
|
|
|
|
|
2015-11-10 14:28:59 +00:00
|
|
|
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
|
|
2015-07-08 06:01:57 +00:00
|
|
|
* Wed Jul 8 2015 Peng Wu <pwu@redhat.com> - 1.7.2-1
|
|
|
|
- Update to 1.7.2
|
|
|
|
|
2015-06-17 11:09:32 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-02 12:22:30 +00:00
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.7.1-3
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
2015-03-26 09:07:32 +00:00
|
|
|
* Wed Mar 25 2015 Richard Hughes <rhughes@redhat.com> - 1.7.1-2
|
|
|
|
- Register as an AppStream component.
|
|
|
|
|
2015-03-25 07:10:36 +00:00
|
|
|
* Wed Mar 25 2015 Peng Wu <pwu@redhat.com> - 1.7.1-1
|
|
|
|
- Update 1.7.1
|
|
|
|
|
2015-03-09 05:28:12 +00:00
|
|
|
* Mon Mar 9 2015 Peng Wu <pwu@redhat.com> - 1.7.0-2
|
|
|
|
- Fixes ibus-libpinyin upstream issue #33
|
|
|
|
|
2015-03-04 04:16:48 +00:00
|
|
|
* Wed Mar 4 2015 Peng Wu <pwu@redhat.com> - 1.7.0-1
|
|
|
|
- Update to 1.7.0
|
|
|
|
|
2015-02-12 06:45:47 +00:00
|
|
|
* Thu Feb 12 2015 Peng Wu <pwu@redhat.com> - 1.6.99.20150203-2
|
|
|
|
- Disable opencc according to upstream issue #26
|
|
|
|
|
2015-02-03 07:25:12 +00:00
|
|
|
* Tue Feb 3 2015 Peng Wu <pwu@redhat.com> - 1.6.99.20150203-1
|
|
|
|
- Update to 1.6.99.20150203
|
|
|
|
|
2015-01-07 05:18:10 +00:00
|
|
|
* Wed Jan 7 2015 Peng Wu <pwu@redhat.com> - 1.6.92-5
|
|
|
|
- Use opencc 1.0.2
|
|
|
|
|
2014-08-16 21:05:22 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.92-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 21:48:28 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.92-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-11-13 04:39:05 +00:00
|
|
|
* Wed Nov 13 2013 Peng Wu <pwu@redhat.com> - 1.6.92-2
|
|
|
|
- Fixes click of ibus-libpinyin indicator menu. (rhbz#1028905)
|
|
|
|
|
2013-10-24 06:19:01 +00:00
|
|
|
* Thu Oct 24 2013 Peng Wu <pwu@redhat.com> - 1.6.92-1
|
|
|
|
- Update to 1.6.92
|
|
|
|
|
2013-10-14 03:30:09 +00:00
|
|
|
* Mon Oct 14 2013 Peng Wu <pwu@redhat.com> - 1.6.91-5
|
|
|
|
- Update ibus-libpinyin-1.7.x-head.patch
|
|
|
|
- Support ibus input purpose feature, fixes bug 1016438.
|
|
|
|
- Remove pyxdg depends, fixes bug 1016941.
|
|
|
|
|
2013-10-08 06:33:36 +00:00
|
|
|
* Tue Oct 8 2013 Peng Wu <pwu@redhat.com> - 1.6.91-4
|
|
|
|
- Write ibus system cache when install or uninstall
|
|
|
|
|
2013-08-01 02:35:18 +00:00
|
|
|
* Wed Jul 31 2013 Peng Wu <pwu@redhat.com> - 1.6.91-3
|
|
|
|
- Fixes lua 5.2 compile
|
|
|
|
|
2013-07-30 04:44:02 +00:00
|
|
|
* Tue Jul 30 2013 Peng Wu <pwu@redhat.com> - 1.6.91-2
|
|
|
|
- Update the symbol of the ibus indicator
|
|
|
|
|
2013-04-30 03:40:37 +00:00
|
|
|
* Sun Apr 28 2013 Peng Wu <pwu@redhat.com> - 1.6.91-1
|
|
|
|
- Update to 1.6.91
|
|
|
|
|
2013-03-19 05:02:55 +00:00
|
|
|
* Tue Mar 19 2013 Peng Wu <pwu@redhat.com> - 1.5.92-1
|
|
|
|
- Update to 1.5.92
|
|
|
|
|
2013-03-04 06:45:53 +00:00
|
|
|
* Mon Mar 4 2013 Peng Wu <pwu@redhat.com> - 1.5.91-1
|
|
|
|
- Update to 1.5.91
|
|
|
|
|
2013-02-14 01:52:42 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.93-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-27 02:56:17 +00:00
|
|
|
* Tue Nov 27 2012 Peng Wu <pwu@redhat.com> - 1.4.93-4
|
|
|
|
- Fixes symbol icons
|
|
|
|
|
2012-11-20 03:41:39 +00:00
|
|
|
* Tue Nov 20 2012 Peng Wu <pwu@redhat.com> - 1.4.93-3
|
|
|
|
- Fixes spec file
|
|
|
|
|
2012-10-29 06:17:08 +00:00
|
|
|
* Mon Oct 29 2012 Peng Wu <pwu@redhat.com> - 1.4.93-2
|
|
|
|
- Fixes libpinyin Requires
|
|
|
|
|
2012-10-16 05:55:24 +00:00
|
|
|
* Mon Oct 15 2012 Peng Wu <pwu@redhat.com> - 1.4.93-1
|
|
|
|
- Update to 1.4.93
|
|
|
|
|
2012-09-18 05:29:10 +00:00
|
|
|
* Mon Sep 17 2012 Peng Wu <pwu@redhat.com> - 1.4.92-1
|
|
|
|
- Update to 1.4.92
|
|
|
|
|
2012-08-16 04:12:26 +00:00
|
|
|
* Thu Aug 16 2012 Peng Wu <pwu@redhat.com> - 1.4.91-1
|
|
|
|
- Update to 1.4.91
|
|
|
|
|
2012-08-06 07:14:07 +00:00
|
|
|
* Mon Aug 06 2012 Peng Wu <pwu@redhat.com> - 1.4.2-1
|
|
|
|
- Update to 1.4.2
|
|
|
|
|
2012-07-19 14:26:04 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-16 07:07:29 +00:00
|
|
|
* Mon Jul 16 2012 Peng Wu <pwu@redhat.com> - 1.4.1-4
|
|
|
|
- Fixes obsoletes
|
|
|
|
|
2012-07-11 02:12:44 +00:00
|
|
|
* Wed Jul 11 2012 Peng Wu <pwu@redhat.com> - 1.4.1-3
|
|
|
|
- Update ibus-libpinyin-1.4.x-head.patch
|
|
|
|
|
2012-07-10 02:53:34 +00:00
|
|
|
* Tue Jul 10 2012 Peng Wu <pwu@redhat.com> - 1.4.1-2
|
|
|
|
- Update ibus-libpinyin-1.4.x-head.patch
|
|
|
|
|
2012-07-04 05:35:37 +00:00
|
|
|
* Wed Jul 04 2012 Peng Wu <pwu@redhat.com> - 1.4.1-1
|
|
|
|
- Update to 1.4.1
|
|
|
|
|
2012-06-12 02:54:25 +00:00
|
|
|
* Fri Jun 01 2012 Peng Wu <pwu@redhat.com> - 1.4.0-1
|
|
|
|
- The first version.
|