Hello community, here is the log from the commit of package xdg-desktop-portal for openSUSE:Factory checked in at 2020-02-07 15:51:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdg-desktop-portal (Old) and /work/SRC/openSUSE:Factory/.xdg-desktop-portal.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdg-desktop-portal" Fri Feb 7 15:51:06 2020 rev:12 rq:769942 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xdg-desktop-portal/xdg-desktop-portal.changes 2020-01-28 10:53:24.728907357 +0100 +++ /work/SRC/openSUSE:Factory/.xdg-desktop-portal.new.26092/xdg-desktop-portal.changes 2020-02-07 15:51:35.571418324 +0100 @@ -1,0 +2,5 @@ +Fri Jan 31 11:57:16 UTC 2020 - Antonio Larrosa <[email protected]> + +- Set encoding before building to fix a build error in SLE. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdg-desktop-portal.spec ++++++ --- /var/tmp/diff_new_pack.icJAvg/_old 2020-02-07 15:51:38.667420017 +0100 +++ /var/tmp/diff_new_pack.icJAvg/_new 2020-02-07 15:51:38.667420017 +0100 @@ -1,7 +1,7 @@ # # spec file for package xdg-desktop-portal # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -67,6 +67,7 @@ %autosetup -p1 %build +export LANG=C.UTF-8 %configure \ --enable-geoclue \ --enable-pipewire \ @@ -74,6 +75,7 @@ %make_build %install +export LANG=C.UTF-8 %make_install %find_lang %{name}
