Hello community,

here is the log from the commit of package slade for openSUSE:Factory checked 
in at 2017-05-08 19:04:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/slade (Old)
 and      /work/SRC/openSUSE:Factory/.slade.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "slade"

Mon May  8 19:04:34 2017 rev:3 rq:493393 version:3.1.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/slade/slade.changes      2017-02-21 
13:38:35.695784433 +0100
+++ /work/SRC/openSUSE:Factory/.slade.new/slade.changes 2017-05-08 
19:05:02.346979679 +0200
@@ -1,0 +2,11 @@
+Sun May  7 09:00:30 UTC 2017 - [email protected]
+
+- use p7zip for deterministic archive file order
+  and strip-nondeterminism to have fully reproducible builds
+
+-------------------------------------------------------------------
+Tue May  2 13:04:33 UTC 2017 - [email protected]
+
+- use convert -strip to make build more reproducible
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ slade.spec ++++++
--- /var/tmp/diff_new_pack.mLvoma/_old  2017-05-08 19:05:03.282847471 +0200
+++ /var/tmp/diff_new_pack.mLvoma/_new  2017-05-08 19:05:03.286846906 +0200
@@ -35,7 +35,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-3_0-devel
-BuildRequires:  zip
+BuildRequires:  p7zip
 BuildRequires:  pkgconfig(fluidsynth)
 BuildRequires:  pkgconfig(ftgl)
 BuildRequires:  pkgconfig(gl)
@@ -43,6 +43,9 @@
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(sfml-all)
 BuildRequires:  pkgconfig(x11)
+%if 0%{?suse_version} > 1320
+BuildRequires:  strip-nondeterminism
+%endif
 
 %description
 SLADE3 is a modern editor for Doom-engine based games and source
@@ -59,11 +62,14 @@
 make %{?_smp_mflags}
 
 %install
+%if 0%{?suse_version} > 1320
+strip-nondeterminism build/slade.pk3
+%endif
 b="%buildroot"
 install -Dm755 build/slade "$b/%_bindir/slade"
 install -Dm644 build/slade.pk3 "$b/%_datadir/slade3/slade.pk3"
 
-convert "build/msvc/slade.ico[0]" -alpha on "%name.png"
+convert -strip "build/msvc/slade.ico[0]" -alpha on "%name.png"
 install -Dpm0644 "%name.png" "$b/%_datadir/pixmaps/%name.png"
 install -Dpm0644 %{SOURCE100} "$b/%_datadir/appdata/%name.appdata.xml"
 


Reply via email to