Hello community, here is the log from the commit of package fonts-config checked in at Fri Mar 23 21:20:03 CET 2007. -------- --- fonts-config/fonts-config.changes 2007-01-30 12:48:13.000000000 +0100 +++ /mounts/work_src_done/NOARCH/fonts-config/fonts-config.changes 2007-03-23 19:07:26.000000000 +0100 @@ -1,0 +2,11 @@ +Fri Mar 23 18:46:17 CET 2007 - mfabian@suse.de + +- Bugzilla #118131 comment #93: set the autohinter default + matching on "font" instead of on "pattern". + If an autohint value is set in pattern, OpenOffice 2.1 will use + that even if there are fontconfig rules matching on "font" which + should override it again). This doesn't cause any problems for + Cairo/Gnome (see bug #104365) because Cairo/Gnome don't try to + change the autohint value anyway. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fonts-config.spec ++++++ --- /var/tmp/diff_new_pack.J24497/_old 2007-03-23 21:07:22.000000000 +0100 +++ /var/tmp/diff_new_pack.J24497/_new 2007-03-23 21:07:22.000000000 +0100 @@ -20,7 +20,7 @@ Recommends: ft2demos %endif Version: 20061025 -Release: 15 +Release: 20 Summary: Configures Fonts for X Windows and other applications Source: fonts-config Source1: SuSEconfig.fonts @@ -79,7 +79,15 @@ %{_mandir}/man1/fonts-config.1.gz /var/adm/fillup-templates/sysconfig.fonts-config -%changelog -n fonts-config +%changelog +* Fri Mar 23 2007 - mfabian@suse.de +- Bugzilla #118131 comment #93: set the autohinter default + matching on "font" instead of on "pattern". + If an autohint value is set in pattern, OpenOffice 2.1 will use + that even if there are fontconfig rules matching on "font" which + should override it again). This doesn't cause any problems for + Cairo/Gnome (see bug #104365) because Cairo/Gnome don't try to + change the autohint value anyway. * Tue Jan 30 2007 - mfabian@suse.de - Bugzilla #239692: acroread moved to /usr/lib, add a new glob pattern to the font directory list. ++++++ suse-hinting.conf.template ++++++ --- fonts-config/suse-hinting.conf.template 2006-11-22 13:19:34.000000000 +0100 +++ /mounts/work_src_done/NOARCH/fonts-config/suse-hinting.conf.template 2007-03-23 19:06:58.000000000 +0100 @@ -33,16 +33,21 @@ </match> <!-- - Set autohinter=true as the default, then add exceptions for certain fonts: + Set autohinter=true as the default, then add exceptions for certain fonts. + + Match on "font" here, not on "pattern" because of bug #118131 comment #93. + (If an autohint value is set in pattern, OpenOffice 2.1 will use that even + if there are fontconfig rules matching on "font" which should override it + again). This doesn't cause any problems for Cairo/Gnome (see bug #104365) + because Cairo/Gnome don't try to change the autohint value anyway. --> - <match target="pattern"> + <match target="font"> <edit name="autohint"> <bool>true</bool> </edit> </match> - <!-- Switch off the autohinter for PostScript fonts (Type 1 and OpenType CFF) because using the PostScript hinting usually looks better than using ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de