diff --git a/fontconfig.spec b/fontconfig.spec index d6ab710..8c04943 100644 --- a/fontconfig.spec +++ b/fontconfig.spec @@ -3,7 +3,7 @@ Summary: Font configuration and customization library Name: fontconfig Version: 2.3.92 -Release: 2 +Release: 3 License: MIT Group: System Environment/Libraries Source: http://fontconfig.org/release/fontconfig-%{version}.tar.gz @@ -51,7 +51,7 @@ will use fontconfig. %build -%configure --with-add-fonts=/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/OTF +%configure --with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/OTF # Work around weird elinks bug where elinks refuses to open the # temporary html file generated by jade because it thinks it's a @@ -128,6 +128,10 @@ fi %{_mandir}/man3/* %changelog +* Wed Nov 16 2005 Bill Nottingham - 2.3.93-3 +- modular X moved fonts from /usr/X11R6/lib/X11/fonts to + /usr/share/X11/fonts, adjust %%configure accordingly + * Wed Nov 9 2005 Carl Worth - 2.3.92-2 - Remove inadvertent rejection of Luxi Mono from 40-blacklist-fonts.conf. Fixes #172437