2bce534
# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_3
7f7ac75
%global sub_version                     1.0
880fbf6
%global require_ibus_version            1.5.3
7f7ac75
%global have_default_layout             1
7f7ac75
%global have_bridge_hotkey              1
36b0277
%global with_python3                    1
fb0e859
a2e3ccd
%if (0%{?fedora} > 33 || 0%{?rhel} > 8)
a2e3ccd
%bcond_without kasumi_unicode
d67ca0f
%else
a2e3ccd
%bcond_with    kasumi_unicode
d67ca0f
%endif
d67ca0f
36b0277
%if %with_python3
bc85845
# for bytecompile in %%{_datadir}/ibus-anthy
bc85845
%global __python %{__python3}
36b0277
%endif
bc85845
880fbf6
Name:           ibus-anthy
d8db06f
Version:        1.5.14
41dac53
Release:        4%{?dist}
880fbf6
Summary:        The Anthy engine for IBus input platform
880fbf6
License:        GPLv2+
0df9fe7
URL:            https://github.com/ibus/ibus/wiki
d81715d
Source0:        https://github.com/ibus/ibus-anthy/releases/download/%{version}/%{name}-%{version}.tar.gz
ac85804
880fbf6
# Upstreamed patches.
880fbf6
# Patch0:         %%{name}-HEAD.patch
03cc13a
Patch0:         %{name}-HEAD.patch
8cbcd70
Patch1:         %{name}-1938129-default-hiragana.patch
50a115b
3234a62
BuildRequires:  anthy-unicode-devel
7f7ac75
BuildRequires:  desktop-file-utils
ac85804
BuildRequires:  gettext-devel
3234a62
BuildRequires:  git
aecf088
BuildRequires:  glib2-devel
7f7ac75
BuildRequires:  gobject-introspection-devel
9e42bdb
BuildRequires:  ibus 
ac85804
BuildRequires:  libtool
bbbf9d1
BuildRequires:  pkgconfig
bc85845
BuildRequires:  python3-devel
bc85845
BuildRequires:  python3-gobject
ac85804
880fbf6
Requires:       ibus >= %{require_ibus_version}
a2e3ccd
%if %{with kasumi_unicode}
a2e3ccd
Requires:       kasumi-unicode
a2e3ccd
%else
880fbf6
Requires:       kasumi
a2e3ccd
%endif
3234a62
Requires:       anthy-unicode
643ad09
Requires:       %{name}-python = %{version}-%{release}
ac85804
ac85804
%description
ac85804
The Anthy engine for IBus platform. It provides Japanese input method from
e66e469
a library of the Anthy.
ac85804
880fbf6
%package python
880fbf6
Summary:        Anthy Python files for IBus
880fbf6
BuildArch:      noarch
cec2536
Requires:       %{name} = %{version}-%{release}
1f83a3f
Requires:       gtk3
1f83a3f
Requires:       python3-cairo
1f83a3f
Requires:       python3-gobject
880fbf6
880fbf6
%description python
880fbf6
This package contains the Anthy Python files for IBus
880fbf6
aecf088
%package devel
880fbf6
Summary:        Development tools for IBus
3234a62
Requires:       %{name}%{?_isa} = %{version}-%{release}
880fbf6
Requires:       glib2-devel
3234a62
Requires:       anthy-unicode-devel
aecf088
aecf088
%description devel
aecf088
The ibus-anthy-devel package contains .so file and .gir files
aecf088
for developers.
aecf088
3234a62
%package  tests
3234a62
Summary:        Tests for the %{name} package
84497af
BuildRequires:  python3-pycotap
3234a62
Requires:       %{name}%{?_isa} = %{version}-%{release}
2bce534
Requires:       python3-pycotap
3234a62
3234a62
%description tests
3234a62
The %{name}-tests package contains tests that can be used to verify
3234a62
the functionality of the installed %{name} package.
3234a62
3234a62
ac85804
%prep
3234a62
%autosetup -S git
ac85804
ac85804
%build
3234a62
#autoreconf -f -i -v
3234a62
autoreconf -f -i -v
1b976a9
%configure \
2de4fcc
%if %have_default_layout
2de4fcc
  --with-layout='default' \
2de4fcc
%endif
1b976a9
%if %have_bridge_hotkey
1b976a9
  --with-hotkeys \
1b976a9
%endif
a2e3ccd
%if %{with kasumi_unicode}
a2e3ccd
  --with-kasumi-exec=/usr/bin/kasumi-unicode \
a2e3ccd
%endif
a8b6f5c
  --with-on-off-keys="'Zenkaku_Hankaku', 'Ctrl+space', 'Ctrl+J'" \
bc85845
  --with-python=python3 \
3234a62
  --enable-installed-tests \
1b976a9
  --disable-static
ac85804
# make -C po update-gmo
ac85804
make %{?_smp_mflags}
ac85804
ac85804
%install
7f7ac75
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
aecf088
rm -f $RPM_BUILD_ROOT%{_libdir}/libanthygobject-%{sub_version}.la
ac85804
Richard Hughes 3c93219
7d37803
%find_lang %{name}
ac85804
7f7ac75
%check
7f7ac75
desktop-file-validate \
7f7ac75
    $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup-anthy.desktop
c27a402
export LANG=C.UTF-8
c27a402
locale
56ea4a5
make -C data check
ac85804
e3673a6
%ldconfig_scriptlets libs
e3673a6
ed33e17
7d37803
%files -f %{name}.lang
ac85804
%doc AUTHORS COPYING README
2264d1e
# dir {python2_sitearch}/ibus
aecf088
%{_libdir}/libanthygobject-%{sub_version}.so.*
aecf088
%{_libdir}/girepository-1.0/Anthy*.typelib
70b5daf
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.anthy.gschema.xml
880fbf6
%dir %{_datadir}/ibus-anthy
51b4b38
%{_datadir}/applications/ibus-setup-anthy.desktop
880fbf6
%{_datadir}/ibus-anthy/dicts
50a115b
%{_datadir}/icons/hicolor/scalable/apps/ibus-anthy.svg 
ac85804
880fbf6
%files python
880fbf6
%{_libexecdir}/ibus-*-anthy
91e5f73
%{_datadir}/metainfo/*.metainfo.xml
880fbf6
%{_datadir}/ibus-anthy/engine
880fbf6
%{_datadir}/ibus-anthy/setup
880fbf6
%{_datadir}/ibus/component/*
880fbf6
aecf088
%files devel
aecf088
%{_datadir}/gir-1.0/Anthy*.gir
aecf088
%{_includedir}/ibus-anthy-%{sub_version}
aecf088
%{_libdir}/libanthygobject-%{sub_version}.so
aecf088
3234a62
%files tests
3234a62
%dir %{_libexecdir}/installed-tests
3234a62
%{_libexecdir}/installed-tests/%{name}
3234a62
%dir %{_datadir}/installed-tests
3234a62
%{_datadir}/installed-tests/%{name}
3234a62
ac85804
%changelog
41dac53
* Thu Apr 14 2022 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.14-4
41dac53
- Resolves #2064261 assertion error with page size 0
41dac53
03cc13a
* Thu Jan 27 2022 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.14-3
03cc13a
- Add 2022 Era
03cc13a
13f164d
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.14-2
13f164d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
13f164d
d8db06f
* Fri Dec 24 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.14-1
d8db06f
- Bump to 1.5.14
d8db06f
c27a402
* Fri Oct 22 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-3
c27a402
- export C.UTF-8 for make check
c27a402
14af616
* Fri Oct 22 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-2
14af616
- Update era.t with 2021
14af616
- Check python3-pycotap.rpm in Fedora instead of pip
14af616
461abf6
* Fri Aug 20 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-1
461abf6
- Bump to 1.5.13
461abf6
d1b1f61
* Thu Aug 12 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.12-10
d1b1f61
- Remove Ctrl+period in circle_kana_mode
d1b1f61
7c43d07
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.12-9
7c43d07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
7c43d07
e3673a6
* Thu Jun 17 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.12-8
e3673a6
- Delete postscript for ibus write-cache
e3673a6
51b4b38
* Tue Apr 27 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.12-7
51b4b38
- Move .desktop file from ibus-anthy-python to ibus-anthy
51b4b38
- Fix covscan
51b4b38
ed33e17
* Wed Apr 21 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.12-6
d37061f
- Resolves: #1948197 Move post to posttrans
ed33e17
88c9137
* Tue Apr 20 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.12-5
88c9137
- Delete postscripts
88c9137
eb6aeef
* Sun Mar 21 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.12-4
84497af
- Output info to stderr instead of StringIO
84497af
8cbcd70
* Tue Mar 16 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.12-2
8cbcd70
- Change default input mode to Hiragana
8cbcd70
3ae4d6f
* Mon Feb 22 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.12-1
3ae4d6f
- Bump to 1.5.12
3ae4d6f
a2e3ccd
* Wed Feb 10 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.11-10
a2e3ccd
- Replace kasumi with kausmi-unicode
a2e3ccd
- Delete to require intltool
a2e3ccd
- Delete to call gettext.bind_textdomain_codeset()
a2e3ccd
a8e8d33
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.11-9
a8e8d33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
a8e8d33
546a0fd
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.11-8
546a0fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
546a0fd
2bce534
* Thu Jul 09 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.11-7
2bce534
- Use pycotap instead of tappy in CI
2bce534
- Revise CI from ibus-typing-booster
2bce534
- Delete _python_bytecompile_extra
2bce534
c68416f
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.11-6
c68416f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
c68416f
dd352ed
* Wed Dec 04 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.11-5
dd352ed
- Bug 1779129- Fix to install zipcode dict with anthy-unicode
dd352ed
1d2a83b
* Thu Oct 17 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.11-4
1d2a83b
- Add CI
1d2a83b
3234a62
* Wed Oct 16 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.11-3
3234a62
- Replace anthy with anthy-unicode
3234a62
- Install ibus-anthy-tests sub package
3234a62
58ef87e
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.11-2
58ef87e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
58ef87e
91e5f73
* Tue May 14 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.11-1
91e5f73
- Bump to 1.5.11
91e5f73
03542b2
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.10-6
03542b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
03542b2
6e35432
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.10-5
6e35432
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
6e35432
c70f253
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.5.10-4
c70f253
- Rebuilt for Python 3.7
c70f253
d67ca0f
* Mon Mar 19 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-3
d67ca0f
- Reverted scriptlets for f27
d67ca0f
fd5dfc1
* Mon Mar 19 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-2
fd5dfc1
- Reverted ldconfig for f27
fd5dfc1
70b5daf
* Mon Mar 19 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-1
70b5daf
- Bumped to 1.5.10
70b5daf
410f669
* Tue Feb 20 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.5.9-7
410f669
- Update Python 2 dependency declarations to new packaging standards
410f669
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
410f669
6003ef4
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.9-6
6003ef4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6003ef4
998a1af
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.9-5
998a1af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
998a1af
dd3c38d
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.9-4
dd3c38d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
dd3c38d
b316dcc
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.9-3
b316dcc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b316dcc
b87e1fa
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.5.9-2
b87e1fa
- Rebuild for Python 3.6
b87e1fa
fe9a319
* Thu Oct 20 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-1
fe9a319
- Bumped to 1.5.9
fe9a319
e9610a0
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.8-2
e9610a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e9610a0
8a6025b
* Wed Jan 20 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.8-1
8a6025b
- Bumped to 1.5.8
8a6025b
7415311
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.7-3
7415311
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
7415311
4fa9b74
* Thu Sep 03 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.7-2
4fa9b74
- Fix URL in anthy.appdata.xml
4fa9b74
0df9fe7
* Thu Jul 16 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.7-1
0df9fe7
- Bumped to 1.5.7
0df9fe7
93980af
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.6-7
93980af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
93980af
65c8317
* Wed Apr 22 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.6-6
65c8317
- Resolved #1214092 Updated ibus-anthy-HEAD.patch
fb0e859
- Added with_appdata macro and removed with_python_pkg macro
65c8317
Richard Hughes 69cf7a7
* Wed Mar 25 2015 Richard Hughes <rhughes@redhat.com> - 1.5.6-5
Richard Hughes 69cf7a7
- Add the AppData file to the right built RPM, in this case we have to install
Richard Hughes 69cf7a7
  ibus-anthy-python rather than the main package in gnome-software.
Richard Hughes 69cf7a7
- It turns out adding the AppData file to spec files is a great way to fix these
Richard Hughes 69cf7a7
  kinds of bugs. :)
Richard Hughes 69cf7a7
Richard Hughes 198ac84
* Wed Mar 25 2015 Richard Hughes <rhughes@redhat.com> - 1.5.6-4
Richard Hughes 198ac84
- Use an AppStream file compatible with F22 also.
Richard Hughes 198ac84
Richard Hughes 3c93219
* Wed Mar 25 2015 Richard Hughes <rhughes@redhat.com> - 1.5.6-3
Richard Hughes 3c93219
- Register as an AppStream component.
Richard Hughes 3c93219
36b0277
* Thu Nov 13 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.6-2
ef9bcf3
- Updated ibus-anthy-HEAD.patch to fix Enter key on setup dialog.
36b0277
- Use python2 for epel7.
ef9bcf3
a97628d
* Tue Sep 16 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.6-1
a97628d
- Bumped to 1.5.6
a97628d
- Added ibus-anthy-xx-input-mode.patch from ibus-anthy-HEAD.patch.
a97628d
9f5eef8
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.5-9
9f5eef8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
9f5eef8
7fe88e4
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.5.5-8
7fe88e4
- Rebuilt for gobject-introspection 1.41.4
7fe88e4
1b9a10e
* Mon Jul 14 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-7
1b9a10e
- Updated ibus-anthy-HEAD.patch
1b9a10e
  Fixed deprecated warnings with python3-gobject 3.13.3.
1b9a10e
bf7fb8f
* Mon Jul 14 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-6
bf7fb8f
- Updated ibus-anthy-HEAD.patch
bf7fb8f
  Fixed deprecated warnings with python3-gobject 3.13.3.
bf7fb8f
  Set max-width-chars in ibus-anthy-setup wrapped GtkLabel.
bf7fb8f
  Set 'IBUS_SETUP_XID' environment variable in setup.
bf7fb8f
0bb170f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.5-5
0bb170f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0bb170f
5d41749
* Mon May 19 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-4
5d41749
- Updated ibus-anthy-HEAD.patch to fix clear() in input mode.
5d41749
5167381
* Mon Apr 21 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-3
5167381
- Updated ibus-anthy-HEAD.patch to unref pixbuf on destroy.
5167381
1f83a3f
* Thu Feb 27 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-2
1f83a3f
- Updated ibus-anthy-HEAD.patch to enable property icon.
1f83a3f
bc85845
* Wed Feb 05 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-1
bc85845
- Bumped to 1.5.5
bc85845
- Enabled python3.
bc85845
cec2536
* Tue Dec 24 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.4-2
cec2536
- Required ibus-anthy by ibus-anthy-python
cec2536
880fbf6
* Mon Sep 09 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.4-1
880fbf6
- Bumped to 1.5.4
880fbf6
- Added ibus-anthy-python subpackage for noarch.
880fbf6
- Deleted ibus-anthy-xx-disable-prop-symbol.patch
880fbf6
d628c8f
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.3-2
d628c8f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d628c8f
117835e
* Mon May 13 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.3-1
117835e
- Bumped to 1.5.3
117835e
3b4c8c5
* Mon May 13 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-1
3b4c8c5
- Bumped to 1.5.2
3b4c8c5
a8b6f5c
* Sat May 11 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.1-1
a8b6f5c
- Bumped to 1.5.1
a8b6f5c
c7ef472
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-2
c7ef472
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c7ef472
cb21fb2
* Wed Jan 16 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.0-1
cb21fb2
- Bumped to 1.5.0
cb21fb2
8672699
* Wed Dec 12 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-3
8672699
- Resolved #884031. Deleted arch depended files.
8672699
2264d1e
* Thu Nov 22 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-2
2264d1e
- Updated to save the spec update.
2264d1e
50a115b
* Sat Oct 06 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-1
50a115b
- Bumped to 1.4.99.20121006
50a115b
- Added ibus-anthy-xx-disable-prop-symbol.patch for Fedora 17
50a115b
b2bdc7c
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.99.20120327-2
b2bdc7c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b2bdc7c
387ecfb
* Tue Mar 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120327-1
387ecfb
- Bumped to 1.4.99.20120327
387ecfb
aecf088
* Sun Mar 04 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20120304-1
aecf088
- Bumped to 1.3.99.20120304
aecf088
2de4fcc
* Mon Feb 06 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.6-5
2de4fcc
- Added ibus-anthy-xx-layout.patch to set 'default' layout in f17.
2de4fcc
a65665d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.6-4
a65665d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a65665d
3f61559
* Fri Jul 29 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.6-3
9e42bdb
- Added ibus-anthy-xx-icon-symbol.patch to enable the engine symbol & hotkeys.
9e42bdb
f508c16
* Mon May 16 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.6-1
f508c16
- Bumped to 1.2.6
f508c16
  Fixed Bug 661943 - the latest page_size for ibus.LookupTable.
f508c16
a590a5f
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.5-4
a590a5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a590a5f
30b4702
* Wed Dec 01 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.5-1
30b4702
- Updated to 1.2.5
ad2f16f
  Fixed Bug 652881 - SEGV when key tables are customized in new gconf.
ad2f16f
  Fixed Bug 654322 - new custom keys are not loaded.
01b2886
01b2886
* Tue Oct 26 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.4-1
4a177e3
- Updated to 1.2.4
4a177e3
- Resolves #644771 ibus-anthy [F7] key cannot work with SEGV
ed61f08
ed61f08
* Sat Oct 16 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.3-1
fb6fa6f
- Updated to 1.2.3
fb6fa6f
- Updated translations.
fb6fa6f
ed61f08
* Fri Oct 15 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.2.20101015-1
a41ce18
- Updated to 1.2.2.20101015
fb6fa6f
- Fixed Bug 643291 - ibus-anthy commit_first_segment
a41ce18
4b37ed5
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.2.1-2
4b37ed5
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
4b37ed5
bbbf9d1
* Fri Apr 23 2010 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.1-1
bbbf9d1
- Update to 1.2.1
bbbf9d1
630f975
* Mon Apr 05 2010 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20100313-3
6c03ec4
- Update icon
6c03ec4
9e6a644
* Fri Mar 12 2010 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20100313-1
9e6a644
- Update to 1.2.0.20100313
9e6a644
- Update fr.po
9e6a644
a25ded0
* Fri Mar 12 2010 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20100312.1-1
a25ded0
- Update to 1.2.0.20100312.1
a25ded0
- Minor fix for a translation
a25ded0
65d4dc6
* Fri Mar 12 2010 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20100312-1
65d4dc6
- Update to 1.2.0.20100312
65d4dc6
- Fix bug 571728 - ibus-anthy support to switch dicts
65d4dc6
- Fix bug 572412 - ibus-anthy: Segment convertion mode
65d4dc6
591064e
* Fri Mar 05 2010 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20100115-2
591064e
- Fix bug 564268 - Crash with enabled global input method
591064e
- Fix bug 570680 - Support NICOLA-F and NICOLA-A
591064e
- Fix romaji_typing_rule. #777
591064e
- Fix Shift + char with CapsLock ON in romaji mode.
591064e
- Fix chattering bug.
591064e
656e2ff
* Fri Jan 15 2010 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20100115-1
656e2ff
- Update to 1.2.0.20100115
9aaef39
- Fix bug 550001 - kasumi should be accessible from ibus-anthy
656e2ff
25da6b0
* Fri Nov 27 2009 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20091127-1
656e2ff
- Update to 1.2.0.20091127
25da6b0
- Fix bug 520989 - ibus-anthy icon enhancement
25da6b0
- Fix bug 531696 - ibus-anthy KeyError is still reported by abrt
25da6b0
- Fix bug 536716 - ibus-anthy: Symbol type change support in ibus-anthy
25da6b0
80c7f4e
* Fri Oct 23 2009 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20090917-2
80c7f4e
- Fix bug 526881 - ibus-anthy backtrace is reported by the latest abrt
80c7f4e
2bd29c1
* Thu Sep 17 2009 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20090917-1
2bd29c1
- Update to 1.2.0.20090917
2bd29c1
- Fix bug 523642 - ibus-anthy convert_to_char_type_{for,back}ward()
2bd29c1
979d0a7
* Mon Sep 07 2009 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20090907-2
979d0a7
- Fix a build issue
979d0a7
4fd61f3
* Mon Sep 07 2009 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20090907-1
4fd61f3
- Update to 1.2.0.20090907
4fd61f3
- Fix bug 510978 - "Typing Method" configuration doesn't work
4fd61f3
- Fix bug 518373 - ibus setup tools need to set gettext textdomain dir.
4fd61f3
2fc46a1
* Thu Aug 13 2009 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20090813-1
cb989d9
- Update to 1.2.0.20090813
2fc46a1
- Fix bug 509483 - reconversion feature doesn't work
2fc46a1
- Fix bug 509485 - commit_first_segment feature doesn't work
2fc46a1
6c04d2c
* Tue Aug 04 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090804-1
6c04d2c
- Update to 1.2.0.20090804
6c04d2c
- Fix bug 508358 - ANTHY_HISTORY_FILE record only a single word
6c04d2c
e9fe9b4
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.20090617-2
e9fe9b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e9fe9b4
2b578b1
* Mon Jun 22 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090617-1
2b578b1
- Update to 1.2.0.20090617
2b578b1
349c0f0
* Wed Jun 17 2009 Jens Petersen <petersen@redhat.com> - 1.1.0.20090603-2
349c0f0
- require kasumi to pull in dictionary tool
349c0f0
2b578b1
* Wed Jun 03 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090603-1
c2a60f3
- Update to 1.1.0.20090603
c2a60f3
- Implement setup ui.
c2a60f3
2b578b1
* Thu Apr 30 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090402-2
c2a60f3
- Update to upstream HEAD version
c2a60f3
- Fix bug 498250 - Cannot type zenkaku-space
c2a60f3
2b578b1
* Thu Apr 02 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090402-1
53f9b8f
- Update to 1.1.0.20090402.
53f9b8f
- Fix bug 490747 - Muhenkan (no-conversion) key does not undo conversion
53f9b8f
- Fix bug 490750 - Henkan key for candidate conversion doesn't do anything
53f9b8f
- Fix bug 490748 - Kana key doesn't do anything
53f9b8f
0ad559a
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0.20090211-2
0ad559a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
0ad559a
2b578b1
* Wed Feb 11 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090211-1
b293268
- Update to 1.1.0.20090211.
b293268
2b578b1
* Thu Feb 05 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090205-1
1c12f94
- Update to 1.1.0.20090205.
1c12f94
2b578b1
* Tue Feb 03 2009 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20090203-1
8fd7a23
- Update to 0.1.1.20090203.
8fd7a23
2758790
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20080912-2
2758790
- Rebuild for Python 2.6
2758790
2b578b1
* Fri Sep 12 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080912-1
5781e34
- Update to 0.1.1.20080912.
5781e34
2b578b1
* Mon Sep 01 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080901-1
73f8b79
- Update to 0.1.1.20080901.
73f8b79
2b578b1
* Thu Aug 28 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080828-1
9f4e9f5
- Update to 0.1.1.20080828.
9f4e9f5
2b578b1
* Wed Aug 27 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080827-1
46523fe
- Update to 0.1.1.20080827.
46523fe
2b578b1
* Tue Aug 26 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080826-1
48abb26
- Update to 0.1.1.20080826.
48abb26
2b578b1
* Sat Aug 23 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080823-1
4eccb81
- Update to 0.1.1.20080823.
4eccb81
2b578b1
* Fri Aug 15 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080815-1
7d37803
- Update to 0.1.1.20080815.
7d37803
880fbf6
* Tue Aug 12 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080812-1
96d5a74
- Update to 0.1.1.20080812.
96d5a74
2b578b1
* Fri Aug 08 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.0.20080810-1
ac85804
- The first version.