diff options
-rw-r--r-- | CHANGES | 5 | ||||
-rw-r--r-- | PACKAGE/debian/lynx-dev.lintian-overrides | 9 | ||||
-rwxr-xr-x | PACKAGE/debian/rules | 2 | ||||
-rw-r--r-- | PACKAGE/lynx.spec | 16 |
4 files changed, 23 insertions, 9 deletions
diff --git a/CHANGES b/CHANGES index 901471eb..92630947 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,10 @@ --- $LynxId: CHANGES,v 1.981 2018/05/16 23:26:54 tom Exp $ +-- $LynxId: CHANGES,v 1.983 2018/05/17 23:29:45 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== -2018-05-16 (2.8.9dev.19) +2018-05-17 (2.8.9dev.19) +* update test-packages to use current ncurses test-packages -TD * improve portability for sockaddr structures used in HTTP and FTP, for IPv6 and SOCKS configurations -TD * fix several minor warnings reported by Coverity -TD diff --git a/PACKAGE/debian/lynx-dev.lintian-overrides b/PACKAGE/debian/lynx-dev.lintian-overrides index a2345b7e..62b4f3dd 100644 --- a/PACKAGE/debian/lynx-dev.lintian-overrides +++ b/PACKAGE/debian/lynx-dev.lintian-overrides @@ -7,3 +7,12 @@ lynx-dev: extra-license-file usr/share/doc/lynx-dev/COPYING # These are intentional, part of the sample files: lynx-dev: zero-byte-file-in-doc-directory usr/share/doc/lynx-dev/test/X lynx-dev: zero-byte-file-in-doc-directory usr/share/doc/lynx-dev/test/nobody + +# These are a known problem with lintian: +# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891301 +lynx-dev: privacy-breach-generic usr/share/doc/lynx-dev/test/ALT88592.html [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/) +lynx-dev: privacy-breach-generic usr/share/doc/lynx-dev/test/bad-html.html [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/) +lynx-dev: privacy-breach-generic usr/share/doc/lynx-dev/test/cp-1252.html [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/) +lynx-dev: privacy-breach-generic usr/share/doc/lynx-dev/test/cp-1252a.html [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/) +lynx-dev: privacy-breach-generic usr/share/doc/lynx-dev/test/iso-8859-2.html [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/) +lynx-dev: privacy-breach-generic usr/share/doc/lynx-dev/test/iso-8859-2a.html [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/) diff --git a/PACKAGE/debian/rules b/PACKAGE/debian/rules index 99695b19..03f5750d 100755 --- a/PACKAGE/debian/rules +++ b/PACKAGE/debian/rules @@ -95,7 +95,7 @@ configure-stamp: --enable-source-cache \ --enable-syslog \ --with-gnutls=/usr \ - --with-screen=ncursesw6 \ + --with-screen=ncursesw6dev \ --with-textdomain=$(PACKAGE) \ --with-zlib \ --without-included-gettext \ diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec index 0992fd78..27639c93 100644 --- a/PACKAGE/lynx.spec +++ b/PACKAGE/lynx.spec @@ -1,4 +1,4 @@ -# $LynxId: lynx.spec,v 1.49 2018/05/07 23:37:31 tom Exp $ +# $LynxId: lynx.spec,v 1.50 2018/05/17 22:00:16 tom Exp $ Summary: A text-based Web browser Name: lynx-dev Version: 2.8.9 @@ -6,9 +6,9 @@ Release: dev.19 License: GPLv2 Group: Applications/Internet Source: lynx%{version}%{release}.tgz -URL: http://lynx.invisible-island.net -Provides: webclient -Provides: text-www-browser +URL: https://lynx.invisible-island.net +Provides: webclient >= 0.0 +Provides: text-www-browser >= 0.0 # Fedora: BuildRequires: openssl-devel, pkgconfig, ncurses-devel >= 5.3-5, @@ -17,7 +17,7 @@ BuildRequires: libidn-devel # BuildRequires: bzip2-devel # SuSE: -# BuildRequires: libbz2-devel +# BuildRequires: libbz2-devel Requires: gzip, bzip2, tar, zip, unzip @@ -89,7 +89,7 @@ HTTP, FTP, WAIS, and NNTP servers. --enable-syslog \ --enable-warnings \ --with-bzlib \ - --with-screen=ncursesw6 \ + --with-screen=ncursesw6dev \ --with-ssl \ --with-zlib make \ @@ -122,6 +122,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu May 17 2018 Thomas E. Dickey +- use "ncursesw6dev", reflecting renaming of ncurses test-packages to avoid + conflict with new packages in Fedora. + * Mon Mar 12 2018 Thomas E. Dickey - rename to "lynx-dev", add a few dependencies where package names are same. |