Hello community,

here is the log from the commit of package efont-unicode-bitmap-fonts for 
openSUSE:Factory checked in at 2017-06-21 13:52:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/efont-unicode-bitmap-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.efont-unicode-bitmap-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "efont-unicode-bitmap-fonts"

Wed Jun 21 13:52:37 2017 rev:8 rq:504857 version:0.4.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/efont-unicode-bitmap-fonts/efont-unicode-bitmap-fonts.changes
    2012-09-14 12:16:03.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.efont-unicode-bitmap-fonts.new/efont-unicode-bitmap-fonts.changes
       2017-06-21 13:52:38.385895222 +0200
@@ -1,0 +2,5 @@
+Sun Jun 18 16:34:37 UTC 2017 - [email protected]
+
+- Add reproducible.patch to call gzip -n to make build fully reproducible
+
+-------------------------------------------------------------------

New:
----
  reproducible.patch

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

Other differences:
------------------
++++++ efont-unicode-bitmap-fonts.spec ++++++
--- /var/tmp/diff_new_pack.ePaeNg/_old  2017-06-21 13:52:39.293767157 +0200
+++ /var/tmp/diff_new_pack.ePaeNg/_new  2017-06-21 13:52:39.305765465 +0200
@@ -29,6 +29,8 @@
 Patch0:         baseline-offset.diff
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1:         bugzilla-199997-some-glyphs-for-yast.patch
+# PATCH-FIX-UPSTREAM -- ToDo
+Patch2:         reproducible.patch
 BuildRequires:  bdfresize
 BuildRequires:  fontpackages-devel
 %if 0%{?suse_version} >= 1220
@@ -51,6 +53,7 @@
 %setup -q -n efont-unicode-bdf-0.4.2-src
 %patch0
 %patch1 -p1
+%patch2 -p1
 iconv -f ISO-8859-1 -t UTF-8 < README.etl-unicode > README.etl-unicode.tmp
 mv README.etl-unicode.tmp README.etl-unicode
 for i in README.shinonome README.naga10

++++++ reproducible.patch ++++++
call gzip -n to not store timestamps in .gz file header
to make package build fully reproducible

Index: efont-unicode-bdf-0.4.2-src/Makefile.in
===================================================================
--- efont-unicode-bdf-0.4.2-src.orig/Makefile.in
+++ efont-unicode-bdf-0.4.2-src/Makefile.in
@@ -270,7 +270,7 @@ f10.hex: f10_source.hex f10_add.hex
 ########################################################################
 
 %.pcf.gz: %.bdf
-       bdftopcf $< | gzip -9c > [email protected] && \
+       bdftopcf $< | gzip -9nc > [email protected] && \
        mv [email protected] $@
 %_b.bdf: %.bdf
        tools/mkbold -l $< > [email protected] && \

Reply via email to