rpms/ghostscript/devel ghostscript.spec,1.95,1.96

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 27 11:47:38 UTC 2006


Author: twaugh

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

Modified Files:
	ghostscript.spec 
Log Message:
* Fri Jan 27 2006 Tim Waugh <twaugh at redhat.com>
- Support reading a big cmap/post table from a TrueType font.



Index: ghostscript.spec
===================================================================
RCS file: /cvs/dist/rpms/ghostscript/devel/ghostscript.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ghostscript.spec	9 Dec 2005 22:40:33 -0000	1.95
+++ ghostscript.spec	27 Jan 2006 11:47:35 -0000	1.96
@@ -26,6 +26,7 @@
 Patch7: ghostscript-noopt.patch
 Patch8: ghostscript-use-external-freetype.patch
 Patch9: ghostscript-split-font-configuration.patch
+Patch10: ghostscript-big-cmap-post.patch
 
 Requires: zlib, libpng, glib2
 Requires: urw-fonts >= 1.1, ghostscript-fonts
@@ -102,6 +103,9 @@
 # Allow separated font configuration (bug #161187).
 %patch9 -p1 -b .split-font-configuration
 
+# Support reading a big cmap/post table from a TrueType font.
+%patch10 -p1 -b .big-cmap-post
+
 # Convert manual pages to UTF-8
 from8859_1() {
 	iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
@@ -259,6 +263,9 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Fri Jan 27 2006 Tim Waugh <twaugh at redhat.com>
+- Support reading a big cmap/post table from a TrueType font.
+
 * Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
 - rebuilt
 




More information about the fedora-cvs-commits mailing list