Accepting request 911574 from home:mike-fabian

Update to 2.14.0

OBS-URL: https://build.opensuse.org/request/show/911574
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=146
This commit is contained in:
Mike FABIAN
2021-08-12 10:43:58 +00:00
committed by Git OBS Bridge
parent ced315866f
commit bb87f8b32d
6 changed files with 40 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a1e9985d9f42a08644d64e68cf271c2a364eb55b956e9f66de28bcc51fde6a7
size 9542481

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4029fd96f2415775f6c6de0f1a9f3fc4e01563cb814f3c02f2578b3c8a9d824a
size 10048272

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Thu Aug 12 08:39:55 UTC 2021 - maiku.fabian@gmail.com
- Update to 2.14.0
- Update inscript2 input methods to: inscript2-20210812.tar.gz
- Translation update from Weblate (de, nl, pl, sv, tr, uk updated to 100%)
- Update emoji annotations from CLDR
- Improve code to determine the default dictionaries and input methods
for the current locale
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/209)
- Improve behaviour of key combinations which normally select text when a preëdit is open
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/210)
- Show possible compose completions on request
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/208)
- When setting self._input_mode to False (direct input),
set self._hide_input to False as well
- Never mix context from surrounding text with remembered context
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/204)
- Rename the option “Use a workaround for a bug in Qt im module” to
“Avoid using the forward_key_event() function”
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/200)
- Handle End, Home, KP_End, KP_Home also as commit trigger keys.
For normal preedits *and* for compose preedits.
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/199)
- Improve typing space or Tab when the cursor is not at the end of the preedit
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/198)
- Completly new implementation of reopening the preedit on
arrow-keys, BackSpace and Delete. Should be much more reliable.
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/196)
- Special handling of Left and BackSpace when a candidate is manually selected
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/178)
-------------------------------------------------------------------
Tue Aug 03 09:20:37 UTC 2021 - maiku.fabian@gmail.com

View File

@@ -15,15 +15,14 @@
#
Name: ibus-typing-booster
Version: 2.13.1
Version: 2.14.0
Release: 0
Summary: An input completion utility
License: GPL-3.0+
Group: System/X11/Utilities
URL: https://mike-fabian.github.io/ibus-typing-booster/
Source0: https://github.com/mike-fabian/ibus-typing-booster/releases/download/%{version}/%{name}-%{version}.tar.gz
Source1: https://releases.pagure.org/inscript2/inscript2-20160423.tar.gz
Patch0: m17n-db-1.8.0-inscript2-mni-sat.patch
Source1: https://releases.pagure.org/inscript2/inscript2-20210812.tar.gz
BuildRequires: ibus-devel
BuildRequires: python3
BuildRequires: python3-devel
@@ -93,7 +92,6 @@ input method to speedup typing.
%setup -q
##extract inscript2 maps
tar xzf %{SOURCE1}
%patch0 -p0
%build
export PYTHON=%{_bindir}/python3

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5814e72fc37ed84b38c775c0b6f0a5d37f87a2439d097c51b20e0521e7da3e7f
size 36466

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d690b1d456194bab8b5439aec2310eaac1846fc2e0d7bbb141f359e667a04aa8
size 37912