From d6620b3695ce7f4e2b50ffeceef521435c42e63f Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Wed, 20 Oct 2004 10:23:35 +0000 Subject: [PATCH] - Fix for bug #136322 (temporary files). --- ghostscript.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghostscript.spec b/ghostscript.spec index e22b01a..3f23603 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -8,7 +8,7 @@ BuildRequires: patchutils >= 0.2.13 # Set this to '1' for fontconfig support. %define use_fontconfig 0 -Release: 32 +Release: 33 License: GPL URL: http://www.ghostscript.com/doc/gnu/ @@ -600,6 +600,9 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Wed Oct 20 2004 Tim Waugh 7.07-33 +- Fix for bug #136322 (temporary files). + * Tue Sep 28 2004 Tim Waugh 7.07-32 - Turn off fontconfig until it's fixed (bug #133353).