From 2050c98074a5376a252a141bc006f4f935877979 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 30 Nov 2007 11:01:37 +0000 Subject: [PATCH] - Fixed runlibfileifexists patch. --- ghostscript-runlibfileifexists.patch | 2 +- ghostscript.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ghostscript-runlibfileifexists.patch b/ghostscript-runlibfileifexists.patch index ea900df..f375a14 100644 --- a/ghostscript-runlibfileifexists.patch +++ b/ghostscript-runlibfileifexists.patch @@ -20,7 +20,7 @@ diff -up ghostscript-8.61/lib/gs_init.ps.runlibfileifexists ghostscript-8.61/lib } bind def % Temporarily substitute it for the real runlibfile. /.runlibfile /runlibfile load def -+/.runlibfileifexists /runlibfile load def ++/.runlibfileifexists /runlibfileifexists load def /runlibfile /runlibfile0 load def % Create the error handling machinery. diff --git a/ghostscript.spec b/ghostscript.spec index 8f2d065..b1d9819 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -5,7 +5,7 @@ Summary: A PostScript(TM) interpreter and renderer. Name: ghostscript Version: %{gs_ver} -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2 URL: http://www.ghostscript.com/ @@ -261,6 +261,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libgs.so %changelog +* Fri Nov 30 2007 Tim Waugh 8.61-5 +- Fixed runlibfileifexists patch. + * Fri Nov 30 2007 Tim Waugh 8.61-4 - Revert previous change, but define .runlibfileifexists, not just runlibfileifexists.