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-17 00:30:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fcitx5 (Old) and /work/SRC/openSUSE:Factory/.fcitx5.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx5" Thu Feb 17 00:30:57 2022 rev:3 rq:955406 version:5.0.14 Changes: -------- --- /work/SRC/openSUSE:Factory/fcitx5/fcitx5.changes 2022-02-13 00:15:42.288168762 +0100 +++ /work/SRC/openSUSE:Factory/.fcitx5.new.1956/fcitx5.changes 2022-02-17 00:32:19.129414807 +0100 @@ -1,0 +2,5 @@ +Wed Feb 16 13:56:19 UTC 2022 - Marguerite Su <[email protected]> + +- fix preun scirpt + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fcitx5.spec ++++++ --- /var/tmp/diff_new_pack.mX04zG/_old 2022-02-17 00:32:19.885414676 +0100 +++ /var/tmp/diff_new_pack.mX04zG/_new 2022-02-17 00:32:19.889414675 +0100 @@ -220,8 +220,8 @@ fi %preun -if [ %{name}.service -eq 0 -a -x /usr/bin/systemctl ]; then - /usr/bin/systemctl --global disable fcitx5.service || : +if [ $1 -eq 0 -a -x /usr/bin/systemctl ]; then + /usr/bin/systemctl --global disable %{name}.service || : fi %endif
