Hello community, here is the log from the commit of package fonts-config checked in at Fri Apr 28 21:52:23 CEST 2006. -------- --- fonts-config/fonts-config.changes 2006-04-19 11:44:45.000000000 +0200 +++ NOARCH/fonts-config/fonts-config.changes 2006-04-28 19:18:17.000000000 +0200 @@ -1,0 +2,8 @@ +Fri Apr 28 19:17:21 CEST 2006 - mfabian@suse.de + +- Bugzilla #104365: match on "pattern" instead on "font" to edit + the default hinting settings to make it easier to override + the defaults with applications using FcPatternDel() and + FcPatternAdd...(). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fonts-config.spec ++++++ --- /var/tmp/diff_new_pack.kn2tRJ/_old 2006-04-28 21:52:15.000000000 +0200 +++ /var/tmp/diff_new_pack.kn2tRJ/_new 2006-04-28 21:52:15.000000000 +0200 @@ -17,7 +17,7 @@ Autoreqprov: on Requires: fontconfig >= 2.3.93.20060103 Version: 20060210 -Release: 12 +Release: 15 Summary: Configures Installed X Window System Fonts Source: fonts-config Source1: SuSEconfig.fonts @@ -75,6 +75,11 @@ /var/adm/fillup-templates/sysconfig.fonts-config %changelog -n fonts-config +* Fri Apr 28 2006 - mfabian@suse.de +- Bugzilla #104365: match on "pattern" instead on "font" to edit + the default hinting settings to make it easier to override + the defaults with applications using FcPatternDel() and + FcPatternAdd...(). * Wed Apr 19 2006 - schwab@suse.de - Use /usr/bin/fc-cache-x86 when it exists. * Tue Apr 11 2006 - mfabian@suse.de ++++++ suse-hinting.conf.template ++++++ --- fonts-config/suse-hinting.conf.template 2006-04-03 18:10:05.000000000 +0200 +++ NOARCH/fonts-config/suse-hinting.conf.template 2006-04-28 19:16:51.000000000 +0200 @@ -37,8 +37,12 @@ <!-- Using the autohinter, hintstyle=hintfull and anti-aliasing. This is a good default for most fonts. + + Match on "pattern" for the default, not on "font" to make + it easier to override the default using FcPatternDel() + and FcPatternAdd...() (see bugzilla #104365). --> - <match target="font"> + <match target="pattern"> <edit name="autohint"> <bool>true</bool> </edit> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de