From 6e6fdb0b553f2b2f8f5646e625e7190a1aec02d3 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:48:50 +0000 Subject: [PATCH] auto-import fontconfig-0.0.1.020811.1151-9 from fontconfig-0.0.1.020811.1151-9.src.rpm --- fontconfig.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/fontconfig.spec b/fontconfig.spec index 3ab84ee..6f7c55f 100644 --- a/fontconfig.spec +++ b/fontconfig.spec @@ -6,7 +6,7 @@ Summary: Font configuration and customization library Name: fontconfig Version: 0.0.1.%{relno} -Release: 8 +Release: 9 License: MIT Group: System Environment/Libraries Source: http://keithp.com/fonts/pub/fcpackage.%{fcpackage_version}.tar.gz @@ -29,6 +29,8 @@ Patch9: fontconfig-0.0.1.020811.1151-manfix.patch BuildRequires: freetype-devel >= %{freetype_version} BuildRequires: expat-devel +PreReq: freetype >= %{freetype_version} + %description Fontconfig is designed to locate fonts within the system and select them according to requirements specified by @@ -105,6 +107,12 @@ HOME=/root fc-cache -f 2>/dev/null %changelog * Wed Aug 21 2002 Owen Taylor +- Add an explicit PreReq for freetype +- Move fonts we don't ship to the end of the fonts.conf aliases so + installing them doesn't change the look. + +* Wed Aug 21 2002 Owen Taylor +- Memory leak fix when parsing config files - Set rh_prefer_bitmaps for .ja fonts to key off of in Xft - Fix some groff warnings for fontconfig.man (#72138)