auto-import changelog data from ghostscript-6.51-16.3.src.rpm

Tue May 20 2003 Tim Waugh <twaugh@redhat.com> 6.51-16.3
- Added zfile.c security fix from 7.07.
This commit is contained in:
cvsdist 2004-09-09 05:14:00 +00:00
parent 0db1e540bd
commit fc9ce8dc40

View File

@ -1,7 +1,7 @@
Summary: A PostScript(TM) interpreter and renderer. Summary: A PostScript(TM) interpreter and renderer.
Name: ghostscript Name: ghostscript
Version: 6.51 Version: 6.51
Release: 16.2 Release: 16.3
License: GPL License: GPL
URL: http://gnu-gs.sourceforge.net/ URL: http://gnu-gs.sourceforge.net/
Group: Applications/Publishing Group: Applications/Publishing
@ -58,6 +58,7 @@ Patch22: ghostscript-6.51-Omni_path.patch
Patch23: ghostscript-6.51-Omni_quiet.patch Patch23: ghostscript-6.51-Omni_quiet.patch
Patch25: ghostscript-6.52-gsj-fixups.patch Patch25: ghostscript-6.52-gsj-fixups.patch
Patch26: ghostscript-6.51-zfile.patch
# I dont think this patch is needed anymore, so it is not applied. # I dont think this patch is needed anymore, so it is not applied.
# but I might be wrong, and dont really understand it, so it is still # but I might be wrong, and dont really understand it, so it is still
@ -407,6 +408,9 @@ $(DD)gdi.dev: $(GDIMONO) $(DD)page.dev
# Fix-up gdevdmpr.c # Fix-up gdevdmpr.c
%patch25 -p1 -b .gsj-fixups %patch25 -p1 -b .gsj-fixups
# Added zfile.c security fix from 7.07.
%patch26 -p1 -b .zfile
# Set up for a unix os, gcc compiler build, and replace our insertion string # Set up for a unix os, gcc compiler build, and replace our insertion string
sed -e "s/_XXX_RPM_GS_DEVICES_XXX_/$GS_DEVS/;" src/unix-gcc.mak > Makefile sed -e "s/_XXX_RPM_GS_DEVICES_XXX_/$GS_DEVS/;" src/unix-gcc.mak > Makefile
@ -450,6 +454,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Tue May 20 2003 Tim Waugh <twaugh@redhat.com> 6.51-16.3
- Added zfile.c security fix from 7.07.
* Tue May 21 2002 Tim Waugh <twaugh@redhat.com> 6.51-16.2 * Tue May 21 2002 Tim Waugh <twaugh@redhat.com> 6.51-16.2
- Add security patch from 6.53. - Add security patch from 6.53.
- Add pdf2dsc.ps patch from CVS. - Add pdf2dsc.ps patch from CVS.