Blame SPECS/ibus-anthy.spec

6e3210
# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_3
6e3210
%global sub_version                     1.0
6e3210
%global require_ibus_version            1.5.3
6e3210
%global have_default_layout             1
6e3210
%global have_bridge_hotkey              1
6e3210
%global with_python3                    1
6e3210
6e3210
%if (0%{?fedora} > 33 || 0%{?rhel} > 8)
6e3210
%bcond_without kasumi_unicode
6e3210
%else
6e3210
%bcond_with    kasumi_unicode
6e3210
%endif
6e3210
6e3210
%if %with_python3
6e3210
# for bytecompile in %%{_datadir}/ibus-anthy
6e3210
%global __python %{__python3}
6e3210
%endif
6e3210
6e3210
Name:           ibus-anthy
6e3210
Version:        1.5.13
6e3210
Release:        1%{?dist}
6e3210
Summary:        The Anthy engine for IBus input platform
6e3210
License:        GPLv2+
6e3210
URL:            https://github.com/ibus/ibus/wiki
6e3210
Source0:        https://github.com/ibus/ibus-anthy/releases/download/%{version}/%{name}-%{version}.tar.gz
6e3210
6e3210
# Upstreamed patches.
6e3210
# Patch0:         %%{name}-HEAD.patch
6e3210
Patch1:         %{name}-1938129-default-hiragana.patch
6e3210
6e3210
BuildRequires:  anthy-unicode-devel
6e3210
BuildRequires:  desktop-file-utils
6e3210
BuildRequires:  gettext-devel
6e3210
BuildRequires:  git
6e3210
BuildRequires:  glib2-devel
6e3210
BuildRequires:  gobject-introspection-devel
6e3210
BuildRequires:  ibus 
6e3210
BuildRequires:  libtool
6e3210
BuildRequires:  pkgconfig
6e3210
BuildRequires:  python3-devel
6e3210
BuildRequires:  python3-gobject
6e3210
6e3210
Requires:       ibus >= %{require_ibus_version}
6e3210
%if %{with kasumi_unicode}
6e3210
Requires:       kasumi-unicode
6e3210
%else
6e3210
Requires:       kasumi
6e3210
%endif
6e3210
Requires:       anthy-unicode
6e3210
Requires:       %{name}-python = %{version}-%{release}
6e3210
6e3210
%description
6e3210
The Anthy engine for IBus platform. It provides Japanese input method from
6e3210
a library of the Anthy.
6e3210
6e3210
%package python
6e3210
Summary:        Anthy Python files for IBus
6e3210
BuildArch:      noarch
6e3210
Requires:       %{name} = %{version}-%{release}
6e3210
Requires:       gtk3
6e3210
Requires:       python3-cairo
6e3210
Requires:       python3-gobject
6e3210
6e3210
%description python
6e3210
This package contains the Anthy Python files for IBus
6e3210
6e3210
%package devel
6e3210
Summary:        Development tools for IBus
6e3210
Requires:       %{name}%{?_isa} = %{version}-%{release}
6e3210
Requires:       glib2-devel
6e3210
Requires:       anthy-unicode-devel
6e3210
6e3210
%description devel
6e3210
The ibus-anthy-devel package contains .so file and .gir files
6e3210
for developers.
6e3210
6e3210
%package  tests
6e3210
Summary:        Tests for the %{name} package
6e3210
BuildRequires:  python3-pycotap
6e3210
Requires:       %{name}%{?_isa} = %{version}-%{release}
6e3210
Requires:       python3-pycotap
6e3210
6e3210
%description tests
6e3210
The %{name}-tests package contains tests that can be used to verify
6e3210
the functionality of the installed %{name} package.
6e3210
6e3210
6e3210
%prep
6e3210
%autosetup -S git
6e3210
6e3210
%build
6e3210
#autoreconf -f -i -v
6e3210
autoreconf -f -i -v
6e3210
%configure \
6e3210
%if %have_default_layout
6e3210
  --with-layout='default' \
6e3210
%endif
6e3210
%if %have_bridge_hotkey
6e3210
  --with-hotkeys \
6e3210
%endif
6e3210
%if %{with kasumi_unicode}
6e3210
  --with-kasumi-exec=/usr/bin/kasumi-unicode \
6e3210
%endif
6e3210
  --with-on-off-keys="'Zenkaku_Hankaku', 'Ctrl+space', 'Ctrl+J'" \
6e3210
  --with-python=python3 \
6e3210
  --enable-installed-tests \
6e3210
  --disable-static
6e3210
# make -C po update-gmo
6e3210
make %{?_smp_mflags}
6e3210
6e3210
%install
6e3210
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
6e3210
rm -f $RPM_BUILD_ROOT%{_libdir}/libanthygobject-%{sub_version}.la
6e3210
6e3210
6e3210
%find_lang %{name}
6e3210
6e3210
%check
6e3210
desktop-file-validate \
6e3210
    $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup-anthy.desktop
6e3210
6e3210
%ldconfig_scriptlets libs
6e3210
6e3210
6e3210
%files -f %{name}.lang
6e3210
%doc AUTHORS COPYING README
6e3210
# dir {python2_sitearch}/ibus
6e3210
%{_libdir}/libanthygobject-%{sub_version}.so.*
6e3210
%{_libdir}/girepository-1.0/Anthy*.typelib
6e3210
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.anthy.gschema.xml
6e3210
%dir %{_datadir}/ibus-anthy
6e3210
%{_datadir}/applications/ibus-setup-anthy.desktop
6e3210
%{_datadir}/ibus-anthy/dicts
6e3210
%{_datadir}/icons/hicolor/scalable/apps/ibus-anthy.svg 
6e3210
6e3210
%files python
6e3210
%{_libexecdir}/ibus-*-anthy
6e3210
%{_datadir}/metainfo/*.metainfo.xml
6e3210
%{_datadir}/ibus-anthy/engine
6e3210
%{_datadir}/ibus-anthy/setup
6e3210
%{_datadir}/ibus/component/*
6e3210
6e3210
%files devel
6e3210
%{_datadir}/gir-1.0/Anthy*.gir
6e3210
%{_includedir}/ibus-anthy-%{sub_version}
6e3210
%{_libdir}/libanthygobject-%{sub_version}.so
6e3210
6e3210
%files tests
6e3210
%dir %{_libexecdir}/installed-tests
6e3210
%{_libexecdir}/installed-tests/%{name}
6e3210
%dir %{_datadir}/installed-tests
6e3210
%{_datadir}/installed-tests/%{name}
6e3210
6e3210
%changelog
6e3210
* Fri Aug 20 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-1
6e3210
- Remove Ctrl+period in circle_kana_mode. Related: rhbz#1993079
6e3210
6e3210
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.12-7
6e3210
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
6e3210
  Related: rhbz#1991688
6e3210
6e3210
* Tue Apr 27 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.12-6
6e3210
- Fix covscan. Related: rhbz#1963072
6e3210
- Delete postscripts
6e3210
6e3210
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.12-5
6e3210
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
6e3210
6e3210
* Sun Mar 21 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.12-4
6e3210
- Output info to stderr instead of StringIO
6e3210
6e3210
* Tue Mar 16 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.12-2
6e3210
- Change default input mode to Hiragana
6e3210
6e3210
* Mon Feb 22 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.12-1
6e3210
- Bump to 1.5.12
6e3210
6e3210
* Wed Feb 10 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.11-10
6e3210
- Replace kasumi with kausmi-unicode
6e3210
- Delete to require intltool
6e3210
- Delete to call gettext.bind_textdomain_codeset()
6e3210
6e3210
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.11-9
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
6e3210
6e3210
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.11-8
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
6e3210
6e3210
* Thu Jul 09 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.11-7
6e3210
- Use pycotap instead of tappy in CI
6e3210
- Revise CI from ibus-typing-booster
6e3210
- Delete _python_bytecompile_extra
6e3210
6e3210
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.11-6
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
6e3210
6e3210
* Wed Dec 04 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.11-5
6e3210
- Bug 1779129- Fix to install zipcode dict with anthy-unicode
6e3210
6e3210
* Thu Oct 17 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.11-4
6e3210
- Add CI
6e3210
6e3210
* Wed Oct 16 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.11-3
6e3210
- Replace anthy with anthy-unicode
6e3210
- Install ibus-anthy-tests sub package
6e3210
6e3210
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.11-2
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
6e3210
6e3210
* Tue May 14 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.11-1
6e3210
- Bump to 1.5.11
6e3210
6e3210
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.10-6
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
6e3210
6e3210
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.10-5
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
6e3210
6e3210
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.5.10-4
6e3210
- Rebuilt for Python 3.7
6e3210
6e3210
* Mon Mar 19 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-3
6e3210
- Reverted scriptlets for f27
6e3210
6e3210
* Mon Mar 19 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-2
6e3210
- Reverted ldconfig for f27
6e3210
6e3210
* Mon Mar 19 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-1
6e3210
- Bumped to 1.5.10
6e3210
6e3210
* Tue Feb 20 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.5.9-7
6e3210
- Update Python 2 dependency declarations to new packaging standards
6e3210
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
6e3210
6e3210
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.9-6
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6e3210
6e3210
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.9-5
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
6e3210
6e3210
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.9-4
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6e3210
6e3210
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.9-3
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
6e3210
6e3210
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.5.9-2
6e3210
- Rebuild for Python 3.6
6e3210
6e3210
* Thu Oct 20 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-1
6e3210
- Bumped to 1.5.9
6e3210
6e3210
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.8-2
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
6e3210
6e3210
* Wed Jan 20 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.8-1
6e3210
- Bumped to 1.5.8
6e3210
6e3210
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.7-3
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
6e3210
6e3210
* Thu Sep 03 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.7-2
6e3210
- Fix URL in anthy.appdata.xml
6e3210
6e3210
* Thu Jul 16 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.7-1
6e3210
- Bumped to 1.5.7
6e3210
6e3210
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.6-7
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
6e3210
6e3210
* Wed Apr 22 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.6-6
6e3210
- Resolved #1214092 Updated ibus-anthy-HEAD.patch
6e3210
- Added with_appdata macro and removed with_python_pkg macro
6e3210
6e3210
* Wed Mar 25 2015 Richard Hughes <rhughes@redhat.com> - 1.5.6-5
6e3210
- Add the AppData file to the right built RPM, in this case we have to install
6e3210
  ibus-anthy-python rather than the main package in gnome-software.
6e3210
- It turns out adding the AppData file to spec files is a great way to fix these
6e3210
  kinds of bugs. :)
6e3210
6e3210
* Wed Mar 25 2015 Richard Hughes <rhughes@redhat.com> - 1.5.6-4
6e3210
- Use an AppStream file compatible with F22 also.
6e3210
6e3210
* Wed Mar 25 2015 Richard Hughes <rhughes@redhat.com> - 1.5.6-3
6e3210
- Register as an AppStream component.
6e3210
6e3210
* Thu Nov 13 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.6-2
6e3210
- Updated ibus-anthy-HEAD.patch to fix Enter key on setup dialog.
6e3210
- Use python2 for epel7.
6e3210
6e3210
* Tue Sep 16 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.6-1
6e3210
- Bumped to 1.5.6
6e3210
- Added ibus-anthy-xx-input-mode.patch from ibus-anthy-HEAD.patch.
6e3210
6e3210
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.5-9
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
6e3210
6e3210
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.5.5-8
6e3210
- Rebuilt for gobject-introspection 1.41.4
6e3210
6e3210
* Mon Jul 14 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-7
6e3210
- Updated ibus-anthy-HEAD.patch
6e3210
  Fixed deprecated warnings with python3-gobject 3.13.3.
6e3210
6e3210
* Mon Jul 14 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-6
6e3210
- Updated ibus-anthy-HEAD.patch
6e3210
  Fixed deprecated warnings with python3-gobject 3.13.3.
6e3210
  Set max-width-chars in ibus-anthy-setup wrapped GtkLabel.
6e3210
  Set 'IBUS_SETUP_XID' environment variable in setup.
6e3210
6e3210
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.5-5
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
6e3210
6e3210
* Mon May 19 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-4
6e3210
- Updated ibus-anthy-HEAD.patch to fix clear() in input mode.
6e3210
6e3210
* Mon Apr 21 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-3
6e3210
- Updated ibus-anthy-HEAD.patch to unref pixbuf on destroy.
6e3210
6e3210
* Thu Feb 27 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-2
6e3210
- Updated ibus-anthy-HEAD.patch to enable property icon.
6e3210
6e3210
* Wed Feb 05 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-1
6e3210
- Bumped to 1.5.5
6e3210
- Enabled python3.
6e3210
6e3210
* Tue Dec 24 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.4-2
6e3210
- Required ibus-anthy by ibus-anthy-python
6e3210
6e3210
* Mon Sep 09 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.4-1
6e3210
- Bumped to 1.5.4
6e3210
- Added ibus-anthy-python subpackage for noarch.
6e3210
- Deleted ibus-anthy-xx-disable-prop-symbol.patch
6e3210
6e3210
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.3-2
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6e3210
6e3210
* Mon May 13 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.3-1
6e3210
- Bumped to 1.5.3
6e3210
6e3210
* Mon May 13 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-1
6e3210
- Bumped to 1.5.2
6e3210
6e3210
* Sat May 11 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.1-1
6e3210
- Bumped to 1.5.1
6e3210
6e3210
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-2
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
6e3210
6e3210
* Wed Jan 16 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.0-1
6e3210
- Bumped to 1.5.0
6e3210
6e3210
* Wed Dec 12 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-3
6e3210
- Resolved #884031. Deleted arch depended files.
6e3210
6e3210
* Thu Nov 22 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-2
6e3210
- Updated to save the spec update.
6e3210
6e3210
* Sat Oct 06 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-1
6e3210
- Bumped to 1.4.99.20121006
6e3210
- Added ibus-anthy-xx-disable-prop-symbol.patch for Fedora 17
6e3210
6e3210
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.99.20120327-2
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6e3210
6e3210
* Tue Mar 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120327-1
6e3210
- Bumped to 1.4.99.20120327
6e3210
6e3210
* Sun Mar 04 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20120304-1
6e3210
- Bumped to 1.3.99.20120304
6e3210
6e3210
* Mon Feb 06 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.6-5
6e3210
- Added ibus-anthy-xx-layout.patch to set 'default' layout in f17.
6e3210
6e3210
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.6-4
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6e3210
6e3210
* Fri Jul 29 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.6-3
6e3210
- Added ibus-anthy-xx-icon-symbol.patch to enable the engine symbol & hotkeys.
6e3210
6e3210
* Mon May 16 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.6-1
6e3210
- Bumped to 1.2.6
6e3210
  Fixed Bug 661943 - the latest page_size for ibus.LookupTable.
6e3210
6e3210
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.5-4
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6e3210
6e3210
* Wed Dec 01 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.5-1
6e3210
- Updated to 1.2.5
6e3210
  Fixed Bug 652881 - SEGV when key tables are customized in new gconf.
6e3210
  Fixed Bug 654322 - new custom keys are not loaded.
6e3210
6e3210
* Tue Oct 26 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.4-1
6e3210
- Updated to 1.2.4
6e3210
- Resolves #644771 ibus-anthy [F7] key cannot work with SEGV
6e3210
6e3210
* Sat Oct 16 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.3-1
6e3210
- Updated to 1.2.3
6e3210
- Updated translations.
6e3210
6e3210
* Fri Oct 15 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.2.20101015-1
6e3210
- Updated to 1.2.2.20101015
6e3210
- Fixed Bug 643291 - ibus-anthy commit_first_segment
6e3210
6e3210
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.2.1-2
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
6e3210
6e3210
* Fri Apr 23 2010 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.1-1
6e3210
- Update to 1.2.1
6e3210
6e3210
* Mon Apr 05 2010 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20100313-3
6e3210
- Update icon
6e3210
6e3210
* Fri Mar 12 2010 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20100313-1
6e3210
- Update to 1.2.0.20100313
6e3210
- Update fr.po
6e3210
6e3210
* Fri Mar 12 2010 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20100312.1-1
6e3210
- Update to 1.2.0.20100312.1
6e3210
- Minor fix for a translation
6e3210
6e3210
* Fri Mar 12 2010 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20100312-1
6e3210
- Update to 1.2.0.20100312
6e3210
- Fix bug 571728 - ibus-anthy support to switch dicts
6e3210
- Fix bug 572412 - ibus-anthy: Segment convertion mode
6e3210
6e3210
* Fri Mar 05 2010 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20100115-2
6e3210
- Fix bug 564268 - Crash with enabled global input method
6e3210
- Fix bug 570680 - Support NICOLA-F and NICOLA-A
6e3210
- Fix romaji_typing_rule. #777
6e3210
- Fix Shift + char with CapsLock ON in romaji mode.
6e3210
- Fix chattering bug.
6e3210
6e3210
* Fri Jan 15 2010 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20100115-1
6e3210
- Update to 1.2.0.20100115
6e3210
- Fix bug 550001 - kasumi should be accessible from ibus-anthy
6e3210
6e3210
* Fri Nov 27 2009 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20091127-1
6e3210
- Update to 1.2.0.20091127
6e3210
- Fix bug 520989 - ibus-anthy icon enhancement
6e3210
- Fix bug 531696 - ibus-anthy KeyError is still reported by abrt
6e3210
- Fix bug 536716 - ibus-anthy: Symbol type change support in ibus-anthy
6e3210
6e3210
* Fri Oct 23 2009 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20090917-2
6e3210
- Fix bug 526881 - ibus-anthy backtrace is reported by the latest abrt
6e3210
6e3210
* Thu Sep 17 2009 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20090917-1
6e3210
- Update to 1.2.0.20090917
6e3210
- Fix bug 523642 - ibus-anthy convert_to_char_type_{for,back}ward()
6e3210
6e3210
* Mon Sep 07 2009 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20090907-2
6e3210
- Fix a build issue
6e3210
6e3210
* Mon Sep 07 2009 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20090907-1
6e3210
- Update to 1.2.0.20090907
6e3210
- Fix bug 510978 - "Typing Method" configuration doesn't work
6e3210
- Fix bug 518373 - ibus setup tools need to set gettext textdomain dir.
6e3210
6e3210
* Thu Aug 13 2009 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20090813-1
6e3210
- Update to 1.2.0.20090813
6e3210
- Fix bug 509483 - reconversion feature doesn't work
6e3210
- Fix bug 509485 - commit_first_segment feature doesn't work
6e3210
6e3210
* Tue Aug 04 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090804-1
6e3210
- Update to 1.2.0.20090804
6e3210
- Fix bug 508358 - ANTHY_HISTORY_FILE record only a single word
6e3210
6e3210
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.20090617-2
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6e3210
6e3210
* Mon Jun 22 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090617-1
6e3210
- Update to 1.2.0.20090617
6e3210
6e3210
* Wed Jun 17 2009 Jens Petersen <petersen@redhat.com> - 1.1.0.20090603-2
6e3210
- require kasumi to pull in dictionary tool
6e3210
6e3210
* Wed Jun 03 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090603-1
6e3210
- Update to 1.1.0.20090603
6e3210
- Implement setup ui.
6e3210
6e3210
* Thu Apr 30 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090402-2
6e3210
- Update to upstream HEAD version
6e3210
- Fix bug 498250 - Cannot type zenkaku-space
6e3210
6e3210
* Thu Apr 02 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090402-1
6e3210
- Update to 1.1.0.20090402.
6e3210
- Fix bug 490747 - Muhenkan (no-conversion) key does not undo conversion
6e3210
- Fix bug 490750 - Henkan key for candidate conversion doesn't do anything
6e3210
- Fix bug 490748 - Kana key doesn't do anything
6e3210
6e3210
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0.20090211-2
6e3210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6e3210
6e3210
* Wed Feb 11 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090211-1
6e3210
- Update to 1.1.0.20090211.
6e3210
6e3210
* Thu Feb 05 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090205-1
6e3210
- Update to 1.1.0.20090205.
6e3210
6e3210
* Tue Feb 03 2009 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20090203-1
6e3210
- Update to 0.1.1.20090203.
6e3210
6e3210
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20080912-2
6e3210
- Rebuild for Python 2.6
6e3210
6e3210
* Fri Sep 12 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080912-1
6e3210
- Update to 0.1.1.20080912.
6e3210
6e3210
* Mon Sep 01 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080901-1
6e3210
- Update to 0.1.1.20080901.
6e3210
6e3210
* Thu Aug 28 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080828-1
6e3210
- Update to 0.1.1.20080828.
6e3210
6e3210
* Wed Aug 27 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080827-1
6e3210
- Update to 0.1.1.20080827.
6e3210
6e3210
* Tue Aug 26 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080826-1
6e3210
- Update to 0.1.1.20080826.
6e3210
6e3210
* Sat Aug 23 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080823-1
6e3210
- Update to 0.1.1.20080823.
6e3210
6e3210
* Fri Aug 15 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080815-1
6e3210
- Update to 0.1.1.20080815.
6e3210
6e3210
* Tue Aug 12 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080812-1
6e3210
- Update to 0.1.1.20080812.
6e3210
6e3210
* Fri Aug 08 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.0.20080810-1
6e3210
- The first version.