From 1454a884a174335493a2c43735f35413f49d5c0a0539c76c8b0c49af6b0d157d Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 10 Feb 2015 17:41:49 +0000 Subject: [PATCH] - Remove also DVIPSSource from .ps files OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=174 --- build-compare.changes | 1 + rpm-check.sh | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build-compare.changes b/build-compare.changes index 33be208..8dedd36 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -4,6 +4,7 @@ Tue Feb 10 15:35:25 UTC 2015 - olaf@aepfle.de - 2015.02.10 - Trim objdump output properly - Trim .TH also in localized man pages (bnc#915941) +- Remove also DVIPSSource from .ps files ------------------------------------------------------------------- Tue Feb 10 15:33:32 UTC 2015 - randy.e.witt@linux.intel.com diff --git a/rpm-check.sh b/rpm-check.sh index 717ed5a..d25d652 100644 --- a/rpm-check.sh +++ b/rpm-check.sh @@ -590,9 +590,10 @@ check_single_file() *.ps) for f in "old/$file" "new/$file"; do sed -i -e ' - /^%%CreationDate:[[:blank:]]/d - /^%%Creator:[[:blank:]]groff[[:blank:]]version[[:blank:]]/d - ' "$f" + /^%%CreationDate:[[:blank:]]/d + /^%%Creator:[[:blank:]]groff[[:blank:]]version[[:blank:]]/d + /^%DVIPSSource:[[:blank:]]/d + ' "$f" done ;; *pdf)