Hello community, here is the log from the commit of package audience for openSUSE:Factory checked in at 2017-07-12 19:35:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/audience (Old) and /work/SRC/openSUSE:Factory/.audience.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "audience" Wed Jul 12 19:35:54 2017 rev:6 rq:509488 version:0.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/audience/audience.changes 2017-06-21 13:54:05.769568892 +0200 +++ /work/SRC/openSUSE:Factory/.audience.new/audience.changes 2017-07-12 19:35:55.473038762 +0200 @@ -1,0 +2,6 @@ +Tue Jul 11 12:36:23 UTC 2017 - [email protected] + +- Sort file lists to always install the same .svg size + to fix build-compare (boo#1041090) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ audience.spec ++++++ --- /var/tmp/diff_new_pack.yNoZ60/_old 2017-07-12 19:35:56.072954018 +0200 +++ /var/tmp/diff_new_pack.yNoZ60/_new 2017-07-12 19:35:56.076953453 +0200 @@ -72,7 +72,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
