From 537477aad1cc6a5306141f068d647ef865075109 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Jun 03 2014 05:52:41 +0000 Subject: update to 1.5.0.20140528 - Use Unicode code point as a last ditch sort key for the candidates - Fix bug in Unihan_Variants.txt, 同 is both simplified *and* traditional Chinese - Update Unihan_Variants.txt from “2011-08-08 Unicode 6.1.0” to “2013-02-25 Unicode 6.3.0” and regenerate engine/chinese_variants.py --- diff --git a/.gitignore b/.gitignore index 9bf6e66..adcd304 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.5.0.20140416.tar.gz /ibus-table-1.5.0.20140519.tar.gz /ibus-table-1.5.0.20140527.tar.gz +/ibus-table-1.5.0.20140528.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 9105a89..5cfd944 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.5.0.20140527 +Version: 1.5.0.20140528 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -62,6 +62,12 @@ export PYTHON=%{__python3} %{_datadir}/pkgconfig/%{name}.pc %changelog +* Wed May 28 2014 Mike FABIAN - 1.5.0.20140528-1 +- update to 1.5.0.20140528 +- Use Unicode code point as a last ditch sort key for the candidates +- Fix bug in Unihan_Variants.txt, 同 is both simplified *and* traditional Chinese +- Update Unihan_Variants.txt from “2011-08-08 Unicode 6.1.0” to “2013-02-25 Unicode 6.3.0” and regenerate engine/chinese_variants.py + * Tue May 27 2014 Mike FABIAN - 1.5.0.20140527-1 - update to 1.5.0.20140527 - Put exact matches always at the top of the candidate list diff --git a/sources b/sources index 66f626d..4f3b89e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f13e24b54d8811b42d94fac621f5ba5 ibus-table-1.5.0.20140527.tar.gz +258b26833da444af46056842a928ce1c ibus-table-1.5.0.20140528.tar.gz