Hello community, here is the log from the commit of package snap-photobooth for openSUSE:Factory checked in at 2017-07-12 19:35:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/snap-photobooth (Old) and /work/SRC/openSUSE:Factory/.snap-photobooth.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "snap-photobooth" Wed Jul 12 19:35:56 2017 rev:4 rq:509489 version:0.3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/snap-photobooth/snap-photobooth.changes 2017-05-03 15:56:57.606174373 +0200 +++ /work/SRC/openSUSE:Factory/.snap-photobooth.new/snap-photobooth.changes 2017-07-12 19:35:57.296781141 +0200 @@ -1,0 +2,6 @@ +Tue Jul 11 12:31:31 UTC 2017 - [email protected] + +- Sort file lists to always install the same .svg size + to fix build-compare (boo#1041090) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ snap-photobooth.spec ++++++ --- /var/tmp/diff_new_pack.gCuHRa/_old 2017-07-12 19:35:57.828706002 +0200 +++ /var/tmp/diff_new_pack.gCuHRa/_new 2017-07-12 19:35:57.828706002 +0200 @@ -74,7 +74,7 @@ for _icon in $(find -name \*.desktop* | xargs sed -n '/Icon/s/^.*\=//p'); do _icon=${_icon##*/} if ! find -name "$_icon" | grep -q .; then - _icon=$(find %{_datadir}/icons -name "${_icon%.*}.svg" | head -n1) + _icon=$(find %{_datadir}/icons -name "${_icon%.*}.svg" | sort | head -n1) install -Dm0644 \ "$_icon" ".%{_datadir}/icons/hicolor/scalable/apps/${_icon##*/}" else
