From e9e80ae376eb84462277fa5b900e56b6c3824268 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Nov 30 2007 11:02:31 +0000 Subject: - Fixed runlibfileifexists patch. --- 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 e48442b..3b6e488 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -5,7 +5,7 @@ Summary: A PostScript(TM) interpreter and renderer. Name: ghostscript Version: %{gs_ver} -Release: 3%{?dist} +Release: 4%{?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-4 +- Fixed runlibfileifexists patch. + * Fri Nov 30 2007 Tim Waugh 8.61-3 - Revert previous change, but define .runlibfileifexists not just runlibfileifexists.