diff --git a/.gitignore b/.gitignore index 3459e23..d428a9e 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.8.4.tar.gz /ibus-table-1.8.5.tar.gz /ibus-table-1.8.6.tar.gz +/ibus-table-1.8.7.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 808e171..6567280 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.8.6 +Version: 1.8.7 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -62,6 +62,14 @@ export PYTHON=%{__python3} %{_datadir}/pkgconfig/%{name}.pc %changelog +* Mon Aug 11 2014 Mike FABIAN - 1.8.7-1 +- update to 1.8.7 +- Use the “notify::text” signal instead of “activate” on GtkEntry widget. + This is to make changes in the text entry widgets in the setup tool apply + immediately. +- Move the “Restore all defaults” button into the GtkButtonBox at the bottom +- Update Unihan_Variants.txt from “2013-02-25 Unicode 6.3.0” to “2014-05-09 Unicode 7.0.0” + * Tue Jul 29 2014 Mike FABIAN - 1.8.6-1 - update to 1.8.6 - Escape % and _ if they are not intended as wildcards diff --git a/sources b/sources index 0e5b93a..ae1097f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b1fc5a3c504736cb85bd0429da2eff65 ibus-table-1.8.6.tar.gz +03d6812faebab3503985ecf90aa3b6f9 ibus-table-1.8.7.tar.gz