diff --git a/.gitignore b/.gitignore index 5c03538..bf36d21 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.9.10.tar.gz /ibus-table-1.9.11.tar.gz /ibus-table-1.9.12.tar.gz +/ibus-table-1.9.13.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index e201c4e..dd2ef45 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.9.12 +Version: 1.9.13 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -50,6 +50,7 @@ export PYTHON=%{__python3} %defattr(-,root,root,-) %doc AUTHORS COPYING README %{_datadir}/%{name} +%{_datadir}/appdata/*.appdata.xml %{_datadir}/ibus/component/table.xml %{_datadir}/applications/ibus-setup-table.desktop %{_bindir}/%{name}-createdb @@ -62,6 +63,15 @@ export PYTHON=%{__python3} %{_datadir}/pkgconfig/%{name}.pc %changelog +* Tue Aug 23 2016 Mike FABIAN - 1.9.13-1 +- update to 1.9.13 +- When ignoring key release events, “False” should be returned, not “True” +- Resolves: Resolves: rhbz#1369514 +- add ibus-table.appdata.xml and make it translatable +- pull some new translations and updates from Zanata + (ca, fr, pt_BR, and uk are new, ja, zh_CN, and + zh_TW have updates). + * Wed Mar 16 2016 Mike FABIAN - 1.9.12-1 - update to 1.9.12 - Show the table code in the candidate list when pinyin mode is used diff --git a/sources b/sources index e8ba059..366e579 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7f4f9474d3024f627e995397e9e5ce70 ibus-table-1.9.12.tar.gz +4e740f9d27c67d28690610e87e907063 ibus-table-1.9.13.tar.gz