update to the latest upstream pre-release: lynx2.8.9dev.14
This commit is contained in:
parent
061a0ae3af
commit
95c0ec4c58
@ -13,7 +13,7 @@ index f01782f..ccc0846 100644
|
|||||||
--- a/lynx.cfg
|
--- a/lynx.cfg
|
||||||
+++ b/lynx.cfg
|
+++ b/lynx.cfg
|
||||||
@@ -1,7 +1,9 @@
|
@@ -1,7 +1,9 @@
|
||||||
# $LynxId: lynx.cfg,v 1.274 2016/11/15 09:04:25 tom Exp $
|
# $LynxId: lynx.cfg,v 1.281 2017/04/30 16:02:52 tom Exp $
|
||||||
# lynx.cfg file.
|
# lynx.cfg file.
|
||||||
-# The default placement for this file is /usr/local/lib/lynx.cfg (Unix)
|
-# The default placement for this file is /usr/local/lib/lynx.cfg (Unix)
|
||||||
-# or Lynx_Dir:lynx.cfg (VMS)
|
-# or Lynx_Dir:lynx.cfg (VMS)
|
||||||
@ -23,7 +23,7 @@ index f01782f..ccc0846 100644
|
|||||||
+# Linux update, overwriting your changes). Instead, edit /etc/lynx-site.cfg.
|
+# Linux update, overwriting your changes). Instead, edit /etc/lynx-site.cfg.
|
||||||
#
|
#
|
||||||
# $Format: "#PRCS LYNX_VERSION \"$ProjectVersion$\""$
|
# $Format: "#PRCS LYNX_VERSION \"$ProjectVersion$\""$
|
||||||
#PRCS LYNX_VERSION "2.8.9dev.11"
|
#PRCS LYNX_VERSION "2.8.9dev.14"
|
||||||
@@ -90,7 +92,7 @@
|
@@ -90,7 +92,7 @@
|
||||||
#
|
#
|
||||||
# Normally we expect you will connect to a remote site, e.g., the Lynx starting
|
# Normally we expect you will connect to a remote site, e.g., the Lynx starting
|
||||||
@ -53,7 +53,7 @@ index f01782f..ccc0846 100644
|
|||||||
.h1 Interaction
|
.h1 Interaction
|
||||||
|
|
||||||
.h2 NO_DOT_FILES
|
.h2 NO_DOT_FILES
|
||||||
@@ -3423,6 +3429,7 @@ COLOR:6:brightred:black
|
@@ -3422,6 +3428,7 @@ COLOR:6:brightred:black
|
||||||
#ENABLE_LYNXRC:VI_KEYS:ON
|
#ENABLE_LYNXRC:VI_KEYS:ON
|
||||||
#ENABLE_LYNXRC:VISITED_LINKS:ON
|
#ENABLE_LYNXRC:VISITED_LINKS:ON
|
||||||
.fi
|
.fi
|
||||||
@ -133,5 +133,5 @@ index 40a954b..4afe835 100644
|
|||||||
|
|
||||||
/*********************************
|
/*********************************
|
||||||
--
|
--
|
||||||
1.8.3.1
|
2.9.4
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ diff --git a/CHANGES b/CHANGES
|
|||||||
index 360be68..8eca013 100644
|
index 360be68..8eca013 100644
|
||||||
--- a/CHANGES
|
--- a/CHANGES
|
||||||
+++ b/CHANGES
|
+++ b/CHANGES
|
||||||
@@ -1140,6 +1140,13 @@ Changes since Lynx 2.8 release
|
@@ -1197,6 +1197,13 @@ Changes since Lynx 2.8 release
|
||||||
* update win32 makefiles/build scripts to add LYmktime, parsdate modules -TD
|
* update win32 makefiles/build scripts to add LYmktime, parsdate modules -TD
|
||||||
* update config.guess (2008-04-14), config.sub (2008-06-16)
|
* update config.guess (2008-04-14), config.sub (2008-06-16)
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ diff --git a/src/LYCgi.c b/src/LYCgi.c
|
|||||||
index 832bb89..0ae8a7e 100644
|
index 832bb89..0ae8a7e 100644
|
||||||
--- a/src/LYCgi.c
|
--- a/src/LYCgi.c
|
||||||
+++ b/src/LYCgi.c
|
+++ b/src/LYCgi.c
|
||||||
@@ -168,7 +168,7 @@ static BOOL can_exec_cgi(const char *linktext, const char *linkargs)
|
@@ -167,7 +167,7 @@ static BOOL can_exec_cgi(const char *linktext, const char *linkargs)
|
||||||
if (!exec_ok(HTLoadedDocumentURL(), linktext, CGI_PATH)) {
|
if (!exec_ok(HTLoadedDocumentURL(), linktext, CGI_PATH)) {
|
||||||
/* exec_ok gives out msg. */
|
/* exec_ok gives out msg. */
|
||||||
result = FALSE;
|
result = FALSE;
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
%global devrel 11
|
%global devrel 14
|
||||||
|
|
||||||
Summary: A text-based Web browser
|
Summary: A text-based Web browser
|
||||||
Name: lynx
|
Name: lynx
|
||||||
Version: 2.8.9
|
Version: 2.8.9
|
||||||
Release: 0.15.dev%{devrel}%{?dist}
|
Release: 0.16.dev%{devrel}%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source: http://invisible-mirror.net/archives/lynx/tarballs/lynx%{version}dev.%{devrel}.tar.bz2
|
Source: http://invisible-mirror.net/archives/lynx/tarballs/lynx%{version}dev.%{devrel}.tar.bz2
|
||||||
@ -128,6 +128,9 @@ EOF
|
|||||||
%config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg
|
%config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 17 2017 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.16.dev14
|
||||||
|
- update to the latest upstream pre-release
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.9-0.15.dev11
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.9-0.15.dev11
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
Version: GnuPG v1.4.12 (GNU/Linux)
|
Version: GnuPG v1.4.12 (GNU/Linux)
|
||||||
Comment: See http://invisible-island.net/public/public.html for info
|
Comment: See http://invisible-island.net/public/public.html for info
|
||||||
|
|
||||||
iEYEABECAAYFAlgrtAYACgkQcCNT4Pfkjtv2LQCeKSwUw3Veke5dKTYO+lR8Pn3/
|
iEYEABECAAYFAlkTuMQACgkQcCNT4PfkjttHpgCdEIuvUXBsw4iwoWnPoWhNUGWG
|
||||||
z7sAnj4xLoPBqC1NW7gGeIt6UBk8dFAR
|
MscAoNr7Ex/D1GORuHOGTHUG1CKlDw/N
|
||||||
=YZyv
|
=9k9e
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lynx2.8.9dev.11.tar.bz2) = 702be6cb4f97bae4765d3de3d6ef1cd09e2ef27b570dfbea4f26a411f5bba2ab6d16aee5dbec0ebe63533de17664684ff42fb857b2d17d416774777b38083f50
|
SHA512 (lynx2.8.9dev.14.tar.bz2) = 87edc4248985d768bc1153c8ec36703d04f721abb48eee23d882ffa485b0437c064fac0484de5dce5231ecb40ee26a7f721199e90d8719e78fa37526af073c1c
|
||||||
|
Loading…
Reference in New Issue
Block a user