Hello community, here is the log from the commit of package hidviz for openSUSE:Factory checked in at 2019-12-06 12:09:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hidviz (Old) and /work/SRC/openSUSE:Factory/.hidviz.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hidviz" Fri Dec 6 12:09:18 2019 rev:2 rq:754493 version:0.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/hidviz/hidviz.changes 2019-12-03 12:42:34.754129484 +0100 +++ /work/SRC/openSUSE:Factory/.hidviz.new.4691/hidviz.changes 2019-12-06 12:09:29.924108756 +0100 @@ -1,0 +2,6 @@ +Thu Dec 5 17:25:42 UTC 2019 - Bernhard Wiedemann <[email protected]> + +- Use convert -strip to drop png timestamps to make + package build reproducible (boo#1047218) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hidviz.spec ++++++ --- /var/tmp/diff_new_pack.Knn7ya/_old 2019-12-06 12:09:32.912107306 +0100 +++ /var/tmp/diff_new_pack.Knn7ya/_new 2019-12-06 12:09:32.912107306 +0100 @@ -53,7 +53,7 @@ %install %cmake_install # create icon and desktop file -convert hidviz/images/usb.png -resize 128x128 -background transparent \ +convert -strip hidviz/images/usb.png -resize 128x128 -background transparent \ -compose copy -gravity center -extent 128x128 %{name}.png install -Dpm 0644 %{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png %suse_update_desktop_file -c %{name} "USB HID debugger" %{name} %{name} %{name} "Development;Debugger;"
