Hello community,

here is the log from the commit of package fonts-config for openSUSE:13.1 
checked in at 2013-10-02 13:27:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/fonts-config (Old)
 and      /work/SRC/openSUSE:13.1/.fonts-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fonts-config"

Changes:
--------
--- /work/SRC/openSUSE:13.1/fonts-config/fonts-config.changes   2013-09-23 
10:51:08.000000000 +0200
+++ /work/SRC/openSUSE:13.1/.fonts-config.new/fonts-config.changes      
2013-10-02 13:27:15.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Oct  1 11:17:00 UTC 2013 - [email protected]
+
+- workaround to [bnc#840416] as described in comment 20
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fonts-config.spec ++++++
--- /var/tmp/diff_new_pack.ELVUb6/_old  2013-10-02 13:27:15.000000000 +0200
+++ /var/tmp/diff_new_pack.ELVUb6/_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.ELVUb6/_old  2013-10-02 13:27:15.000000000 +0200
+++ /var/tmp/diff_new_pack.ELVUb6/_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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to