Hello community,

here is the log from the commit of package lynx for openSUSE:Factory checked in 
at 2018-10-11 11:54:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lynx (Old)
 and      /work/SRC/openSUSE:Factory/.lynx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lynx"

Thu Oct 11 11:54:22 2018 rev:36 rq:640781 version:2.8.9rel.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/lynx/lynx.changes        2017-11-23 
09:38:31.341412791 +0100
+++ /work/SRC/openSUSE:Factory/.lynx.new/lynx.changes   2018-10-11 
11:55:17.410035881 +0200
@@ -1,0 +2,17 @@
+Sat Oct 06 05:19:31 UTC 2018 - s...@suspend.net
+
+- update to 2.8.9rel1.1:
+
+* documentation/metrics updates
+* fix an inconsistency in message for -listonly option
+* update test-packages to use current ncurses test-packages
+* improve portability for sockaddr structures used in HTTP and FTP, for IPv6 
and SOCKS configurations
+* fix several minor warnings reported by Coverity
+* build-fix overlooked in 2.8.9dev.3 when INACTIVE_INPUT_STYLE_VH is defined, 
for problem introduced by 2.8.8dev.17 code-cleanup
+* trim unnecessary intllib symbols from src/chrtrans/makefile.in
+* when cross-compiling, trim LDFLAGS from makefile rule linking makeuctb
+
+- dropped patches:
+  lynx-helpfile.patch: latest documentation available online
+
+-------------------------------------------------------------------

Old:
----
  lynx-helpfile.patch
  lynx2.8.9dev.16.tar.bz2

New:
----
  lynx2.8.9rel.1.tar.bz2

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

Other differences:
------------------
++++++ lynx.spec ++++++
--- /var/tmp/diff_new_pack.e8vE3P/_old  2018-10-11 11:55:18.030035092 +0200
+++ /var/tmp/diff_new_pack.e8vE3P/_new  2018-10-11 11:55:18.030035092 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lynx
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX 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,19 +16,18 @@
 #
 
 
-%define tarbase 2.8.9dev.16
+%define tarbase 2.8.9rel.1
 Name:           lynx
-Version:        2.8.9~dev.16
+Version:        2.8.9rel.1
 Release:        0
 Summary:        A Text-Based WWW Browser
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Productivity/Networking/Web/Browsers
 Url:            http://lynx.invisible-island.net/
 Source:         
http://invisible-mirror.net/archives/%{name}/tarballs/%{name}%{tarbase}.tar.bz2
 # changing default configuration
 Patch0:         lynx-charset.patch
 Patch1:         lynx-enable_xli.patch
-Patch2:         lynx-helpfile.patch
 # bugs
 Patch3:         lynx-proxy-empty-string.patch
 BuildRequires:  libbz2-devel
@@ -52,7 +51,6 @@
 %setup -q -n %{name}%{tarbase}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 %patch3 -p1
 
 %build

++++++ lynx-charset.patch ++++++
--- /var/tmp/diff_new_pack.e8vE3P/_old  2018-10-11 11:55:18.046035072 +0200
+++ /var/tmp/diff_new_pack.e8vE3P/_new  2018-10-11 11:55:18.046035072 +0200
@@ -2,10 +2,10 @@
  lynx.cfg |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: lynx2-8-8/lynx.cfg
+Index: lynx2.8.9rel.1/lynx.cfg
 ===================================================================
---- lynx2-8-8.orig/lynx.cfg    2014-02-22 20:30:46.000000000 +0000
-+++ lynx2-8-8/lynx.cfg 2014-02-22 20:30:48.000000000 +0000
+--- lynx2.8.9rel.1/lynx.cfg    2014-02-22 20:30:46.000000000 +0000
++++ lynx2.8.9rel.1/lynx.cfg    2014-02-22 20:30:48.000000000 +0000
 @@ -449,7 +449,7 @@ DEFAULT_INDEX_FILE:http://scout.wisc.edu
  # values and their relationship to the locale value is not.  GNU libiconv
  # happens to give useful values, but other implementations are not guaranteed

++++++ lynx-enable_xli.patch ++++++
--- /var/tmp/diff_new_pack.e8vE3P/_old  2018-10-11 11:55:18.054035061 +0200
+++ /var/tmp/diff_new_pack.e8vE3P/_new  2018-10-11 11:55:18.054035061 +0200
@@ -1,7 +1,7 @@
-Index: lynx2-8-7/lynx.cfg
+Index: lynx2.8.9rel.1/lynx.cfg
 ===================================================================
---- lynx2-8-7.orig/lynx.cfg
-+++ lynx2-8-7/lynx.cfg
+--- lynx2.8.9rel.1/lynx.cfg
++++ lynx2.8.9rel.1/lynx.cfg
 @@ -2335,7 +2335,7 @@ MINIMAL_COMMENTS:TRUE
  # XLOADIMAGE_COMMAND definition.
  # If you use xli, you may want to add the -quiet flag.

++++++ lynx-proxy-empty-string.patch ++++++
--- /var/tmp/diff_new_pack.e8vE3P/_old  2018-10-11 11:55:18.062035051 +0200
+++ /var/tmp/diff_new_pack.e8vE3P/_new  2018-10-11 11:55:18.062035051 +0200
@@ -1,7 +1,7 @@
-Index: lynx2-8-8/WWW/Library/Implementation/HTAccess.c
+Index: lynx2.8.9rel.1/WWW/Library/Implementation/HTAccess.c
 ===================================================================
---- lynx2-8-8.orig/WWW/Library/Implementation/HTAccess.c       2014-02-22 
20:28:32.000000000 +0000
-+++ lynx2-8-8/WWW/Library/Implementation/HTAccess.c    2014-02-22 
20:28:45.000000000 +0000
+--- lynx2.8.9rel.1/WWW/Library/Implementation/HTAccess.c       2014-02-22 
20:28:32.000000000 +0000
++++ lynx2.8.9rel.1/WWW/Library/Implementation/HTAccess.c       2014-02-22 
20:28:45.000000000 +0000
 @@ -513,6 +513,9 @@ static int get_physical(const char *addr
        else
            sprintf(gateway_parameter, "%s_proxy", acc_method);


Reply via email to