Hello community,

here is the log from the commit of package fonts-config for openSUSE:Factory 
checked in at 2015-08-19 13:41:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2015-05-02 21:25:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fonts-config.new/fonts-config.changes   
2015-08-19 13:41:06.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Aug 14 21:40:04 UTC 2015 - [email protected]
+
+- fonts-config: fix use of $ENV vars
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fonts-config.spec ++++++
--- /var/tmp/diff_new_pack.QRerPq/_old  2015-08-19 13:41:07.000000000 +0200
+++ /var/tmp/diff_new_pack.QRerPq/_new  2015-08-19 13:41:07.000000000 +0200
@@ -22,9 +22,9 @@
 Version:        20150424
 Release:        0
 Summary:        Configures Fonts for X Windows and other applications
+# MIT for infinality
 License:        GPL-2.0+ and MIT
 Group:          System/X11/Fonts
-# MIT for infinality
 Source0:        fonts-config
 Source1:        sysconfig.fonts-config
 Source2:        fontconfig.SuSE.properties.template







++++++ fonts-config ++++++
--- /var/tmp/diff_new_pack.QRerPq/_old  2015-08-19 13:41:07.000000000 +0200
+++ /var/tmp/diff_new_pack.QRerPq/_new  2015-08-19 13:41:07.000000000 +0200
@@ -388,7 +388,7 @@
                          "GENERATE_JAVA_FONT_SETUP"       , "OPT_JAVA",
                         );
 
-my $xdg_prefix = "$HOME/.config/";
+my $xdg_prefix = "$ENV{HOME}/.config/";
 my %files = (
                  "sysconfig file",                      
"/etc/sysconfig/fonts-config",
                  "user sysconfig file",                 
"fontconfig/fonts-config",
@@ -503,7 +503,7 @@
 }
 
 if ($VERBOSITY >= $VERBOSITY_DEBUG) {
-    print $OPT_USER ? "USER mode ($USER)\n" : "SYSTEM mode\n";
+    print $OPT_USER ? "USER mode ($ENV{USER})\n" : "SYSTEM mode\n";
 }
 
 #


Reply via email to