diff --git a/ghostscript.spec b/ghostscript.spec index 4720cb2..b46384a 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -6,7 +6,7 @@ Version: %{gs_ver} # Don't build on alpha for the moment. ExcludeArch: alpha -Release: 9.4 +Release: 9.5 %define gimp_ver 4.2.0 %define hpijs 1.0.2 Obsoletes: gimp-print-cups @@ -77,6 +77,7 @@ Patch22: ghostscript-6.51-Omni_path.patch Patch23: ghostscript-6.51-Omni_quiet.patch Patch24: ghostscript-6.53-scripts.patch Patch25: ghostscript-6.52-gsj-fixups.patch +Patch26: ghostscript-6.51-zfile.patch # Gimp-print patches Patch100: gimp-print-4.2.0-sysconf.patch @@ -480,6 +481,9 @@ $(DD)chp2200.dev : $(cdeskjet8_) $(DD)page.dev # Fix-up gdevdmpr.c %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 sed -e "s/_XXX_RPM_GS_DEVICES_XXX_/$GS_DEVS/;" src/unix-gcc.mak > Makefile @@ -588,6 +592,9 @@ fi %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/gimp-print.mo %changelog +* Tue May 20 2003 Tim Waugh 6.52-9.5 +- Added zfile.c security fix from 7.07. + * Wed May 29 2002 Tim Waugh 6.52-9.4 - Add missing security patch from 6.53. - Add pdf2dsc.ps patch from CVS.