Hello community,

here is the log from the commit of package wget for openSUSE:Factory checked in 
at 2012-03-22 13:45:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wget (Old)
 and      /work/SRC/openSUSE:Factory/.wget.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/wget/wget.changes        2011-12-08 
12:27:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wget.new/wget.changes   2012-03-22 
13:47:15.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Mar 21 19:44:53 UTC 2012 - [email protected]
+
+- Adjust wget-libproxy.patch: give debug output only when
+  opt.debug is set to non-zero values, so when -d is specified.
+  Fix bnc#753242.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wget.spec ++++++
--- /var/tmp/diff_new_pack.7G2fGd/_old  2012-03-22 13:47:17.000000000 +0100
+++ /var/tmp/diff_new_pack.7G2fGd/_new  2012-03-22 13:47:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wget
 #
-# 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           wget
 Version:        1.13.4
 Release:        0
-License:        GPL-3.0+
 Summary:        A Tool for Mirroring FTP and HTTP Servers
-Url:            http://www.gnu.org/software/wget/
+License:        GPL-3.0+
 Group:          Productivity/Networking/Web/Utilities
+Url:            http://www.gnu.org/software/wget/
 Source:         %name-%version.tar.bz2
 # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
 Patch0:         wgetrc.patch
@@ -32,10 +33,10 @@
 %if 0%{suse_version} > 1110
 BuildRequires:  libproxy-devel
 %endif
-BuildRequires:  openssl-devel
 BuildRequires:  automake
-BuildRequires:  pkg-config
 BuildRequires:  libidn-devel
+BuildRequires:  openssl-devel
+BuildRequires:  pkg-config
 PreReq:         %install_info_prereq
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 

++++++ wget-libproxy.patch ++++++
--- /var/tmp/diff_new_pack.7G2fGd/_old  2012-03-22 13:47:17.000000000 +0100
+++ /var/tmp/diff_new_pack.7G2fGd/_new  2012-03-22 13:47:17.000000000 +0100
@@ -62,23 +62,23 @@
 +      pxProxyFactory *pf = px_proxy_factory_new();
 +        if (!pf)
 +        {
-+              logprintf (LOG_VERBOSE, _("Allocating memory for libproxy 
failed"));
++              debug_logprintf (_("Allocating memory for libproxy failed"));
 +               return NULL;
 +        }
 +      int i; 
 +      char direct[] = "direct://";
 +
-+      logprintf (LOG_VERBOSE, _("asking libproxy about url '%s'\n"), u->url);
++      debug_logprintf (_("asking libproxy about url '%s'\n"), u->url);
 +      char **proxies = px_proxy_factory_get_proxies(pf, u->url);
 +      if (proxies[0])
 +      {
 +          char *check = NULL;
 +          asprintf(&check , "%s", proxies[0]);
-+          logprintf (LOG_VERBOSE, _("libproxy suggest to use '%s'\n"), check);
++          debug_logprintf (_("libproxy suggest to use '%s'\n"), check);
 +          if(strcmp(check ,direct) != 0)
 +          {
 +              asprintf(&proxy , "%s", proxies[0]);
-+              logprintf (LOG_VERBOSE, _("case 2: libproxy setting to use 
'%s'\n"), proxy);
++              debug_logprintf (_("case 2: libproxy setting to use '%s'\n"), 
proxy);
 +          }
 +      }
 +      for(i=0;proxies[i];i++) free(proxies[i]);

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

Reply via email to