From c7d9208c7d1f3c22f006f9075aea53df80923d1f009ccf6b045e564f171f88bf Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Sat, 29 Apr 2017 18:09:13 +0000 Subject: [PATCH] Accepting request 492120 from home:bmwiedemann:branches:M17N:fonts call gzip -n to make build fully reproducible OBS-URL: https://build.opensuse.org/request/show/492120 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/intlfonts?expand=0&rev=20 --- intlfonts.changes | 5 +++++ intlfonts.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/intlfonts.changes b/intlfonts.changes index 1c69fd3..6d74885 100644 --- a/intlfonts.changes +++ b/intlfonts.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Apr 29 16:26:20 UTC 2017 - bwiedemann@suse.com + +- call gzip -n to make build fully reproducible + ------------------------------------------------------------------- Fri Apr 15 08:51:08 UTC 2016 - normand@linux.vnet.ibm.com diff --git a/intlfonts.spec b/intlfonts.spec index 252a817..be3f436 100644 --- a/intlfonts.spec +++ b/intlfonts.spec @@ -226,7 +226,7 @@ test ! -e Asian/tib24-mule.bdf || exit 1 dirs="$SUBDIRS $SUBDIRS_BIG $SUBDIRS_EFONT" for b in $(find $dirs -name '*.bdf') ; do p=${b%%.bdf}.pcf - test -s ${p}.gz || { bdftopcf -o ${p} $b && gzip -9f ${p}; } + test -s ${p}.gz || { bdftopcf -o ${p} $b && gzip -n -9f ${p}; } done %install