Hello community,

here is the log from the commit of package lynx for openSUSE:Factory checked in 
at 2017-09-09 20:22:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lynx (Old)
 and      /work/SRC/openSUSE:Factory/.lynx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lynx"

Sat Sep  9 20:22:40 2017 rev:34 rq:521668 version:2.8.9~dev.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/lynx/lynx.changes        2017-06-17 
10:17:18.323858716 +0200
+++ /work/SRC/openSUSE:Factory/.lynx.new/lynx.changes   2017-09-09 
20:22:41.310618743 +0200
@@ -1,0 +2,7 @@
+Tue Sep  5 18:46:50 UTC 2017 - [email protected]
+
+- Add --with-zlib and --with-bzip2 to configure, to allow
+  decompressing directly via zlib and support bzip2.
+- Add libbz2-devel and zlib-devel to BuildRequires
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lynx.spec ++++++
--- /var/tmp/diff_new_pack.aiKzq2/_old  2017-09-09 20:22:41.898535873 +0200
+++ /var/tmp/diff_new_pack.aiKzq2/_new  2017-09-09 20:22:41.898535873 +0200
@@ -31,9 +31,11 @@
 Patch2:         lynx-helpfile.patch
 # bugs
 Patch3:         lynx-proxy-empty-string.patch
+BuildRequires:  libbz2-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
 BuildRequires:  postfix
+BuildRequires:  zlib-devel
 Requires:       xli
 # FIXME: use proper Requires(pre/post/preun/...)
 PreReq:         /bin/cp
@@ -56,6 +58,8 @@
 %build
 %configure --enable-debug --with-build-cflags="%{optflags} -DNO_BUILDSTAMP" \
        --with-ssl \
+       --with-zlib \
+       --with-bzlib \
        --enable-nls \
        --disable-default-colors \
        --disable-color-style \
@@ -66,6 +70,7 @@
 make %{?_smp_mflags} distclean
 %configure --enable-debug --with-build-cflags="%{optflags}" \
        --with-ssl \
+       --with-bzlib \
        --enable-nls \
        --enable-default-colors \
        --with-screen=ncursesw \


Reply via email to