From b12257ed2ab8c9c05f26ddc1d303ae9badc7c4508f294e88014c6c04b2c7b718 Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Sat, 12 Feb 2022 08:29:24 +0000 Subject: [PATCH] Accepting request 953892 from home:MargueriteSu:branches:M17N - update version 5.0.14 * support populate keyboard layout configuration to KDE5 under wayland. * A fcitx5-wayland-launcher tool to use the same fcitx instance with multiple wayland compositors. * Fix a crash when building with libevent. * Generates coredump on crash. * Refactor wl_shm code to use modern shared memory API on linux/BSD * Fix wayland input method protocol under weston * Fix paging button not clickable under vertical layout OBS-URL: https://build.opensuse.org/request/show/953892 OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx5?expand=0&rev=24 --- fcitx5-5.0.13.tar.xz | 3 --- fcitx5-5.0.14.tar.xz | 3 +++ fcitx5.changes | 15 +++++++++++++++ fcitx5.spec | 11 ++++++++--- 4 files changed, 26 insertions(+), 6 deletions(-) delete mode 100644 fcitx5-5.0.13.tar.xz create mode 100644 fcitx5-5.0.14.tar.xz diff --git a/fcitx5-5.0.13.tar.xz b/fcitx5-5.0.13.tar.xz deleted file mode 100644 index 1d57a09..0000000 --- a/fcitx5-5.0.13.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:946aa6dff2d513b09adc061fcec0803a180c481adf5ea5d07e0be0a059f5b2ab -size 1320896 diff --git a/fcitx5-5.0.14.tar.xz b/fcitx5-5.0.14.tar.xz new file mode 100644 index 0000000..4ea2c92 --- /dev/null +++ b/fcitx5-5.0.14.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30658323f6620c43e306af233980b2dbd765ee2240ac7db865c00052d1c313b +size 1326616 diff --git a/fcitx5.changes b/fcitx5.changes index 6123bd6..b1cf5cb 100644 --- a/fcitx5.changes +++ b/fcitx5.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Feb 12 02:13:30 UTC 2022 - Marguerite Su + +- update version 5.0.14 + * support populate keyboard layout configuration to KDE5 + under wayland. + * A fcitx5-wayland-launcher tool to use the same fcitx + instance with multiple wayland compositors. + * Fix a crash when building with libevent. + * Generates coredump on crash. + * Refactor wl_shm code to use modern shared memory API + on linux/BSD + * Fix wayland input method protocol under weston + * Fix paging button not clickable under vertical layout + ------------------------------------------------------------------- Tue Feb 8 13:59:25 UTC 2022 - Marguerite Su diff --git a/fcitx5.spec b/fcitx5.spec index 7680c91..f813974 100644 --- a/fcitx5.spec +++ b/fcitx5.spec @@ -1,7 +1,7 @@ # # spec file for package fcitx5 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %if ! %{defined _distconfdir} %define _distconfdir %{_sysconfdir} %endif @@ -24,7 +25,7 @@ %endif Name: fcitx5 -Version: 5.0.13 +Version: 5.0.14 Release: 0 Summary: Next generation of fcitx License: LGPL-2.1-or-later @@ -201,6 +202,7 @@ install -Dm 0644 %{SOURCE4} %{buildroot}%{_prefix}/lib/rpm/macros.d/macros.fcitx %systemd_user_preun fcitx5.service %systemd_user_postun fcitx5.service %else + %pre if [ -x /usr/bin/systemctl ]; then if [ ! -e "/usr/lib/systemd/user/%{name}.service" ]; then @@ -208,6 +210,7 @@ if [ -x /usr/bin/systemctl ]; then touch "/run/systemd/rpm/needs-user-preset/%{name}.service" fi fi + %post if [ -x /usr/bin/systemctl ]; then if [ -e "/run/systemd/rpm/needs-user-preset/%{name}.service" ]; then @@ -215,6 +218,7 @@ if [ -x /usr/bin/systemctl ]; then rm "/run/systemd/rpm/needs-user-preset/%{name}.service" || : fi fi + %preun if [ %{name}.service -eq 0 -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl --global disable fcitx5.service || : @@ -240,6 +244,7 @@ fi %{_bindir}/fcitx5-remote %{_bindir}/fcitx5-diagnose %{_libdir}/fcitx5 +%{_libexecdir}/fcitx5-wayland-launcher %{_systemd_user_env_generator_dir}/99-fcitx5.py3 %{_environmentdir}/99-fcitx5.conf %{_userunitdir}/fcitx5.service @@ -272,4 +277,4 @@ fi %{_libdir}/libFcitx5Utils.so.2 %{_libdir}/libFcitx5Utils.so.%{version} -%changelog \ No newline at end of file +%changelog