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:
Mike FABIAN 2015-01-09 11:36:15 +01:00
parent a35c6af1c6
commit e159d3ae1a
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -33,3 +33,4 @@ ibus-table-1.3.0.20100621.tar.gz
/ibus-table-1.8.11.tar.gz
/ibus-table-1.9.0.tar.gz
/ibus-table-1.9.1.tar.gz
/ibus-table-1.9.2.tar.gz

View File

@ -1,5 +1,5 @@
Name: ibus-table
Version: 1.9.1
Version: 1.9.2
Release: 1%{?dist}
Summary: The Table engine for IBus platform
License: LGPLv2+
@ -62,6 +62,14 @@ export PYTHON=%{__python3}
%{_datadir}/pkgconfig/%{name}.pc
%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
- update to 1.9.1
- Use proper fallback when reading the localized table name

View File

@ -1 +1 @@
8bf0fa977058910463008eddd5f8b8f6 ibus-table-1.9.1.tar.gz
a18715ee638bb6ff28fdc9a0f47c7fbb ibus-table-1.9.2.tar.gz