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:
parent
98916ff415
commit
29ab80c41e
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@
|
|||||||
/ibus-typing-booster-1.2.7.tar.gz
|
/ibus-typing-booster-1.2.7.tar.gz
|
||||||
/ibus-typing-booster-1.2.8.tar.gz
|
/ibus-typing-booster-1.2.8.tar.gz
|
||||||
/ibus-typing-booster-1.2.9.tar.gz
|
/ibus-typing-booster-1.2.9.tar.gz
|
||||||
|
/ibus-typing-booster-1.2.10.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 1.2.9
|
Version: 1.2.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A typing booster engine for the IBus platform
|
Summary: A typing booster engine for the IBus platform
|
||||||
License: GPLv3+
|
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
|
Source0: https://fedorahosted.org/releases/i/b/ibus-typing-booster/%{name}-%{version}.tar.gz
|
||||||
Requires: ibus >= 1.5.3
|
Requires: ibus >= 1.5.3
|
||||||
Requires: libtranslit-m17n
|
Requires: libtranslit-m17n
|
||||||
|
Requires: python3 >= 3.3
|
||||||
|
Requires: python3-dbus
|
||||||
|
Requires: python3-enchant
|
||||||
BuildRequires: ibus-devel,libtranslit-devel
|
BuildRequires: ibus-devel,libtranslit-devel
|
||||||
|
BuildRequires: python3-devel
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -19,10 +23,12 @@ The Typing Booster engine for IBus platform.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export PYTHON=%{__python3}
|
||||||
%configure --disable-static --disable-additional
|
%configure --disable-static --disable-additional
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
export PYTHON=%{__python3}
|
||||||
make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkgconfigdir=%{_datadir}/pkgconfig
|
make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkgconfigdir=%{_datadir}/pkgconfig
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
@ -49,6 +55,11 @@ desktop-file-validate \
|
|||||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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)
|
- Fix behaviour of arrow right keys in preëdit (Resolves: rhbz#1049324)
|
||||||
- Add timestamps to entries in the user database
|
- Add timestamps to entries in the user database
|
||||||
|
Loading…
Reference in New Issue
Block a user