Hello community,

here is the log from the commit of package fonts-config for openSUSE:Factory 
checked in at 2012-04-17 21:58:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fonts-config (Old)
 and      /work/SRC/openSUSE:Factory/.fonts-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fonts-config", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fonts-config/fonts-config.changes        
2012-02-15 16:15:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fonts-config.new/fonts-config.changes   
2012-04-17 21:58:29.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Mar 26 12:36:46 UTC 2012 - [email protected]
+
+- in generate_java_font_setup() was wrongly picked last installed 
+  font from @sans_latin1_priority, instead of first
+
+-------------------------------------------------------------------
+Fri Mar 23 08:29:38 UTC 2012 - [email protected]
+
+- turn off hinting_setup() and font_dirs_setup()
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fonts-config.spec ++++++
--- /var/tmp/diff_new_pack.L69bXq/_old  2012-04-17 21:58:30.000000000 +0200
+++ /var/tmp/diff_new_pack.L69bXq/_new  2012-04-17 21:58:30.000000000 +0200
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:           fonts-config
 Provides:       xf86tools:/usr/sbin/fonts-config
 Requires:       fontconfig >= 2.3.93.20060103

++++++ fonts-config ++++++
--- /var/tmp/diff_new_pack.L69bXq/_old  2012-04-17 21:58:30.000000000 +0200
+++ /var/tmp/diff_new_pack.L69bXq/_new  2012-04-17 21:58:30.000000000 +0200
@@ -432,8 +432,8 @@
 # they have to be called *before* fc-cache. If anything is
 # changed in /etc/fonts after calling fc-cache, fontconfig
 # will think that the cache files are out of date again.
-font_dirs_setup ();
-hinting_setup ();
+#font_dirs_setup ();
+#hinting_setup ();
 embedded_bitmap_setup ();
 
 my $fc_cache_exit_status = 256;
@@ -2019,10 +2019,10 @@
          $sans_latin1_file = $ARG;
           $font =~ s/:.*$//;
          ($sans_latin1_xlfd = "-misc-$font-") =~ tr/[A-Z]/[a-z]/;
-          last;
        }
       }
       close (NAMES);
+      last;
     }
   }
   




-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to