* groff-1.20.1-deunicode.patch adds deunicode.tmac to tty.tmac removes

all unecessary unicode characters in tty output

OBS-URL: https://build.opensuse.org/package/show/M17N/groff?expand=0&rev=13
This commit is contained in:
Michal Vyskocil 2011-06-06 10:59:57 +00:00 committed by Git OBS Bridge
parent 2ab5a8a0dd
commit b9004f7b0a
3 changed files with 22 additions and 12 deletions

View File

@ -1,15 +1,24 @@
Index: groff-1.20.1/tmac/tty.tmac
===================================================================
--- groff-1.20.1.orig/tmac/tty.tmac 2009-01-09 15:25:52.000000000 +0100
+++ groff-1.20.1/tmac/tty.tmac 2011-04-28 14:14:11.527228221 +0200
@@ -64,10 +64,6 @@
.fchar \[Eu] EUR
.fchar \[.i] i
+++ groff-1.20.1/tmac/tty.tmac 2011-06-06 12:03:56.471652140 +0200
@@ -66,7 +66,7 @@
.fchar \[bq] ,
-.
-.if '\*[.T]'utf8' \
.
.if '\*[.T]'utf8' \
-. mso unicode.tmac
-.
+. mso deunicode.tmac
.
.\" color definitions
.defcolor black rgb #000000
.defcolor red rgb #ff0000
Index: groff-1.20.1/tmac/deunicode.tmac
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ groff-1.20.1/tmac/deunicode.tmac 2011-06-06 12:05:47.272652051 +0200
@@ -0,0 +1,6 @@
+.\" deunicode.tmac
+.\"
+.char \[hy] -
+.char \[oq] `
+.char \[cq] '
+.\" EOF

View File

@ -1,12 +1,13 @@
-------------------------------------------------------------------
Thu Apr 28 12:04:23 UTC 2011 - mvyskocil@suse.cz
Mon Jun 6 10:10:08 UTC 2011 - mvyskocil@suse.cz
-
- fix bnc#682913: device X100 is missing
* create new groff-devx package containing all devX devices, as they
need X for build
- fix bnc#683857: Unicode characters in use
* groff-1.20.1-deunicode.patch removes unicode.tmac from tty.tmac, so
no ascii chars wil be converted to unicode
* groff-1.20.1-deunicode.patch adds deunicode.tmac to tty.tmac removes
all unecessary unicode characters in tty output
-------------------------------------------------------------------
Tue Mar 15 08:34:56 UTC 2011 - mvyskocil@suse.cz

View File

@ -30,7 +30,7 @@ Source1: SuSEconfig.groff
Source2: sysconfig.suseconfig-groff
Source3: zzz-groff.sh
Source4: zzz-groff.csh
# for file in `cat series | grep -v '^#' | grep '^[a-z]' ` do
# for file in `cat series | grep -v '^#' | grep '^[a-z]' `; do
# cat $file >> groff_1.20.1-10.debian.diff
# done
Patch0: groff_1.20.1-10.debian.diff