From dc3e4a559c8d862afd9f70cb721af55186974f97 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 16 Jan 2017 09:08:00 +0100 Subject: [PATCH 1/5] update to 1.9.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update translations from zanata (ca, de, fr, uk updated) - Point to new home-page in the “About” tab. - Improve README --- .gitignore | 1 + ibus-table.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index af9fcc6..799c75c 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.9.12.tar.gz /ibus-table-1.9.13.tar.gz /ibus-table-1.9.14.tar.gz +/ibus-table-1.9.15.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 55fff31..0c9d520 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.9.14 +Version: 1.9.15 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -63,6 +63,12 @@ export PYTHON=%{__python3} %{_datadir}/pkgconfig/%{name}.pc %changelog +* Mon Jan 16 2017 Mike FABIAN - 1.9.15-1 +- update to 1.9.15 +- Update translations from zanata (ca, de, fr, uk updated) +- Point to new home-page in the “About” tab. +- Improve README + * Wed Aug 24 2016 Mike FABIAN - 1.9.14-1 - update to 1.9.14 - Fix bug in Unihan_Variants.txt, 乾 U+4E7E is both simplified diff --git a/sources b/sources index acee47f..df54712 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a1bfcec2a9900b10ebe0948e4c67f71e ibus-table-1.9.14.tar.gz +SHA512 (ibus-table-1.9.15.tar.gz) = 2d47fa295ab49e52c81273e69944bfa039e9024a8b48af1fc4d217f7635004d9781e61bdc94b55ceba379b6b014009d64d3cac9a5edc76ef1915392647e97e41 From 1a769c3461d9ce7f33eb29fae022298ab5120167 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 16 Jan 2017 14:51:42 +0100 Subject: [PATCH 2/5] update to 1.9.16 - Avoid running initialization code of ibus_table_location.py when using ibus-table-createdb. - Make it work on Python 3.6 (Unbreak sqlite on Python 3.6) (Resolves: rhbz#1413580). --- .gitignore | 1 + ibus-table.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 799c75c..202796d 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.9.13.tar.gz /ibus-table-1.9.14.tar.gz /ibus-table-1.9.15.tar.gz +/ibus-table-1.9.16.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 0c9d520..46c5d17 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.9.15 +Version: 1.9.16 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -63,6 +63,13 @@ export PYTHON=%{__python3} %{_datadir}/pkgconfig/%{name}.pc %changelog +* Tue Jan 17 2017 Mike FABIAN - 1.9.16-1 +- update to 1.9.16 +- Avoid running initialization code of ibus_table_location.py + when using ibus-table-createdb. +- Make it work on Python 3.6 (Unbreak sqlite on Python 3.6) + (Resolves: rhbz#1413580). + * Mon Jan 16 2017 Mike FABIAN - 1.9.15-1 - update to 1.9.15 - Update translations from zanata (ca, de, fr, uk updated) diff --git a/sources b/sources index df54712..26aadc4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.9.15.tar.gz) = 2d47fa295ab49e52c81273e69944bfa039e9024a8b48af1fc4d217f7635004d9781e61bdc94b55ceba379b6b014009d64d3cac9a5edc76ef1915392647e97e41 +SHA512 (ibus-table-1.9.16.tar.gz) = ac7414dcc66adaeece9f08674c8198e3bfaa1648d37f899c52ebbd89d2d08cc2206ed8e1394ab422b2dab7497c65492248b617beea298b07e9e221bb32bc2d9e From 3e20ed1bb89260a8efa8f41c4a6810614983b149 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 1 Jun 2017 13:21:30 +0200 Subject: [PATCH 3/5] update to 1.9.17 - Load .desktop file for ibus-setup-table correctly under Gnome Wayland - Set WM_CLASS of ibus-setup-table correctly --- .gitignore | 1 + ibus-table.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 202796d..fc5a38b 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.9.14.tar.gz /ibus-table-1.9.15.tar.gz /ibus-table-1.9.16.tar.gz +/ibus-table-1.9.17.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 46c5d17..a0b0327 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.9.16 +Version: 1.9.17 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -63,6 +63,11 @@ export PYTHON=%{__python3} %{_datadir}/pkgconfig/%{name}.pc %changelog +* Thu Jun 01 2017 Mike FABIAN - 1.9.17-1 +- update to 1.9.17 +- Load .desktop file for ibus-setup-table correctly under Gnome Wayland +- Set WM_CLASS of ibus-setup-table correctly + * Tue Jan 17 2017 Mike FABIAN - 1.9.16-1 - update to 1.9.16 - Avoid running initialization code of ibus_table_location.py diff --git a/sources b/sources index 26aadc4..7815154 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.9.16.tar.gz) = ac7414dcc66adaeece9f08674c8198e3bfaa1648d37f899c52ebbd89d2d08cc2206ed8e1394ab422b2dab7497c65492248b617beea298b07e9e221bb32bc2d9e +SHA512 (ibus-table-1.9.17.tar.gz) = 6a1d91c68d0858e978fcfb02e99e51d789f1736cba9bc1258351b9f1f1a8ac1241b069552d03b4a197238a55f839ac902e43959630fe23c8bb6927fea8d3c9ac From d6cdaebe55defbcfc59cc0a233e03e5937dc0687 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 2 Aug 2017 09:40:38 +0200 Subject: [PATCH 4/5] update to 1.9.18 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - validate ibus-table.appdata.xml in %%check - Update translations from zanata (pt_BR updated, es new) - Don't query user database if user define phrase and dynamic adjust are disabled (thanks to heiher) - Enable hash map based cache for user database enabled (thanks to heiher) - Import hash map based cache for table database (thanks to heiher) - Install appstream metadata to /usr/share/metainfo/ (thanks to jbicha) - Fix some appdata validation issues (thanks to jbicha) - Fix bug in Unihan_Variants.txt, 著 U+8457 is both simplified *and* traditional Chinese (thanks to heiher) --- .gitignore | 1 + ibus-table.spec | 24 ++++++++++++++++++++++-- sources | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fc5a38b..62b1938 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.9.15.tar.gz /ibus-table-1.9.16.tar.gz /ibus-table-1.9.17.tar.gz +/ibus-table-1.9.18.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index a0b0327..2e10220 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.9.17 +Version: 1.9.18 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -10,6 +10,7 @@ Requires: ibus > 1.3.0 Requires: python3 >= 3.3 BuildRequires: ibus-devel > 1.3.0 BuildRequires: python3-devel +BuildRequires: libappstream-glib Obsoletes: ibus-table-additional < 1.2.0.20100111-5 @@ -42,6 +43,9 @@ export PYTHON=%{__python3} %find_lang %{name} +%check +appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml + %clean %__rm -rf $RPM_BUILD_ROOT @@ -50,7 +54,7 @@ export PYTHON=%{__python3} %defattr(-,root,root,-) %doc AUTHORS COPYING README %{_datadir}/%{name} -%{_datadir}/appdata/*.appdata.xml +%{_datadir}/metainfo/*.appdata.xml %{_datadir}/ibus/component/table.xml %{_datadir}/applications/ibus-setup-table.desktop %{_bindir}/%{name}-createdb @@ -63,6 +67,22 @@ export PYTHON=%{__python3} %{_datadir}/pkgconfig/%{name}.pc %changelog +* Wed Aug 02 2017 Mike FABIAN - 1.9.18-1 +- update to 1.9.18 +- validate ibus-table.appdata.xml in %%check +- Update translations from zanata (pt_BR updated, es new) +- Don't query user database if user define phrase and + dynamic adjust are disabled (thanks to heiher) +- Enable hash map based cache for user database enabled + (thanks to heiher) +- Import hash map based cache for table database (thanks to + heiher) +- Install appstream metadata to /usr/share/metainfo/ (thanks + to jbicha) +- Fix some appdata validation issues (thanks to jbicha) +- Fix bug in Unihan_Variants.txt, 著 U+8457 is both + simplified *and* traditional Chinese (thanks to heiher) + * Thu Jun 01 2017 Mike FABIAN - 1.9.17-1 - update to 1.9.17 - Load .desktop file for ibus-setup-table correctly under Gnome Wayland diff --git a/sources b/sources index 7815154..2069eed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.9.17.tar.gz) = 6a1d91c68d0858e978fcfb02e99e51d789f1736cba9bc1258351b9f1f1a8ac1241b069552d03b4a197238a55f839ac902e43959630fe23c8bb6927fea8d3c9ac +SHA512 (ibus-table-1.9.18.tar.gz) = 3f28269be1987023402eb6075b8e68b3bbba3c572a94551d072281677fde5fa14f8f4186455f8f9156b252934580c7a3837555d0edb46c76f13c8b109e26aca2 From 3d31c81991909ccbba69c24803641b86f88efa2a Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 30 Apr 2018 14:20:24 +0200 Subject: [PATCH 5/5] update to 1.9.19 - Sync phrases cache from/to external storage (thanks to heiher). - Update translations from zanata (cs new) --- .gitignore | 1 + ibus-table.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 62b1938..57b8590 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.9.16.tar.gz /ibus-table-1.9.17.tar.gz /ibus-table-1.9.18.tar.gz +/ibus-table-1.9.19.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index 2e10220..8fdaaa5 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.9.18 +Version: 1.9.19 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -67,6 +67,11 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat %{_datadir}/pkgconfig/%{name}.pc %changelog +* Mon Apr 30 2018 Mike FABIAN - 1.9.19-1 +- update to 1.9.19 +- Sync phrases cache from/to external storage (thanks to heiher). +- Update translations from zanata (cs new) + * Wed Aug 02 2017 Mike FABIAN - 1.9.18-1 - update to 1.9.18 - validate ibus-table.appdata.xml in %%check diff --git a/sources b/sources index 2069eed..3a9af70 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.9.18.tar.gz) = 3f28269be1987023402eb6075b8e68b3bbba3c572a94551d072281677fde5fa14f8f4186455f8f9156b252934580c7a3837555d0edb46c76f13c8b109e26aca2 +SHA512 (ibus-table-1.9.19.tar.gz) = 2bbc9b3332b7ff813314d524894ab15a8e273fed0f86c14cd73329c3dc273ed9af278804a49015ad2ff344051b94509d90449bb783b568efde77f3108ef12f74