From 1d7ef064ec4f5920b0862d49e63b65877600458c Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Fri, 11 Aug 2006 16:38:58 +0000 Subject: [PATCH] - tweak last patch to give a more reasonable page size value if 64k page size is in effect. --- fontconfig.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fontconfig.spec b/fontconfig.spec index 763fff6..9d90dea 100644 --- a/fontconfig.spec +++ b/fontconfig.spec @@ -3,7 +3,7 @@ Summary: Font configuration and customization library Name: fontconfig Version: 2.3.95 -Release: 8%{?dist} +Release: 9%{?dist} License: MIT Group: System Environment/Libraries Source: http://fontconfig.org/release/fontconfig-%{version}.tar.gz @@ -145,6 +145,10 @@ fi %{_mandir}/man3/* %changelog +* Fri Aug 11 2006 Ray Strode - 2.3.95-9 +- tweak last patch to give a more reasonable page size + value if 64k page size is in effect. + * Fri Aug 11 2006 Ray Strode - 2.3.95-8 - maybe fix buffer overflow (bug 202152).