From 495e977fddabd8378bf3d96de779ab66410990c1 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 28 Sep 2004 15:51:33 +0000 Subject: [PATCH] - Turn off fontconfig until it's fixed (bug #133353). --- ghostscript.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ghostscript.spec b/ghostscript.spec index d7321c7..e22b01a 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -6,9 +6,9 @@ BuildRequires: libjpeg-devel BuildRequires: patchutils >= 0.2.13 # Set this to '1' for fontconfig support. -%define use_fontconfig 1 +%define use_fontconfig 0 -Release: 31 +Release: 32 License: GPL URL: http://www.ghostscript.com/doc/gnu/ @@ -600,6 +600,9 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Tue Sep 28 2004 Tim Waugh 7.07-32 +- Turn off fontconfig until it's fixed (bug #133353). + * Wed Aug 18 2004 Tim Waugh 7.07-31 - Only ship gsx in the gtk subpackage.