Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xdg-utils for openSUSE:Factory checked in at 2021-04-29 01:36:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdg-utils (Old) and /work/SRC/openSUSE:Factory/.xdg-utils.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdg-utils" Thu Apr 29 01:36:39 2021 rev:54 rq:888677 version:1.1.3+20200220 Changes: -------- --- /work/SRC/openSUSE:Factory/xdg-utils/xdg-utils.changes 2021-01-22 21:49:04.373572427 +0100 +++ /work/SRC/openSUSE:Factory/.xdg-utils.new.12324/xdg-utils.changes 2021-04-29 01:37:04.454465656 +0200 @@ -1,0 +2,5 @@ +Sat Apr 24 12:51:58 UTC 2021 - Hillwood Yang <[email protected]> + +- Add support-deepin-desktop.patch + +------------------------------------------------------------------- New: ---- support-deepin-desktop.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdg-utils.spec ++++++ --- /var/tmp/diff_new_pack.GEGUgG/_old 2021-04-29 01:37:04.946466353 +0200 +++ /var/tmp/diff_new_pack.GEGUgG/_new 2021-04-29 01:37:04.946466353 +0200 @@ -1,7 +1,7 @@ # # spec file for package xdg-utils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,6 +29,8 @@ Patch0: install-some-more-scripts.diff # PATCH-FIX-UPSTREAM 0001-Don-t-run-kreadconfig-if-KDE_SESSION_VERSION-is-5.patch Patch1: 0001-Don-t-run-kreadconfig-if-KDE_SESSION_VERSION-is-5.patch +# PATCH-FIX-OPENSUSE support-deepin-desktop.patch [email protected] +Patch2: support-deepin-desktop.patch BuildRequires: make # for xmlto to be able to generate text from html BuildRequires: w3m ++++++ support-deepin-desktop.patch ++++++ diff -Nur xdg-utils-1.1.3+20200220/scripts/xdg-su.in xdg-utils-1.1.3+20200220-new/scripts/xdg-su.in --- xdg-utils-1.1.3+20200220/scripts/xdg-su.in 2020-02-21 05:01:04.000000000 +0800 +++ xdg-utils-1.1.3+20200220-new/scripts/xdg-su.in 2021-04-24 20:48:46.501510379 +0800 @@ -198,7 +198,7 @@ su_kde ;; - gnome*|cinnamon|lxde|mate) + gnome*|cinnamon|lxde|mate|deepin) su_gnome ;;
