diff --git a/ibus.changes b/ibus.changes index 4d80ade..07d0f56 100644 --- a/ibus.changes +++ b/ibus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 18 09:04:44 UTC 2018 - schwab@suse.de + +- Disable emoji support on armv6l, ppc and riscv64, which have no nodejs + support + ------------------------------------------------------------------- Tue Sep 4 15:37:13 UTC 2018 - Fuminobu Takeyama diff --git a/ibus.spec b/ibus.spec index 5d74fde..aa07d36 100644 --- a/ibus.spec +++ b/ibus.spec @@ -12,14 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %if 0%{?is_opensuse} %define with_wayland 1 %define with_kde 1 +%ifarch armv6l armv6hl ppc riscv64 +%define with_emoji 0 +%else %define with_emoji 1 +%endif %else %define with_wayland 0 %define with_kde 0 diff --git a/python-ibus.spec b/python-ibus.spec index b084706..a6c8840 100644 --- a/python-ibus.spec +++ b/python-ibus.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ #