Hello community, here is the log from the commit of package fonts-config for openSUSE:Factory checked in at 2013-10-02 13:27:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fonts-config (Old) and /work/SRC/openSUSE:Factory/.fonts-config.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fonts-config" Changes: -------- --- /work/SRC/openSUSE:Factory/fonts-config/fonts-config.changes 2012-10-03 07:13:38.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.fonts-config.new/fonts-config.changes 2013-10-02 13:27:13.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Oct 1 11:17:00 UTC 2013 - pgaj...@suse.com + +- workaround to [bnc#840416] as described in comment 20 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fonts-config.spec ++++++ --- /var/tmp/diff_new_pack.J49M63/_old 2013-10-02 13:27:15.000000000 +0200 +++ /var/tmp/diff_new_pack.J49M63/_new 2013-10-02 13:27:15.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package fonts-config # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ fonts-config ++++++ --- /var/tmp/diff_new_pack.J49M63/_old 2013-10-02 13:27:15.000000000 +0200 +++ /var/tmp/diff_new_pack.J49M63/_new 2013-10-02 13:27:15.000000000 +0200 @@ -1321,7 +1321,9 @@ # could be used, for example .ttf or .ttc. # Therefore it is better to throw away all entries for .otf fonts if # the freetype module is not used: - if ($extension =~ /otf/i && ! $freetype_module_used) { + # + # UPDATE: freetype_module_used is wrongly detected, freetype is used always + if (0 && $extension =~ /otf/i && ! $freetype_module_used) { if ($VERBOSITY >= $VERBOSITY_DEBUG) { print ".otf won't work without freetype module, discarding $fonts_scale_entries{$xlfd} $xlfd\n"; } -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org