Accepting request 891514 from home:susnux:branches:M17N

Update to version 1.13.0

OBS-URL: https://build.opensuse.org/request/show/891514
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-table?expand=0&rev=46
This commit is contained in:
Hillwood Yang 2021-05-08 13:31:36 +00:00 committed by Git OBS Bridge
parent e00371784f
commit 9c9bcae1d7
4 changed files with 32 additions and 10 deletions

View File

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

3
ibus-table-1.13.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat May 8 13:22:06 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 1.13.0
* Make switch to pinyin mode also happen immediately even when
the preedit is not empty
* Make rolling the mouse wheel in the candidate area of the lookup
table work
* Commit English input and then switch into direct mode
* Apply a couple modes immediately when changed
* Show all the tabkeys when using wildcards
* In main.py “import factory” only when the --xml option
is not used
* Make the keybindings treeview sortable by clicking the column
headers
* Return False in _execute_command_commit_candidate_number(self, number)
if number out of range
* Add a dark theme option
* Remove Python2 compatibility
* Update translations, update for:
cs, de, es, fa, ja, tr, uk, zh_CN , pt_BR, zh_CN
* zh_CN and pt_BR are 100% complete now
* Sinhala (si) started
-------------------------------------------------------------------
Mon Jan 11 14:49:09 UTC 2021 - Dingzhong Chen <wsxy162@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ibus-table
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: ibus-table
Version: 1.12.3
Version: 1.13.0
Release: 0
Summary: The Table engine for IBus platform
License: LGPL-2.1-or-later
@ -60,15 +60,14 @@ NOCONFIGURE=1 ./autogen.sh
make %{?_smp_mflags}
%install
make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install
%make_install NO_INDEX=true
%find_lang %{name}
%fdupes %{buildroot}
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING README NEWS ChangeLog
%license COPYING
%doc AUTHORS README NEWS ChangeLog
%{_bindir}/%{name}-createdb
%{_ibus_libdir}/ibus-engine-table
%{_ibus_libdir}/ibus-setup-table
@ -80,7 +79,6 @@ make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install
%{_datadir}/metainfo/ibus-table.appdata.xml
%files devel
%defattr(-,root,root)
%{_libdir}/pkgconfig/%{name}.pc
%changelog