forked from pool/groff
* 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:
@@ -1,15 +1,24 @@
|
|||||||
Index: groff-1.20.1/tmac/tty.tmac
|
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.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
|
+++ groff-1.20.1/tmac/tty.tmac 2011-06-06 12:03:56.471652140 +0200
|
||||||
@@ -64,10 +64,6 @@
|
@@ -66,7 +66,7 @@
|
||||||
.fchar \[Eu] EUR
|
|
||||||
.fchar \[.i] i
|
|
||||||
.fchar \[bq] ,
|
.fchar \[bq] ,
|
||||||
-.
|
.
|
||||||
-.if '\*[.T]'utf8' \
|
.if '\*[.T]'utf8' \
|
||||||
-. mso unicode.tmac
|
-. mso unicode.tmac
|
||||||
-.
|
+. mso deunicode.tmac
|
||||||
|
.
|
||||||
.\" color definitions
|
.\" color definitions
|
||||||
.defcolor black rgb #000000
|
.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
|
||||||
|
@@ -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
|
- fix bnc#682913: device X100 is missing
|
||||||
* create new groff-devx package containing all devX devices, as they
|
* create new groff-devx package containing all devX devices, as they
|
||||||
need X for build
|
need X for build
|
||||||
- fix bnc#683857: Unicode characters in use
|
- fix bnc#683857: Unicode characters in use
|
||||||
* groff-1.20.1-deunicode.patch removes unicode.tmac from tty.tmac, so
|
* groff-1.20.1-deunicode.patch adds deunicode.tmac to tty.tmac removes
|
||||||
no ascii chars wil be converted to unicode
|
all unecessary unicode characters in tty output
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 15 08:34:56 UTC 2011 - mvyskocil@suse.cz
|
Tue Mar 15 08:34:56 UTC 2011 - mvyskocil@suse.cz
|
||||||
|
@@ -30,7 +30,7 @@ Source1: SuSEconfig.groff
|
|||||||
Source2: sysconfig.suseconfig-groff
|
Source2: sysconfig.suseconfig-groff
|
||||||
Source3: zzz-groff.sh
|
Source3: zzz-groff.sh
|
||||||
Source4: zzz-groff.csh
|
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
|
# cat $file >> groff_1.20.1-10.debian.diff
|
||||||
# done
|
# done
|
||||||
Patch0: groff_1.20.1-10.debian.diff
|
Patch0: groff_1.20.1-10.debian.diff
|
||||||
|
Reference in New Issue
Block a user