diff --git a/ghostscript.spec b/ghostscript.spec index e37fb56..179596c 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -5,7 +5,7 @@ Summary: A PostScript(TM) interpreter and renderer. Name: ghostscript Version: %{gs_ver} -Release: 8.1 +Release: 9 License: GPL URL: http://www.cups.org/espgs/ @@ -24,6 +24,7 @@ Patch7: ghostscript-noopt.patch Patch8: ghostscript-use-external-freetype.patch Patch9: ghostscript-split-font-configuration.patch Patch10: ghostscript-big-cmap-post.patch +Patch11: espgs-cjkv.patch Requires: urw-fonts >= 1.1, ghostscript-fonts BuildRequires: libjpeg-devel, libXt-devel @@ -106,6 +107,9 @@ A GTK-enabled version of Ghostscript, called 'gsx'. # Support reading a big cmap/post table from a TrueType font. %patch10 -p1 -b .big-cmap-post +# CJKV from upstream. +%patch11 -p1 -b .cjkv + # Convert manual pages to UTF-8 from8859_1() { iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_" @@ -260,6 +264,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libijs.*a %changelog +* Tue Oct 3 2006 Tim Waugh 8.15.2-9 +- Apply CJKV patch from svn164:165 plus the fix from svn173:174 (bug #194592, + bug #203712, possibly bug #167596). + * Wed Jul 12 2006 Jesse Keating - 8.15.2-8.1 - rebuild