- Fixed runlibfileifexists patch.
This commit is contained in:
parent
639b8d11a8
commit
e9e80ae376
@ -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.
|
||||
|
@ -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 <twaugh@redhat.com> 8.61-4
|
||||
- Fixed runlibfileifexists patch.
|
||||
|
||||
* Fri Nov 30 2007 Tim Waugh <twaugh@redhat.com> 8.61-3
|
||||
- Revert previous change, but define .runlibfileifexists not just
|
||||
runlibfileifexists.
|
||||
|
Loading…
Reference in New Issue
Block a user