Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xdg-desktop-portal for openSUSE:Factory checked in at 2025-03-18 17:37:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdg-desktop-portal (Old) and /work/SRC/openSUSE:Factory/.xdg-desktop-portal.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdg-desktop-portal" Tue Mar 18 17:37:26 2025 rev:50 rq:1253885 version:1.20.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xdg-desktop-portal/xdg-desktop-portal.changes 2025-02-27 14:52:44.809015379 +0100 +++ /work/SRC/openSUSE:Factory/.xdg-desktop-portal.new.19136/xdg-desktop-portal.changes 2025-03-18 17:37:37.844318728 +0100 @@ -1,0 +2,6 @@ +Mon Mar 17 16:08:47 UTC 2025 - Michael Gorse <mgo...@suse.com> + +- Do not build docs on SLE/Leap <= 16. They pull in a lot of + additional dependencies. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdg-desktop-portal.spec ++++++ --- /var/tmp/diff_new_pack.n5eben/_old 2025-03-18 17:37:38.324338848 +0100 +++ /var/tmp/diff_new_pack.n5eben/_new 2025-03-18 17:37:38.328339016 +0100 @@ -19,6 +19,9 @@ %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "docs" +%if 0%{?suse_version} <= 1600 +ExclusiveArch: do-not-build +%endif %bcond_without docs %define psuffix -devel-docs %else