Hello community,

here is the log from the commit of package console-setup for openSUSE:Factory 
checked in at 2018-01-19 11:47:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/console-setup (Old)
 and      /work/SRC/openSUSE:Factory/.console-setup.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "console-setup"

Fri Jan 19 11:47:48 2018 rev:5 rq:566625 version:1.134

Changes:
--------
--- /work/SRC/openSUSE:Factory/console-setup/console-setup.changes      
2017-10-02 16:43:28.416785358 +0200
+++ /work/SRC/openSUSE:Factory/.console-setup.new/console-setup.changes 
2018-01-19 11:48:42.684370842 +0100
@@ -1,0 +2,6 @@
+Fri Jan  5 06:40:43 UTC 2018 - [email protected]
+
+- Add console-setup-1.134-reproducible.patch to make package build
+  reproducible (boo#1062303)
+
+-------------------------------------------------------------------

New:
----
  console-setup-1.134-reproducible.patch

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

Other differences:
------------------
++++++ console-setup.spec ++++++
--- /var/tmp/diff_new_pack.GNZi6A/_old  2018-01-19 11:48:43.260343687 +0100
+++ /var/tmp/diff_new_pack.GNZi6A/_new  2018-01-19 11:48:43.264343498 +0100
@@ -30,6 +30,8 @@
 Patch1:         console-setup-1.76-fsf-address.patch
 # Backport fix from 1.143
 Patch2:         console-setup-1.134-perl526.patch
+# PATCH-FIX-UPSTREAM in 1.174
+Patch3:         console-setup-1.134-reproducible.patch
 
 BuildRequires:  perl
 BuildRequires:  perl(encoding)
@@ -49,6 +51,7 @@
 %patch0 -p1 -b .paths
 %patch1 -p1 -b .fsf-address
 %patch2 -p1 -b .perl526
+%patch3 -p1 -b .reproducible
 
 %build
 make build-linux

++++++ console-setup-1.134-reproducible.patch ++++++
Date: 2018-01-05
By: Bernhard M. Wiedemann <bwiedemann suse de>

PATCH-FIX-UPSTREAM in 1.174

dont add timestamps to .gz headers

generate reproducible random output for missing glyphs

Index: console-setup-1.134/Fonts/Makefile
===================================================================
--- console-setup-1.134.orig/Fonts/Makefile
+++ console-setup-1.134/Fonts/Makefile
@@ -7,7 +7,7 @@ build-any:
 
 
 %.gz : %
-       gzip -9 <$< >$@
+       gzip -n9 <$< >$@
 
 # All available non-legacy font faces
 FACES = Fixed13 Fixed14 Fixed15 Fixed16 \
Index: console-setup-1.134/Fonts/bdf2psf
===================================================================
--- console-setup-1.134.orig/Fonts/bdf2psf
+++ console-setup-1.134/Fonts/bdf2psf
@@ -21,6 +21,8 @@
 
 use warnings 'all';
 use strict;
+srand(0);
+
 
 #####################################################################
 

Reply via email to