From d6f6040e9fd1d001a84ebce9daa554c06255e2ab Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 10 Dec 2004 14:52:32 +0000 Subject: [PATCH] - Fixed missing return statement (bug #136757). --- ghostscript.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ghostscript.spec b/ghostscript.spec index e09e66c..278c6be 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -46,6 +46,7 @@ Source20: CIDFnmap Source23: gdevcups.c Patch0: ghostscript-7.05-config.patch +Patch1: ghostscript-badcode.patch Patch3: ghostscript-6.51-gcc296.patch Patch5: ghostscript-7.07-gsj.patch Patch6: ghostscript-7.05-_ds.patch @@ -175,6 +176,8 @@ A GTK-enabled version of Ghostscript, called 'gsx'. %patch0 -p1 -b .config # Includes japanese changes +%patch1 -p1 -b .badcode + # Turn on every possibly pertinent builtin device GS_DEVS=$GS_DEVS'$(DD)dmprt.dev $(DD)cdj880.dev ' GS_DEVS=$GS_DEVS'$(DD)ap3250.dev $(DD)appledmp.dev $(DD)atx23.dev ' @@ -596,6 +599,9 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Fri Dec 10 2004 Tim Waugh +- Fixed missing return statement (bug #136757). + * Thu Dec 9 2004 Tim Waugh 7.07-36 - Remove VFlib2 bits (bug #120498).