From b33d6d8d2195760b72488c46860ca6414bd30a21 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 11 Aug 2014 19:15:17 +0200 Subject: [PATCH] update to 1.8.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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” --- .gitignore | 1 + ibus-table.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) 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 47e9bbf..0644c2e 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