update to 1.2.10

- make profiling work again and make it easier to use
- port from Python2 to Python3
- add python-enchant support
This commit is contained in:
Mike FABIAN 2014-02-27 15:32:58 +01:00
parent 98916ff415
commit 29ab80c41e
3 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -39,3 +39,4 @@
/ibus-typing-booster-1.2.7.tar.gz
/ibus-typing-booster-1.2.8.tar.gz
/ibus-typing-booster-1.2.9.tar.gz
/ibus-typing-booster-1.2.10.tar.gz

View File

@ -1,5 +1,5 @@
Name: ibus-typing-booster
Version: 1.2.9
Version: 1.2.10
Release: 1%{?dist}
Summary: A typing booster engine for the IBus platform
License: GPLv3+
@ -8,7 +8,11 @@ URL: http://git.fedorahosted.org/git/?p=ibus-typing-booster.git
Source0: https://fedorahosted.org/releases/i/b/ibus-typing-booster/%{name}-%{version}.tar.gz
Requires: ibus >= 1.5.3
Requires: libtranslit-m17n
Requires: python3 >= 3.3
Requires: python3-dbus
Requires: python3-enchant
BuildRequires: ibus-devel,libtranslit-devel
BuildRequires: python3-devel
BuildArch: noarch
%description
@ -19,10 +23,12 @@ The Typing Booster engine for IBus platform.
%build
export PYTHON=%{__python3}
%configure --disable-static --disable-additional
make %{?_smp_mflags}
%install
export PYTHON=%{__python3}
make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkgconfigdir=%{_datadir}/pkgconfig
%find_lang %{name}
@ -49,6 +55,11 @@ desktop-file-validate \
%{_datadir}/applications/ibus-setup-typing-booster.desktop
%changelog
* Thu Feb 27 2014 Mike FABIAN <mfabian@redhat.com> - 1.2.10-1
- make profiling work again and make it easier to use
- port from Python2 to Python3
- add python-enchant support
* Fri Jan 17 2014 Mike FABIAN <mfabian@redhat.com> - 1.2.9-1
- Fix behaviour of arrow right keys in preëdit (Resolves: rhbz#1049324)
- Add timestamps to entries in the user database

View File

@ -1 +1 @@
a7a1705ea0cfc321f55f51e36fd17f0e ibus-typing-booster-1.2.9.tar.gz
ceddf27cad6defc3064bdc24bac83e82 ibus-typing-booster-1.2.10.tar.gz