Hello community,

here is the log from the commit of package mrrescue for openSUSE:Factory 
checked in at 2017-05-22 10:46:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mrrescue (Old)
 and      /work/SRC/openSUSE:Factory/.mrrescue.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mrrescue"

Mon May 22 10:46:24 2017 rev:3 rq:492886 version:1.02e

Changes:
--------
--- /work/SRC/openSUSE:Factory/mrrescue/mrrescue.changes        2017-02-16 
17:07:45.296891280 +0100
+++ /work/SRC/openSUSE:Factory/.mrrescue.new/mrrescue.changes   2017-05-22 
10:46:24.673981720 +0200
@@ -1,0 +2,7 @@
+Tue May  2 11:38:03 UTC 2017 - [email protected]
+
+- Sort zip input files to make build more reproducible
+- Use convert -strip to not have timestamps in png files
+  to make build more reproducible
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mrrescue.spec ++++++
--- /var/tmp/diff_new_pack.5qLdvQ/_old  2017-05-22 10:46:25.849815993 +0200
+++ /var/tmp/diff_new_pack.5qLdvQ/_new  2017-05-22 10:46:25.849815993 +0200
@@ -49,7 +49,7 @@
 %patch1 -p1
 
 %build
-zip -r %{name}_%{version}.love * -x LICENSE
+zip %{name}_%{version}.love `find -type f | sort` -x LICENSE
 
 %install
 cat >"%{name}" <<-EOF
@@ -62,7 +62,7 @@
 # Install icons and desktop
 for size in 256 128 96 64 48 32 16; do
     mkdir -p %{buildroot}%{_datadir}/icons/hicolor/$size"x$size/apps"
-    convert data/splash.png -resize "$size"x"$size" 
%{buildroot}%{_datadir}/icons/hicolor/$size"x$size/apps/%{name}.png"
+    convert -strip data/splash.png -resize "$size"x"$size" 
%{buildroot}%{_datadir}/icons/hicolor/$size"x$size/apps/%{name}.png"
 done
 %suse_update_desktop_file -c %{name} "Mr. Rescue" "Arcade 2D Actiongame" 
%{name} %{name} Game ArcadeGame
 install -D -m 0644 %{name}.appdata.xml 
%{buildroot}%{_datadir}/appdata/%{name}.appdata.xml


Reply via email to