From 39d1ffaeef8b07081f1a2792833ba003fab7f0d5 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 12 Aug 2005 10:01:26 +0000 Subject: [PATCH] - Fixed lips4v driver (bug #165713). --- ghostscript.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghostscript.spec b/ghostscript.spec index b970331..589af6f 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -24,6 +24,7 @@ Patch6: ghostscript-pagesize.patch Patch7: ghostscript-noopt.patch Patch8: ghostscript-use-external-freetype.patch Patch9: ghostscript-split-font-configuration.patch +Patch10: ghostscript-overflow.patch Requires: zlib, libpng, glib2 Requires: urw-fonts >= 1.1, ghostscript-fonts @@ -100,6 +101,9 @@ A GTK-enabled version of Ghostscript, called 'gsx'. # Allow separated font configuration (bug #161187). %patch9 -p1 -b .split-font-configuration +# Fixed lips4v driver (bug #165713). +%patch10 -p1 -b .overflow + # Convert manual pages to UTF-8 from8859_1() { iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_" @@ -251,6 +255,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Fri Aug 12 2005 Tim Waugh - 8.15rc4. +- Fixed lips4v driver (bug #165713). * Tue Aug 9 2005 Tim Waugh 8.15-0.rc3.7 - Install adobe/acro5 CMaps (bug #165428).