Hello community, here is the log from the commit of package tv-fonts for openSUSE:Factory checked in at 2017-04-30 21:24:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tv-fonts (Old) and /work/SRC/openSUSE:Factory/.tv-fonts.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tv-fonts" Sun Apr 30 21:24:43 2017 rev:19 rq:492213 version:1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/tv-fonts/tv-fonts.changes 2012-09-14 12:41:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.tv-fonts.new/tv-fonts.changes 2017-04-30 21:25:08.290207038 +0200 @@ -1,0 +2,5 @@ +Sun Apr 30 05:25:37 UTC 2017 - bwiedem...@suse.com + +- Add reproducible.patch to call gzip -n to make build fully reproducible + +------------------------------------------------------------------- New: ---- reproducible.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tv-fonts.spec ++++++ --- /var/tmp/diff_new_pack.2xF4Gm/_old 2017-04-30 21:25:09.094093692 +0200 +++ /var/tmp/diff_new_pack.2xF4Gm/_new 2017-04-30 21:25:09.098093128 +0200 @@ -33,6 +33,8 @@ %endif %reconfigure_fonts_prereq Source: %{name}-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM +Patch0: reproducible.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -43,6 +45,7 @@ %prep %setup -q +%patch0 -p1 %build make CFLAGS="$RPM_OPT_FLAGS" ++++++ reproducible.patch ++++++ --- tv-fonts-1.1.orig/Makefile 2003-04-15 08:16:09.000000000 +0000 +++ tv-fonts-1.1/Makefile 2017-04-30 05:22:32.647985637 +0000 @@ -47,7 +47,7 @@ %.pcf.gz: %.bdf rm -f $@ bdftopcf -o $*.pcf $< - gzip $*.pcf + gzip -n -9 $*.pcf led-%.bdf: FONTSERVER=$(FONTSERVER) \