Accepting request 201591 from M17N

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

OBS-URL: https://build.opensuse.org/request/show/201591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fonts-config?expand=0&rev=34
This commit is contained in:
Stephan Kulow
2013-10-02 11:27:13 +00:00
committed by Git OBS Bridge
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