Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wget for openSUSE:Factory checked in 
at 2023-06-14 16:29:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wget (Old)
 and      /work/SRC/openSUSE:Factory/.wget.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wget"

Wed Jun 14 16:29:13 2023 rev:68 rq:1092776 version:1.21.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/wget/wget.changes        2023-05-22 
13:14:03.494727336 +0200
+++ /work/SRC/openSUSE:Factory/.wget.new.15902/wget.changes     2023-06-14 
16:30:04.614740215 +0200
@@ -1,0 +2,6 @@
+Mon Jun 12 08:34:23 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update wget-libproxy.patch: ensure to properly use libproxy
+  cflags from pkg-config. Fixes build against libproxy 0.5.
+
+-------------------------------------------------------------------

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

Other differences:
------------------

++++++ wget-libproxy.patch ++++++
--- /var/tmp/diff_new_pack.YsVOnI/_old  2023-06-14 16:30:06.126749509 +0200
+++ /var/tmp/diff_new_pack.YsVOnI/_new  2023-06-14 16:30:06.130749535 +0200
@@ -1,8 +1,8 @@
-Index: wget-1.21.2/configure.ac
+Index: wget-1.21.4/configure.ac
 ===================================================================
---- wget-1.21.2.orig/configure.ac
-+++ wget-1.21.2/configure.ac
-@@ -654,6 +654,22 @@ else
+--- wget-1.21.4.orig/configure.ac
++++ wget-1.21.4/configure.ac
+@@ -655,6 +655,22 @@ then
    fi
  fi
  
@@ -25,11 +25,11 @@
  dnl **********************************************************************
  dnl Checks for IPv6
  dnl **********************************************************************
-Index: wget-1.21.2/src/Makefile.am
+Index: wget-1.21.4/src/Makefile.am
 ===================================================================
---- wget-1.21.2.orig/src/Makefile.am
-+++ wget-1.21.2/src/Makefile.am
-@@ -63,7 +63,7 @@ wget_SOURCES = connect.c convert.c cooki
+--- wget-1.21.4.orig/src/Makefile.am
++++ wget-1.21.4/src/Makefile.am
+@@ -85,11 +85,11 @@ endif
  nodist_wget_SOURCES = version.c
  EXTRA_wget_SOURCES = iri.c metalink.c xattr.c
  LDADD = $(CODE_COVERAGE_LIBS) $(LIBOBJS) ../lib/libgnu.a $(GETADDRINFO_LIB) 
$(HOSTENT_LIB)\
@@ -38,11 +38,16 @@
   $(LIB_NANOSLEEP) $(LIB_POSIX_SPAWN) $(LIB_SELECT) $(LIBICONV) $(LIBINTL)\
   $(LIBTHREAD) $(LIBUNISTRING) $(SERVENT_LIB)
  AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib 
$(CODE_COVERAGE_CPPFLAGS)
-Index: wget-1.21.2/src/retr.c
+-AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS) $(CODE_COVERAGE_CFLAGS)
++AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS) $(CODE_COVERAGE_CFLAGS) 
$(libproxy_CFLAGS)
+ 
+ ../lib/libgnu.a:
+       cd ../lib && $(MAKE) $(AM_MAKEFLAGS)
+Index: wget-1.21.4/src/retr.c
 ===================================================================
---- wget-1.21.2.orig/src/retr.c
-+++ wget-1.21.2/src/retr.c
-@@ -61,6 +61,10 @@ as that of the covered work.  */
+--- wget-1.21.4.orig/src/retr.c
++++ wget-1.21.4/src/retr.c
+@@ -60,6 +60,10 @@ as that of the covered work.  */
  #include "iri.h"
  #include "hsts.h"
  
@@ -53,7 +58,7 @@
  /* Total size of downloaded files.  Used to enforce quota.  */
  wgint total_downloaded_bytes;
  
-@@ -1498,7 +1502,40 @@ getproxy (struct url *u)
+@@ -1489,7 +1493,40 @@ getproxy (struct url *u)
        break;
      }
    if (!proxy || !*proxy)
@@ -94,10 +99,10 @@
  
    /* Handle shorthands.  `rewritten_storage' is a kludge to allow
       getproxy() to return static storage. */
-Index: wget-1.21.2/tests/Makefile.am
+Index: wget-1.21.4/tests/Makefile.am
 ===================================================================
---- wget-1.21.2.orig/tests/Makefile.am
-+++ wget-1.21.2/tests/Makefile.am
+--- wget-1.21.4.orig/tests/Makefile.am
++++ wget-1.21.4/tests/Makefile.am
 @@ -31,6 +31,7 @@
  #
  # Version: @VERSION@

Reply via email to