- Apply CJKV patch from svn164:165.

This commit is contained in:
Tim Waugh 2006-06-13 13:58:06 +00:00
parent aaa2f40d15
commit baa88bc29f

View File

@ -5,7 +5,7 @@ Summary: A PostScript(TM) interpreter and renderer.
Name: ghostscript
Version: %{gs_ver}
Release: 5
Release: 6
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 patch from svn164:165.
%patch11 -p1 -b .cjkv
# Convert manual pages to UTF-8
from8859_1() {
iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
@ -260,8 +264,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libijs.*a
%changelog
* Tue Jun 13 2006 Tim Waugh <twaugh@redhat.com>
* Tue Jun 13 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-6
- Undo svn sync.
- Apply CJKV patch from svn164:165.
* Fri Jun 9 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-5
- Sync to svn165.