forked from pool/build-compare
- 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:
parent
6cffad1656
commit
1454a884a1
@ -4,6 +4,7 @@ Tue Feb 10 15:35:25 UTC 2015 - olaf@aepfle.de
|
|||||||
- 2015.02.10
|
- 2015.02.10
|
||||||
- Trim objdump output properly
|
- Trim objdump output properly
|
||||||
- Trim .TH also in localized man pages (bnc#915941)
|
- 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
|
Tue Feb 10 15:33:32 UTC 2015 - randy.e.witt@linux.intel.com
|
||||||
|
@ -590,9 +590,10 @@ check_single_file()
|
|||||||
*.ps)
|
*.ps)
|
||||||
for f in "old/$file" "new/$file"; do
|
for f in "old/$file" "new/$file"; do
|
||||||
sed -i -e '
|
sed -i -e '
|
||||||
/^%%CreationDate:[[:blank:]]/d
|
/^%%CreationDate:[[:blank:]]/d
|
||||||
/^%%Creator:[[:blank:]]groff[[:blank:]]version[[:blank:]]/d
|
/^%%Creator:[[:blank:]]groff[[:blank:]]version[[:blank:]]/d
|
||||||
' "$f"
|
/^%DVIPSSource:[[:blank:]]/d
|
||||||
|
' "$f"
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
*pdf)
|
*pdf)
|
||||||
|
Loading…
Reference in New Issue
Block a user