[ibus-typing-booster/f19] update to 1.2.10

Mike FABIAN mfabian at fedoraproject.org
Fri Feb 28 10:51:19 UTC 2014


commit 7459c60ac475b8f6c862b23af9977793c9056726
Author: Mike FABIAN <mfabian at redhat.com>
Date:   Thu Feb 27 15:32:58 2014 +0100

    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 |   14 ++++++++++++--
 sources                  |    2 +-
 3 files changed, 14 insertions(+), 3 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 1c4379d..0b6399f 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
 Requires:   libtranslit-m17n
+Requires:   python3 >= 3.3
+Requires:   python3-dbus
+Requires:   python3-enchant
 BuildRequires:  ibus-devel,libtranslit-devel
+BuildRequires:  python3-devel
 Provides:   ibus-hunspell-table = %{version}-%{release}
 Obsoletes:  ibus-hunspell-table <= 0.0.6-1.fc17
 Provides:   ibus-hunspell-table = %{version}-%{release}
@@ -45,7 +49,6 @@ Provides:   tamil-typing-booster-inscript = %{version}-%{release}
 Obsoletes:  tamil-typing-booster-inscript <= 0.9.0-2.fc17
 Provides:   tamil-typing-booster-99 = %{version}-%{release}
 Obsoletes:  tamil-typing-booster-99 <= 0.9.0-2.fc17
-
 BuildArch:  noarch
 
 %description
@@ -56,10 +59,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}
@@ -74,6 +79,11 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true  INSTALL="install -p"   pkg
 %{_datadir}/applications/ibus-setup-typing-booster.desktop
 
 %changelog
+* Thu Feb 27 2014 Mike FABIAN <mfabian at 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 at 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
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


More information about the scm-commits mailing list