- Remove also DVIPSSource from .ps files

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=174
This commit is contained in:
Olaf Hering 2015-02-10 17:41:49 +00:00 committed by Git OBS Bridge
parent 6cffad1656
commit 1454a884a1
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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)