Avoid symbol clash with scan_token (bug #590914).

This commit is contained in:
Tim Waugh 2011-01-14 17:21:20 +00:00
parent 8f7093b325
commit 2ef2200368
2 changed files with 8527 additions and 1 deletions

8519
ghostscript-scan_token.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer
Name: ghostscript
Version: %{gs_ver}
Release: 9%{?dist}
Release: 10%{?dist}
# Included CMap data is Redistributable, no modification permitted,
# see http://bugzilla.redhat.com/487510
@ -19,6 +19,7 @@ Source4: cidfmap
Patch1: ghostscript-multilib.patch
Patch2: ghostscript-scripts.patch
Patch3: ghostscript-noopt.patch
Patch4: ghostscript-scan_token.patch
Patch5: ghostscript-runlibfileifexists.patch
Patch6: ghostscript-system-jasper.patch
Patch7: ghostscript-pksmraw.patch
@ -114,6 +115,9 @@ rm -rf libpng zlib jpeg jasper
# Build igcref.c with -O0 to work around bug #150771.
%patch3 -p1 -b .noopt
# Avoid symbol clash with scan_token (bug #590914).
%patch4 -p1 -b .scan_token
# Define .runlibfileifexists.
%patch5 -p1
@ -340,6 +344,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libgs.so
%changelog
* Fri Jan 14 2011 Tim Waugh <twaugh@redhat.com> 9.00-10
- Avoid symbol clash with scan_token (bug #590914).
* Mon Jan 10 2011 Tim Waugh <twaugh@redhat.com> 9.00-9
- Replaced width-and-height patch with the one actually used upstream.