auto-import changelog data from ghostscript-5.50-18.rh7.1.src.rpm

Mon Sep 17 2001 Crutcher Dunnavant <crutcher@redhat.com> 5.50-18
- add -dPARANOIDSAFER option so that we can breathe a little easier
- in the print spooler.
This commit is contained in:
cvsdist 2004-09-09 05:08:59 +00:00
parent 6fe0b557e4
commit 29b0d8004a

View File

@ -7,7 +7,7 @@ Name: ghostscript
%define hpdjver 2.6
%define md2kver 0.2a
Version: 5.50
Release: 17
Release: 18.rh7.1
License: GPL
URL: http://gnu-gs.sourceforge.net/
Group: Applications/Publishing
@ -40,6 +40,7 @@ Patch13: ghostscript-5.50-gcc296.patch
Patch14: ghostscript-5.50-bug19212.patch
Patch15: ghostscript-5.50-mkstemp-LD_RUN_PATH.patch
Patch16: gs5.50-time.patch
Patch17: ghostscript-5.50-PARANOIDSAFER.patch
%if %{enable_japanese}
Patch20: ghostscript-5.50-jisb.patch
%endif
@ -146,6 +147,10 @@ lxm3200.dev: $(lxm3200_) page.dev
%endif
%patch21 -p0
# Add -dPARANOIDSAFER option, so that we can breathe a little easier
# in the print spooler.
%patch17 -p1 -b .PARANOIDSAFER
rm -rf tmp
ln -s unix-gcc.mak Makefile
@ -193,6 +198,10 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Mon Sep 17 2001 Crutcher Dunnavant <crutcher@redhat.com> 5.50-18
- add -dPARANOIDSAFER option so that we can breathe a little easier
- in the print spooler.
* Tue Feb 27 2001 Crutcher Dunnavant <crutcher@redhat.com>
- added xtt-fonts requirement (for VFlib)