Hello community,

here is the log from the commit of package maya-calendar for openSUSE:Factory 
checked in at 2017-07-12 19:35:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maya-calendar (Old)
 and      /work/SRC/openSUSE:Factory/.maya-calendar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maya-calendar"

Wed Jul 12 19:35:58 2017 rev:2 rq:509490 version:0.4.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/maya-calendar/maya-calendar.changes      
2016-11-14 20:12:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.maya-calendar.new/maya-calendar.changes 
2017-07-12 19:35:59.368488494 +0200
@@ -1,0 +2,6 @@
+Tue Jul 11 12:28:20 UTC 2017 - bwiedem...@suse.com
+
+- Sort file lists to always install the same .svg size
+  to fix build-compare (boo#1041090)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ maya-calendar.spec ++++++
--- /var/tmp/diff_new_pack.oFHqpu/_old  2017-07-12 19:35:59.920410530 +0200
+++ /var/tmp/diff_new_pack.oFHqpu/_new  2017-07-12 19:35:59.920410530 +0200
@@ -96,7 +96,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


Reply via email to