Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fcitx5 for openSUSE:Factory checked in at 2022-02-13 00:15:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fcitx5 (Old) and /work/SRC/openSUSE:Factory/.fcitx5.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx5" Sun Feb 13 00:15:24 2022 rev:2 rq:953893 version:5.0.14 Changes: -------- --- /work/SRC/openSUSE:Factory/fcitx5/fcitx5.changes 2022-02-09 20:39:37.694437424 +0100 +++ /work/SRC/openSUSE:Factory/.fcitx5.new.1956/fcitx5.changes 2022-02-13 00:15:42.288168762 +0100 @@ -1,0 +2,15 @@ +Sat Feb 12 02:13:30 UTC 2022 - Marguerite Su <i...@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 + +------------------------------------------------------------------- Old: ---- fcitx5-5.0.13.tar.xz New: ---- fcitx5-5.0.14.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fcitx5.spec ++++++ --- /var/tmp/diff_new_pack.z018MK/_old 2022-02-13 00:15:43.040170893 +0100 +++ /var/tmp/diff_new_pack.z018MK/_new 2022-02-13 00:15:43.044170904 +0100 @@ -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 @@ %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 @@ 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 @@ 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 @@ %{_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 ++++++ fcitx5-5.0.13.tar.xz -> fcitx5-5.0.14.tar.xz ++++++ ++++ 10956 lines of diff (skipped)