update to the latest upstream pre-release: lynx2.8.9dev.16
This commit is contained in:
parent
8555ca964e
commit
3d4f00de19
@ -13,7 +13,7 @@ index f01782f..ccc0846 100644
|
||||
--- a/lynx.cfg
|
||||
+++ b/lynx.cfg
|
||||
@@ -1,7 +1,9 @@
|
||||
# $LynxId: lynx.cfg,v 1.281 2017/04/30 16:02:52 tom Exp $
|
||||
# $LynxId: lynx.cfg,v 1.288 2017/07/11 08:45:14 tom Exp $
|
||||
# lynx.cfg file.
|
||||
-# The default placement for this file is /usr/local/lib/lynx.cfg (Unix)
|
||||
-# or Lynx_Dir:lynx.cfg (VMS)
|
||||
@ -23,8 +23,8 @@ index f01782f..ccc0846 100644
|
||||
+# Linux update, overwriting your changes). Instead, edit /etc/lynx-site.cfg.
|
||||
#
|
||||
# $Format: "#PRCS LYNX_VERSION \"$ProjectVersion$\""$
|
||||
#PRCS LYNX_VERSION "2.8.9dev.14"
|
||||
@@ -90,7 +92,7 @@
|
||||
#PRCS LYNX_VERSION "2.8.9dev.16"
|
||||
@@ -108,7 +110,7 @@
|
||||
#
|
||||
# Normally we expect you will connect to a remote site, e.g., the Lynx starting
|
||||
# site:
|
||||
@ -33,7 +33,7 @@ index f01782f..ccc0846 100644
|
||||
#
|
||||
# As an alternative, you may want to use a local URL. A good choice for this is
|
||||
# the user's home directory:
|
||||
@@ -436,7 +438,7 @@ DEFAULT_INDEX_FILE:http://scout.wisc.edu/
|
||||
@@ -454,7 +456,7 @@ DEFAULT_INDEX_FILE:http://scout.wisc.edu/
|
||||
# Find RFC 1345 at
|
||||
.url http://tools.ietf.org/html/rfc1345
|
||||
#
|
||||
@ -42,7 +42,7 @@ index f01782f..ccc0846 100644
|
||||
|
||||
.h2 LOCALE_CHARSET
|
||||
# LOCALE_CHARSET overrides CHARACTER_SET if true, using the current locale to
|
||||
@@ -1823,6 +1825,10 @@ DEFAULT_INDEX_FILE:http://scout.wisc.edu/
|
||||
@@ -1847,6 +1849,10 @@ DEFAULT_INDEX_FILE:http://scout.wisc.edu/
|
||||
.ex
|
||||
#DOWNLOADER:Save OS/390 binary file: iconv -f IBM-1047 -t ISO8859-1 %s >%s:FALSE
|
||||
|
||||
@ -53,7 +53,7 @@ index f01782f..ccc0846 100644
|
||||
.h1 Interaction
|
||||
|
||||
.h2 NO_DOT_FILES
|
||||
@@ -3422,6 +3428,7 @@ COLOR:6:brightred:black
|
||||
@@ -3447,6 +3453,7 @@ COLOR:6:brightred:black
|
||||
#ENABLE_LYNXRC:VI_KEYS:ON
|
||||
#ENABLE_LYNXRC:VISITED_LINKS:ON
|
||||
.fi
|
||||
@ -123,7 +123,7 @@ index 40a954b..4afe835 100644
|
||||
|
||||
/********************************
|
||||
* Comment this line out to disable code that implements command logging
|
||||
@@ -1172,7 +1172,7 @@
|
||||
@@ -1175,7 +1175,7 @@
|
||||
* OSU server distribution.
|
||||
*/
|
||||
#ifndef HAVE_CONFIG_H
|
||||
|
@ -16,7 +16,7 @@ diff --git a/CHANGES b/CHANGES
|
||||
index 360be68..8eca013 100644
|
||||
--- a/CHANGES
|
||||
+++ b/CHANGES
|
||||
@@ -1197,6 +1197,13 @@ Changes since Lynx 2.8 release
|
||||
@@ -1237,6 +1237,13 @@ Changes since Lynx 2.8 release
|
||||
* update win32 makefiles/build scripts to add LYmktime, parsdate modules -TD
|
||||
* update config.guess (2008-04-14), config.sub (2008-06-16)
|
||||
|
||||
@ -34,7 +34,7 @@ diff --git a/lynx.cfg b/lynx.cfg
|
||||
index ee2aad3..144050d 100644
|
||||
--- a/lynx.cfg
|
||||
+++ b/lynx.cfg
|
||||
@@ -1069,7 +1069,7 @@ CHARACTER_SET:utf-8
|
||||
@@ -1087,7 +1087,7 @@ CHARACTER_SET:utf-8
|
||||
#
|
||||
# The default TRUSTED_LYNXCGI rule is "none".
|
||||
#
|
||||
|
11
lynx.spec
11
lynx.spec
@ -1,9 +1,9 @@
|
||||
%global devrel 14
|
||||
%global devrel 16
|
||||
|
||||
Summary: A text-based Web browser
|
||||
Name: lynx
|
||||
Version: 2.8.9
|
||||
Release: 0.16.dev%{devrel}%{?dist}
|
||||
Release: 0.17.dev%{devrel}%{?dist}
|
||||
License: GPLv2
|
||||
Group: Applications/Internet
|
||||
Source: http://invisible-mirror.net/archives/lynx/tarballs/lynx%{version}dev.%{devrel}.tar.bz2
|
||||
@ -95,9 +95,7 @@ perl -pi -e 's,^STARTFILE:.*,STARTFILE:file:/usr/share/doc/HTML/en-US/index.html
|
||||
--with-ssl=%{_libdir} \
|
||||
--with-zlib
|
||||
|
||||
# uncomment to turn off optimizations
|
||||
#find -name makefile | xargs sed -i 's/-O2/-O0/'
|
||||
|
||||
make -C po
|
||||
make %{?_smp_mflags}
|
||||
|
||||
# remove zero-length tests files to silence rpmlint
|
||||
@ -128,6 +126,9 @@ EOF
|
||||
%config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg
|
||||
|
||||
%changelog
|
||||
* Tue Jul 25 2017 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.17.dev16
|
||||
- update to the latest upstream pre-release
|
||||
|
||||
* Wed May 17 2017 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.16.dev14
|
||||
- update to the latest upstream pre-release
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
Version: GnuPG v1.4.12 (GNU/Linux)
|
||||
Comment: See http://invisible-island.net/public/public.html for info
|
||||
|
||||
iEYEABECAAYFAlkTuMQACgkQcCNT4PfkjttHpgCdEIuvUXBsw4iwoWnPoWhNUGWG
|
||||
MscAoNr7Ex/D1GORuHOGTHUG1CKlDw/N
|
||||
=9k9e
|
||||
iEYEABECAAYFAllleFUACgkQcCNT4PfkjtvWEACfcedy16v8tap/wu+W0vomvXzb
|
||||
U1gAoLkyPwAfsmKF52j0wtA+oOkFWNoH
|
||||
=s+SC
|
||||
-----END PGP SIGNATURE-----
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lynx2.8.9dev.14.tar.bz2) = 87edc4248985d768bc1153c8ec36703d04f721abb48eee23d882ffa485b0437c064fac0484de5dce5231ecb40ee26a7f721199e90d8719e78fa37526af073c1c
|
||||
SHA512 (lynx2.8.9dev.16.tar.bz2) = 6aa5e869924c6e42aa68113985aecfb75dc6eb68d5d7db8cedb9843621d29c36c17078e7a692f472e3e7f1edf7ca666e3614bc3bdb092a3631877733d5e3d518
|
||||
|
Loading…
Reference in New Issue
Block a user