Hello community, here is the log from the commit of package screenshot-tool for openSUSE:Factory checked in at 2017-07-12 19:35:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/screenshot-tool (Old) and /work/SRC/openSUSE:Factory/.screenshot-tool.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "screenshot-tool" Wed Jul 12 19:35:52 2017 rev:5 rq:509487 version:0.1.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/screenshot-tool/screenshot-tool.changes 2017-05-02 08:55:20.986456647 +0200 +++ /work/SRC/openSUSE:Factory/.screenshot-tool.new/screenshot-tool.changes 2017-07-12 19:35:53.497317850 +0200 @@ -1,0 +2,6 @@ +Tue Jul 11 12:39:55 UTC 2017 - [email protected] + +- Sort file lists to always install the same .svg size + to fix build-compare (boo#1041090) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ screenshot-tool.spec ++++++ --- /var/tmp/diff_new_pack.iVqvjF/_old 2017-07-12 19:35:54.169222937 +0200 +++ /var/tmp/diff_new_pack.iVqvjF/_new 2017-07-12 19:35:54.173222372 +0200 @@ -63,7 +63,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
