rpms/groff/devel groff-1.18.1.1-spacefix.patch, NONE, 1.1 groff.spec, 1.32, 1.33

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 12 14:20:30 UTC 2006


Author: mlichvar

Update of /cvs/dist/rpms/groff/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6800

Modified Files:
	groff.spec 
Added Files:
	groff-1.18.1.1-spacefix.patch 
Log Message:
attempt to fix a space problem with several european languages (#137728)


groff-1.18.1.1-spacefix.patch:
 env.cc |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE groff-1.18.1.1-spacefix.patch ---
--- ./src/roff/troff/env.cc.orig	2006-01-12 14:43:05.000000000 +0100
+++ ./src/roff/troff/env.cc	2006-01-12 14:45:55.000000000 +0100
@@ -300,7 +300,7 @@
      * This code is based on jgroff
      * about kerning between ASCII and EUC-JP 
      */
-    if (!ci->get_wchar_code()) {
+    if (!ci->get_wchar_code() || wchar_code(ci->get_wchar_code()) < 0x590) {
       /*
        * This node is a ASCII character node.
        */


Index: groff.spec
===================================================================
RCS file: /cvs/dist/rpms/groff/devel/groff.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- groff.spec	11 Jan 2006 08:22:33 -0000	1.32
+++ groff.spec	12 Jan 2006 14:20:27 -0000	1.33
@@ -30,6 +30,7 @@
 Patch20: groff-1.18.1.1-tempfile.patch
 Patch21: groff-1.18.1.1-gcc41.patch
 Patch22: groff-1.18.1.1-bigendian.patch
+Patch23: groff-1.18.1.1-spacefix.patch
 
 URL: ftp://ftp.gnu.org/gnu/groff/
 Requires: mktemp
@@ -96,6 +97,7 @@
 %patch20 -p1 -b .tempfile
 %patch21 -p1 -b .gcc41
 %patch22 -p1 -b .bigendian
+%patch23 -p1 -b .spacefix
 
 for i in contrib/mm/{groff_mm,groff_mmse,mmroff}.man \
 		src/devices/grolbp/grolbp.man; do
@@ -207,8 +209,10 @@
 %endif
 
 %changelog
-* Fri Jan 10 2006 Miroslav Lichvar <mlichvar at redhat.com> - 1.18.1.1-8
+* Fri Jan 12 2006 Miroslav Lichvar <mlichvar at redhat.com> - 1.18.1.1-8
 - fix segfault in grotty on 64-bit big endian machines (#176904)
+- fix assertion failure on abort message (#141912)
+- attempt to fix a space problem with several european languages (#137728)
 
 * Fri Jan 06 2006 Jindrich Novy <jnovy at redhat.com> - 1.18.1.1-7
 - require X dependencies only for gxditview (#177118)




More information about the fedora-cvs-commits mailing list