Hello community, here is the log from the commit of package fontconfig checked in at Fri Mar 23 21:21:18 CET 2007. -------- --- fontconfig/fontconfig.changes 2007-03-12 18:17:22.000000000 +0100 +++ /mounts/work_src_done/STABLE/fontconfig/fontconfig.changes 2007-03-23 18:48:36.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: ------------------ ++++++ fontconfig.spec ++++++ --- /var/tmp/diff_new_pack.h16977/_old 2007-03-23 21:21:06.000000000 +0100 +++ /var/tmp/diff_new_pack.h16977/_new 2007-03-23 21:21:06.000000000 +0100 @@ -23,7 +23,7 @@ Autoreqprov: on Requires: bash Version: 2.4.2 -Release: 4 +Release: 5 Summary: Library for Font Configuration # CVS can be found here: (CVS is gone, fontconfig uses git now). # $ cvs -d :pserver:anoncvs@pdx.freedesktop.org:/cvs/fontconfig login @@ -221,6 +221,14 @@ %{myprefix}/include/fontconfig/ %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. * Mon Mar 12 2007 - mfabian@suse.de - duplicate patterns correctly (fixes some parts of bug #244579 for Qt4). ++++++ suse-hinting.conf ++++++ --- fontconfig/suse-hinting.conf 2006-11-15 20:20:07.000000000 +0100 +++ /mounts/work_src_done/STABLE/fontconfig/suse-hinting.conf 2007-03-23 18:47:51.000000000 +0100 @@ -33,10 +33,16 @@ </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> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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