Hello community,

here is the log from the commit of package fetchmsttfonts for openSUSE:Factory 
checked in at 2012-09-20 15:30:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fetchmsttfonts (Old)
 and      /work/SRC/openSUSE:Factory/.fetchmsttfonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fetchmsttfonts", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fetchmsttfonts/fetchmsttfonts.changes    
2011-12-09 15:24:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fetchmsttfonts.new/fetchmsttfonts.changes       
2012-09-20 15:30:49.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 19 13:18:51 UTC 2012 - [email protected]
+
+- /etc/sysconfig/proxy could be missing bnc#777151
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fetchmsttfonts.spec ++++++
--- /var/tmp/diff_new_pack.YUevN1/_old  2012-09-20 15:30:49.000000000 +0200
+++ /var/tmp/diff_new_pack.YUevN1/_new  2012-09-20 15:30:49.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fetchmsttfonts
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,21 +16,27 @@
 #
 
 
-
 Name:           fetchmsttfonts
+Summary:        Helper package to run the fetchmsttfonts script
 License:        GPL-2.0+
 Group:          System/X11/Fonts
-Summary:        Helper package to run the fetchmsttfonts script
 Version:        11.4
-Release:        4
+Release:        0
 Source0:        fetchmsttfonts.sh.in
 Source1:        COPYING
 #these stop the patch from pulling in the package
 #Provides:       pullin-msttf-fonts = 11.1
 #Obsoletes:      pullin-msttf-fonts <= 11.1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Requires:       cabextract curl fonts-config awk mktemp coreutils fonts-config 
w3m
-BuildRequires:  fonts-config freetype2
+Requires:       awk
+Requires:       cabextract
+Requires:       coreutils
+Requires:       curl
+Requires:       fonts-config
+Requires:       mktemp
+Requires:       w3m
+BuildRequires:  fonts-config
+BuildRequires:  freetype2
 BuildArch:      noarch
 
 %description

++++++ fetchmsttfonts.sh.in ++++++
--- /var/tmp/diff_new_pack.YUevN1/_old  2012-09-20 15:30:49.000000000 +0200
+++ /var/tmp/diff_new_pack.YUevN1/_new  2012-09-20 15:30:49.000000000 +0200
@@ -48,9 +48,11 @@
   exit 2
 fi
 
-. /etc/sysconfig/proxy
+if [ -f /etc/sysconfig/proxy ] ; then
+   . /etc/sysconfig/proxy
+fi
 
-if test "$PROXY_ENABLED" != "no"; then
+if test "x$PROXY_ENABLED" != "xno"; then
   if test -n "$HTTP_PROXY" ; then
     export http_proxy="$HTTP_PROXY"
   fi

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

Reply via email to