update to latest upstream ibus-table-1.5.0.20140409
- Make toggling pinyin mode with the right shift key work - Don’t try to colour system phrases and user phrases differently in pinyin mode - Resolves: rhbz#1084684 - Don’t switch off pinyin mode in clear() - Make usage of engine name and dconf key consistent
This commit is contained in:
parent
81b6102de5
commit
a9cfcd6f00
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
||||
/ibus-table-1.5.0.20140311.tar.gz
|
||||
/ibus-table-1.5.0.20140312.tar.gz
|
||||
/ibus-table-1.5.0.20140402.tar.gz
|
||||
/ibus-table-1.5.0.20140409.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-table
|
||||
Version: 1.5.0.20140402
|
||||
Version: 1.5.0.20140409
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
@ -62,6 +62,13 @@ export PYTHON=%{__python3}
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Wed Apr 09 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140409-1
|
||||
- Make toggling pinyin mode with the right shift key work
|
||||
- Don’t try to colour system phrases and user phrases differently in pinyin mode
|
||||
- Resolves: rhbz#1084684
|
||||
- Don’t switch off pinyin mode in clear()
|
||||
- Make usage of engine name and dconf key consistent
|
||||
|
||||
* Wed Apr 02 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140402-1
|
||||
- Fix a regression caused by the Python3 port in tabcreatedb.py (This fixes the build of ibus-table-chinese)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user