- workaround to [bnc#840416] as described in comment 20

OBS-URL: https://build.opensuse.org/package/show/M17N/fonts-config?expand=0&rev=34
This commit is contained in:
Petr Gajdos 2013-10-01 11:21:15 +00:00 committed by Git OBS Bridge
parent b1c0fa383d
commit 940a385af7
3 changed files with 9 additions and 2 deletions

View File

@ -1321,7 +1321,9 @@ sub fix_fonts_scale {
# 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";
}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 1 11:17:00 UTC 2013 - pgajdos@suse.com
- workaround to [bnc#840416] as described in comment 20
-------------------------------------------------------------------
Mon Sep 17 08:44:38 UTC 2012 - coolo@suse.com

View File

@ -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