Hello community,

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

Package is "putty"

Sat May 20 10:12:24 2017 rev:14 rq:494005 version:0.69

Changes:
--------
--- /work/SRC/openSUSE:Factory/putty/putty.changes      2017-05-06 
18:30:23.256994753 +0200
+++ /work/SRC/openSUSE:Factory/.putty.new/putty.changes 2017-05-20 
10:12:38.688517240 +0200
@@ -1,0 +2,6 @@
+Tue May  2 13:07:52 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to use convert -strip to not have timestamps
+  in png files to make build fully reproducible
+
+-------------------------------------------------------------------

New:
----
  reproducible.patch

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

Other differences:
------------------
++++++ putty.spec ++++++
--- /var/tmp/diff_new_pack.0PDfoY/_old  2017-05-20 10:12:39.328426826 +0200
+++ /var/tmp/diff_new_pack.0PDfoY/_new  2017-05-20 10:12:39.328426826 +0200
@@ -31,6 +31,7 @@
 Source4:        %name.keyring
 Patch1:         putty-03-config.diff
 Patch2:         gtk-buildfix.diff
+Patch3:         reproducible.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ImageMagick
 BuildRequires:  gtk3-devel
@@ -45,7 +46,7 @@
 
 %prep
 %setup -q
-%patch -P 1 -P 2 -p1
+%patch -P 1 -P 2 -P 3 -p1
 
 %build
 %configure


++++++ reproducible.patch ++++++
From: Bernhard Wiedemann <bwiedem...@suse.com>
Date: Tue, 8 Mar 2016 19:39:47
# PATCH-FIX-UPSTREAM

Drop build timestamps from png.
Index: putty-0.68/icons/Makefile
===================================================================
--- putty-0.68.orig/icons/Makefile
+++ putty-0.68/icons/Makefile
@@ -38,7 +38,7 @@ $(PAMS): %.pam: mkicon.py
        ./mkicon.py $(MODE) $(join $(subst -, ,$(basename $@)),_icon) $@
 
 $(PNGS) $(MONOPNGS) $(TRUEPNGS): %.png: %.pam
-       convert $< $@
+       convert -strip $< $@
 
 $(MONOPAMS): %.pam: mkicon.py
        ./mkicon.py -2 $(MODE) $(join $(subst -, ,$(subst -mono,,$(basename 
$@))),_icon) $@

Reply via email to