- Fixed inspired by GCC 4.

This commit is contained in:
Tim Waugh 2005-02-21 16:02:32 +00:00
parent 26d7b7a3d0
commit d4867991c3

View File

@ -8,7 +8,7 @@ BuildRequires: patchutils >= 0.2.13
# Set this to '1' for fontconfig support. # Set this to '1' for fontconfig support.
%define use_fontconfig 0 %define use_fontconfig 0
Release: 37 Release: 38
License: GPL License: GPL
URL: http://www.ghostscript.com/doc/gnu/ URL: http://www.ghostscript.com/doc/gnu/
@ -81,6 +81,7 @@ Patch49: ghostscript-bjc250gs.patch
Patch50: ghostscript-pagesize.patch Patch50: ghostscript-pagesize.patch
Patch51: ghostscript-7.07-fontconfig-rh.patch Patch51: ghostscript-7.07-fontconfig-rh.patch
Patch52: ghostscript-7.07-mixedman.patch Patch52: ghostscript-7.07-mixedman.patch
Patch53: ghostscript-gcc4.patch
Requires: zlib, libpng, glib2 Requires: zlib, libpng, glib2
Requires: urw-fonts >= 1.1, ghostscript-fonts Requires: urw-fonts >= 1.1, ghostscript-fonts
@ -501,6 +502,7 @@ from8859_1() {
from8859_1 man/gs-pcl3.1 from8859_1 man/gs-pcl3.1
from8859_1 man/pcl3opts.1 from8859_1 man/pcl3opts.1
%patch52 -p1 %patch52 -p1
%patch53 -p1 -b .gcc4
for i in man/de/*.1; do from8859_1 "$i"; done for i in man/de/*.1; do from8859_1 "$i"; done
%build %build
@ -600,6 +602,9 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%changelog %changelog
* Mon Feb 21 2005 Tim Waugh <twaugh@redhat.com> 7.07-38
- Fixed inspired by GCC 4.
* Tue Jan 18 2005 Tim Waugh <twaugh@redhat.com> * Tue Jan 18 2005 Tim Waugh <twaugh@redhat.com>
- Correct permissions for %%{_datadir}/ghostscript/Resource (bug #145420). - Correct permissions for %%{_datadir}/ghostscript/Resource (bug #145420).