rpms/ghostscript/FC-6 espgs-cjkv.patch, 1.3, 1.4 ghostscript.spec, 1.123, 1.124

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 16 17:35:44 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/ghostscript/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv16673

Modified Files:
	espgs-cjkv.patch ghostscript.spec 
Log Message:
* Thu Nov 16 2006 Tim Waugh <twaugh at redhat.com> 8.15.2-9.1
- Added missing part to CJKV patch (bug #194592).
- Resolves: rhbz#194592


espgs-cjkv.patch:
 espgs-8.15.2/lib/cjkv/baseutil.ps |  569 ++++++++++++++++++++++++++++++
 espgs-8.15.2/lib/cjkv/cjkcidcm.ps |  455 ++++++++++++++++++++++++
 espgs-8.15.2/lib/cjkv/cjkfnmap.ps |  389 ++++++++++++++++++++
 espgs-8.15.2/lib/cjkv/cjkvinit.ps |   46 ++
 espgs-8.15.2/lib/cjkv/cjkvttcf.ps |  154 ++++++++
 espgs-8.15.2/lib/cjkv/tt11util.ps |  708 ++++++++++++++++++++++++++++++++++++++
 espgs-8.15.2/lib/cjkv/tt42util.ps |  482 +++++++++++++++++++++++++
 espgs-8.15.2/lib/gs_ttf.ps        |   11 
 espgs-8.15.2/src/gdevpdtc.c       |   12 
 espgs-8.15.2/src/gdevpdtt.c       |   51 --
 espgs-8.15.2/src/gstype42.c       |  104 ++---
 espgs-8.15.2/src/gxfont42.h       |   18 
 espgs-8.15.2/src/unixinst.mak     |    5 
 espgs-8.15.2/src/zcfont.c         |    4 
 espgs-8.15.2/src/zchar1.c         |   72 +++
 espgs-8.15.2/src/zchar42.c        |   29 +
 espgs-8.15.2/src/zfcid1.c         |   63 ---
 lib/gs_init.ps.in                 |    6 
 18 files changed, 2974 insertions(+), 204 deletions(-)

Index: espgs-cjkv.patch
===================================================================
RCS file: /cvs/dist/rpms/ghostscript/FC-6/espgs-cjkv.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- espgs-cjkv.patch	3 Oct 2006 14:18:40 -0000	1.3
+++ espgs-cjkv.patch	16 Nov 2006 17:35:41 -0000	1.4
@@ -3433,3 +3433,23 @@
  	% Tables only needed for embedding in PDF files
    (cvt ) { .readtable }
    (fpgm) 1 index
+--- espgs-8.15.2/lib/gs_init.ps.in	2006-11-16 17:34:11.000000000 +0000
++++ ../devel/espgs-8.15.3/lib/gs_init.ps.in	2006-08-26 01:53:04.000000000 +0100
+@@ -148,6 +148,7 @@
+ currentdict /NOFONTMAP known   /NOFONTMAP exch def
+ currentdict /NOFONTPATH known   /NOFONTPATH exch def
+ currentdict /NOGC known   /NOGC exch def
++currentdict /NOCJKV known   /NOCJKV exch def
+ currentdict /NOINTERPOLATE .knownget { /INTERPOLATE exch not def } if
+ currentdict /NOMEDIAATTRS known /NOMEDIAATTRS exch def
+ currentdict /NOOUTERSAVE known   /NOOUTERSAVE exch def
+@@ -2247,4 +2248,9 @@
+   { NOOUTERSAVE not { save pop } if }	% do the outermost save unless disabled
+ ifelse
+ 
++%Load CJKV environment.
++NOCJKV not {
++  (cjkv/cjkvinit.ps) runlibfile
++} if
++
+ % The interpreter will run the initial procedure (start).


Index: ghostscript.spec
===================================================================
RCS file: /cvs/dist/rpms/ghostscript/FC-6/ghostscript.spec,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ghostscript.spec	3 Oct 2006 14:18:40 -0000	1.123
+++ ghostscript.spec	16 Nov 2006 17:35:41 -0000	1.124
@@ -5,7 +5,7 @@
 Name: ghostscript
 Version: %{gs_ver}
 
-Release: 9
+Release: 9.1%{?dist}
 
 License: GPL
 URL: http://www.cups.org/espgs/
@@ -264,6 +264,9 @@
 %{_libdir}/libijs.*a
 
 %changelog
+* Thu Nov 16 2006 Tim Waugh <twaugh at redhat.com> 8.15.2-9.1
+- Added missing part to CJKV patch (bug #194592).
+
 * Tue Oct  3 2006 Tim Waugh <twaugh at redhat.com> 8.15.2-9
 - Apply CJKV patch from svn164:165 plus the fix from svn173:174 (bug #194592,
   bug #203712, possibly bug #167596).




More information about the fedora-cvs-commits mailing list