1
0

Accepting request 741206 from home:mike-fabian

Update to 2.7.0; Now with compose support

OBS-URL: https://build.opensuse.org/request/show/741206
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=77
This commit is contained in:
Mike FABIAN 2019-10-19 08:05:43 +00:00 committed by Git OBS Bridge
parent d06e145245
commit 0bcf5a45eb
4 changed files with 16 additions and 18 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Oct 18 12:49:48 UTC 2019 - maiku.fabian@gmail.com
- Update to 2.7.0
- Add support for compose sequences
Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/47
Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/36
- Test cases for compose support
- When using doctest: log to stderr and set logging level to DEBUG
- Properly close file handles when loading hunspell dictionaries
-------------------------------------------------------------------
Fri Oct 11 10:55:48 UTC 2019 - maiku.fabian@gmail.com
@ -8,6 +19,7 @@ Fri Oct 11 10:55:48 UTC 2019 - maiku.fabian@gmail.com
- Use python logging module with log file rotation instead of writing to stdout/stderr
- Fix set_preedit_underline() with parameter update_gsettings=True
- Fix mni-inscript2-{beng,mtei}.mim and sat-inscript2-{deva,olck}.mim
(m17n-db-1.8.0-inscript2-mni-sat.patch)
-------------------------------------------------------------------
Tue Oct 01 22:05:20 UTC 2019 - maiku.fabian@gmail.com

View File

@ -15,7 +15,7 @@
#
Name: ibus-typing-booster
Version: 2.6.8
Version: 2.7.0
Release: 0
Summary: An input completion utility
License: GPL-3.0+
@ -111,19 +111,6 @@ cp -p inscript2/icons/* %{buildroot}%{_datadir}/m17n/icons
%find_lang %{name}
cat << 'EOF' >> engine.sh
#!/bin/sh
# run doctests
pushd engine
for i in hunspell_suggest.py m17n_translit.py itb_emoji.py itb_util.py; do
python3 ${i} -v &
done
popd
wait
echo "engine tests passed";
EOF
chmod +x engine.sh
%check
export LC_ALL=en_US.UTF-8
export M17NDIR=%{buildroot}%{_datadir}/m17n/
@ -132,7 +119,6 @@ desktop-file-validate \
%{buildroot}%{_datadir}/applications/ibus-setup-typing-booster.desktop
desktop-file-validate \
$RPM_BUILD_ROOT%{_datadir}/applications/emoji-picker.desktop
#time ./engine.sh
pushd engine
# run doctests
python3 hunspell_suggest.py -v