Hello community,

here is the log from the commit of package wget for openSUSE:Factory checked in 
at 2014-01-24 21:42:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wget (Old)
 and      /work/SRC/openSUSE:Factory/.wget.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wget"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wget/wget.changes        2014-01-23 
15:58:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wget.new/wget.changes   2014-01-24 
21:42:41.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 15:32:00 UTC 2014 - [email protected]
+
+- Enabled the testsuite
+- Modified libproxy.patch to include Makefile in tests/
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wget.spec ++++++
--- /var/tmp/diff_new_pack.OgHPU7/_old  2014-01-24 21:42:42.000000000 +0100
+++ /var/tmp/diff_new_pack.OgHPU7/_new  2014-01-24 21:42:42.000000000 +0100
@@ -27,7 +27,6 @@
 Source1:        https://ftp.gnu.org/gnu/wget/%name-%version.tar.xz.sig
 Source2:        
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=wget&download=1#/wget.keyring
 Patch0:         wgetrc.patch
-# PATCH-FEATURE-UPSTREAM wget-libproxy.patch [email protected] -- Add 
libproxy support to wget
 Patch1:         wget-libproxy.patch
 Patch5:         wget-1.14-openssl-no-intern.patch
 Patch6:         wget-1.14-no-ssl-comp.patch
@@ -41,6 +40,10 @@
 BuildRequires:  libidn-devel
 BuildRequires:  makeinfo
 BuildRequires:  openssl-devel
+# For the Testsuite
+BuildRequires:  perl-HTTP-Daemon
+BuildRequires:  perl-IO-Socket-SSL
+
 BuildRequires:  pkg-config
 BuildRequires:  xz
 PreReq:         %install_info_prereq
@@ -68,6 +71,9 @@
 %configure --with-ssl=openssl
 make %{?_smp_mflags}
 
+%check
+make -C tests/ check
+
 %install
 %makeinstall
 %find_lang %{name}


++++++ wget-libproxy.patch ++++++
--- /var/tmp/diff_new_pack.OgHPU7/_old  2014-01-24 21:42:42.000000000 +0100
+++ /var/tmp/diff_new_pack.OgHPU7/_new  2014-01-24 21:42:42.000000000 +0100
@@ -38,6 +38,13 @@
  
  EXTRA_DIST = css.l css.c css_.c build_info.c.in
  
+Index: tests/Makefile.am
+===================================================================
+--- tests/Makefile.am.orig
++++ tests/Makefile.am
+@@ -37,1 +37,1 @@
+-LIBS     = @LIBICONV@ @LIBINTL@ @LIBS@ $(LIB_CLOCK_GETTIME)
++LIBS     = @LIBICONV@ @LIBINTL@ @libproxy_LIBS@ @LIBS@ $(LIB_CLOCK_GETTIME)
 Index: src/retr.c
 ===================================================================
 --- src/retr.c.orig
@@ -94,3 +101,5 @@
  
    /* Handle shorthands.  `rewritten_storage' is a kludge to allow
       getproxy() to return static storage. */
+
+


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

Reply via email to