Hello community,

here is the log from the commit of package J7Z for openSUSE:Factory checked in 
at 2017-05-03 15:58:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/J7Z (Old)
 and      /work/SRC/openSUSE:Factory/.J7Z.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "J7Z"

Wed May  3 15:58:12 2017 rev:3 rq:492465 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/J7Z/J7Z.changes  2017-02-03 17:30:20.411211668 
+0100
+++ /work/SRC/openSUSE:Factory/.J7Z.new/J7Z.changes     2017-05-03 
15:58:21.982262705 +0200
@@ -1,0 +2,7 @@
+Tue May  2 08:36:29 UTC 2017 - bwiedem...@suse.com
+
+- Use strip-nondeterminism to not have timestamps in J7Z.jar file
+- Use convert -strip to not have timestamps in png files
+  to make build fully reproducible
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ J7Z.spec ++++++
--- /var/tmp/diff_new_pack.pGogHK/_old  2017-05-03 15:58:23.138099532 +0200
+++ /var/tmp/diff_new_pack.pGogHK/_new  2017-05-03 15:58:23.138099532 +0200
@@ -43,6 +43,9 @@
 %else
 BuildRequires:  kde4-filesystem
 %endif
+%if 0%{?suse_version} > 1320
+BuildRequires:  strip-nondeterminism
+%endif
 
 %description
 J7Z is an alternative 7-Zip GUI. (7-Zip is a file archiver.)
@@ -81,6 +84,9 @@
 pushd Linux/Build
 make %{?_smp_mflags}
 popd
+%if 0%{?suse_version} > 1320
+strip-nondeterminism `find -name \*.jar`
+%endif
 
 %install
 pushd Linux/Build
@@ -89,10 +95,9 @@
 
 rm %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/J7Z.png
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{48x48,64x64,128x128}/apps
-convert -size 256x256 Source/Image/apps/J7Z.png -resize 32x32 
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/J7Z.png
-convert -size 256x256 Source/Image/apps/J7Z.png -resize 48x48 
%{buildroot}%{_datadir}/icons/hicolor/48x48/apps/J7Z.png
-convert -size 256x256 Source/Image/apps/J7Z.png -resize 64x64 
%{buildroot}%{_datadir}/icons/hicolor/64x64/apps/J7Z.png
-convert -size 256x256 Source/Image/apps/J7Z.png -resize 128x128 
%{buildroot}%{_datadir}/icons/hicolor/128x128/apps/J7Z.png
+for size in 32x32 48x48 64x64 128x128 ; do
+  convert -strip -size 256x256 Source/Image/apps/J7Z.png -resize $size 
%{buildroot}%{_datadir}/icons/hicolor/$size/apps/J7Z.png
+done
 
 %if %{with kf5}
 echo "X-SuSE-translate=true" >> 
%{buildroot}%{_kf5_servicesdir}/ServiceMenus/J7Z-Create.desktop


Reply via email to