From 29ab80c41e30fee9536fa2cece471ddc15ba46a3 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 27 Feb 2014 15:32:58 +0100 Subject: [PATCH] update to 1.2.10 - make profiling work again and make it easier to use - port from Python2 to Python3 - add python-enchant support --- .gitignore | 1 + ibus-typing-booster.spec | 13 ++++++++++++- sources | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 26348d3..055ffb5 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 1182f7e..9adbe94 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -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 - 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 - 1.2.9-1 - Fix behaviour of arrow right keys in preëdit (Resolves: rhbz#1049324) - Add timestamps to entries in the user database diff --git a/sources b/sources index 0e7b6be..fe17c59 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a7a1705ea0cfc321f55f51e36fd17f0e ibus-typing-booster-1.2.9.tar.gz +ceddf27cad6defc3064bdc24bac83e82 ibus-typing-booster-1.2.10.tar.gz