update to 1.9.2
- Use directories according to theXDG Base Directory Specification - Resolves: rhbz#1172524 - When a leading invalid character is passed through, it needs to be remembered in self._prev_char - Change class “KeyEvent” to store the keycode as well
This commit is contained in:
parent
a35c6af1c6
commit
e159d3ae1a
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
|||||||
/ibus-table-1.8.11.tar.gz
|
/ibus-table-1.8.11.tar.gz
|
||||||
/ibus-table-1.9.0.tar.gz
|
/ibus-table-1.9.0.tar.gz
|
||||||
/ibus-table-1.9.1.tar.gz
|
/ibus-table-1.9.1.tar.gz
|
||||||
|
/ibus-table-1.9.2.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-table
|
Name: ibus-table
|
||||||
Version: 1.9.1
|
Version: 1.9.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Table engine for IBus platform
|
Summary: The Table engine for IBus platform
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -62,6 +62,14 @@ export PYTHON=%{__python3}
|
|||||||
%{_datadir}/pkgconfig/%{name}.pc
|
%{_datadir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 09 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.2-1
|
||||||
|
- update to 1.9.2
|
||||||
|
- Use directories according to theXDG Base Directory Specification
|
||||||
|
- Resolves: rhbz#1172524
|
||||||
|
- When a leading invalid character is passed through, it needs
|
||||||
|
to be remembered in self._prev_char
|
||||||
|
- Change class “KeyEvent” to store the keycode as well
|
||||||
|
|
||||||
* Tue Sep 30 2014 Mike FABIAN <mfabian@redhat.com> - 1.9.1-1
|
* Tue Sep 30 2014 Mike FABIAN <mfabian@redhat.com> - 1.9.1-1
|
||||||
- update to 1.9.1
|
- update to 1.9.1
|
||||||
- Use proper fallback when reading the localized table name
|
- Use proper fallback when reading the localized table name
|
||||||
|
Loading…
Reference in New Issue
Block a user