update to 1.9.13
- When ignoring key release events, “False” should be returned, not “True” - Resolves: Resolves: rhbz#1369514 - add ibus-table.appdata.xml and make it translatable - pull some new translations and updates from Zanata (ca, fr, pt_BR, and uk are new, ja, zh_CN, and zh_TW have updates).
This commit is contained in:
parent
2e09bc3813
commit
614ad6f392
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
||||
/ibus-table-1.9.10.tar.gz
|
||||
/ibus-table-1.9.11.tar.gz
|
||||
/ibus-table-1.9.12.tar.gz
|
||||
/ibus-table-1.9.13.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-table
|
||||
Version: 1.9.12
|
||||
Version: 1.9.13
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
@ -50,6 +50,7 @@ export PYTHON=%{__python3}
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING README
|
||||
%{_datadir}/%{name}
|
||||
%{_datadir}/appdata/*.appdata.xml
|
||||
%{_datadir}/ibus/component/table.xml
|
||||
%{_datadir}/applications/ibus-setup-table.desktop
|
||||
%{_bindir}/%{name}-createdb
|
||||
@ -62,6 +63,15 @@ export PYTHON=%{__python3}
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Tue Aug 23 2016 Mike FABIAN <mfabian@redhat.com> - 1.9.13-1
|
||||
- update to 1.9.13
|
||||
- When ignoring key release events, “False” should be returned, not “True”
|
||||
- Resolves: Resolves: rhbz#1369514
|
||||
- add ibus-table.appdata.xml and make it translatable
|
||||
- pull some new translations and updates from Zanata
|
||||
(ca, fr, pt_BR, and uk are new, ja, zh_CN, and
|
||||
zh_TW have updates).
|
||||
|
||||
* Wed Mar 16 2016 Mike FABIAN <mfabian@redhat.com> - 1.9.12-1
|
||||
- update to 1.9.12
|
||||
- Show the table code in the candidate list when pinyin mode is used
|
||||
|
Loading…
Reference in New Issue
Block a user