Hello community,
here is the log from the commit of package x11-japanese-bitmap-fonts for
openSUSE:Factory checked in at 2017-04-30 21:24:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/x11-japanese-bitmap-fonts (Old)
and /work/SRC/openSUSE:Factory/.x11-japanese-bitmap-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "x11-japanese-bitmap-fonts"
Sun Apr 30 21:24:08 2017 rev:9 rq:492131 version:20020904
Changes:
--------
---
/work/SRC/openSUSE:Factory/x11-japanese-bitmap-fonts/x11-japanese-bitmap-fonts.changes
2012-09-14 12:42:32.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.x11-japanese-bitmap-fonts.new/x11-japanese-bitmap-fonts.changes
2017-04-30 21:24:50.464720398 +0200
@@ -1,0 +2,5 @@
+Sat Apr 29 15:50:16 UTC 2017 - [email protected]
+
+- call gzip -n to make build fully reproducible
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ x11-japanese-bitmap-fonts.spec ++++++
--- /var/tmp/diff_new_pack.TQ7rKa/_old 2017-04-30 21:24:51.304601976 +0200
+++ /var/tmp/diff_new_pack.TQ7rKa/_new 2017-04-30 21:24:51.308601412 +0200
@@ -71,7 +71,7 @@
./configure --with-pcf=yes --with-fontdir=`pwd`/build
make pcf
rm build/fonts.dir
-gzip -9 build/*.pcf
+gzip -n -9 build/*.pcf
pushd extra
for i in 7x14 7x14rk k14 8x16 8x16rk jiskan16 ; do
/usr/bin/perl $RPM_SOURCE_DIR/mkbold ${i}.bdf > ${i}b.bdf
@@ -80,7 +80,7 @@
# the non-(bold/italic) versions of the 14 and 16 pixel fonts
# are already in xf86.rpm, include only the bold/italic ones here:
for j in ${i}b.bdf ${i}i.bdf ${i}bi.bdf ; do
- bdftopcf $j | gzip -9 > `basename $j .bdf`.pcf.gz
+ bdftopcf $j | gzip -n -9 > `basename $j .bdf`.pcf.gz
done
done
popd