From e159d3ae1ade66c2d0c1fb0649809a1d01a610de Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Jan 09 2015 11:09:01 +0000 Subject: 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 --- diff --git a/.gitignore b/.gitignore index de7b6f6..98f2a75 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ibus-table.spec b/ibus-table.spec index 3609e01..7fd8c38 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -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 - 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 - 1.9.1-1 - update to 1.9.1 - Use proper fallback when reading the localized table name diff --git a/sources b/sources index 3380a85..95491fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8bf0fa977058910463008eddd5f8b8f6 ibus-table-1.9.1.tar.gz +a18715ee638bb6ff28fdc9a0f47c7fbb ibus-table-1.9.2.tar.gz