update to the latest upstream pre-release: lynx2.8.9rel.1
This commit is contained in:
parent
2f26a20b35
commit
d63c327982
@ -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.297 2018/05/07 23:37:31 tom Exp $
|
# $LynxId: lynx.cfg,v 1.302 2018/07/08 15:22:44 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,17 +23,17 @@ 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.19"
|
#PRCS LYNX_VERSION "2.8.9rel.1"
|
||||||
@@ -108,7 +110,7 @@
|
@@ -108,7 +110,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
|
||||||
# site:
|
# site:
|
||||||
-STARTFILE:http://lynx.invisible-island.net/
|
-STARTFILE:https://lynx.invisible-island.net/
|
||||||
+STARTFILE:http://start.fedoraproject.org/
|
+STARTFILE:https://start.fedoraproject.org/
|
||||||
#
|
#
|
||||||
# As an alternative, you may want to use a local URL. A good choice for this is
|
# As an alternative, you may want to use a local URL. A good choice for this is
|
||||||
# the user's home directory:
|
# the user's home directory:
|
||||||
@@ -142,7 +144,7 @@ HELPFILE:http://lynx.invisible-island.net/lynx_help/lynx_help_main.html
|
@@ -142,7 +144,7 @@ HELPFILE:https://lynx.invisible-island.net/lynx_help/lynx_help_main.html
|
||||||
# An index to your CWIS can be placed here or a document containing
|
# An index to your CWIS can be placed here or a document containing
|
||||||
# pointers to lots of interesting places on the web.
|
# pointers to lots of interesting places on the web.
|
||||||
#
|
#
|
||||||
|
@ -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
|
||||||
@@ -1349,6 +1349,13 @@ Changes since Lynx 2.8 release
|
@@ -1355,6 +1355,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)
|
||||||
|
|
||||||
|
11
lynx.spec
11
lynx.spec
@ -1,12 +1,12 @@
|
|||||||
%global devrel 19
|
%global devrel 1
|
||||||
|
|
||||||
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.23.dev%{devrel}%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source: https://invisible-mirror.net/archives/lynx/tarballs/lynx%{version}dev.%{devrel}.tar.bz2
|
Source: https://invisible-mirror.net/archives/lynx/tarballs/lynx%{version}rel.%{devrel}.tar.bz2
|
||||||
URL: http://lynx.browser.org/
|
URL: http://lynx.browser.org/
|
||||||
|
|
||||||
# RH specific tweaks - directory layout, utf-8 by default, misc. configuration
|
# RH specific tweaks - directory layout, utf-8 by default, misc. configuration
|
||||||
@ -49,7 +49,7 @@ advantage Lynx has over graphical browsers is speed; Lynx starts and
|
|||||||
exits quickly and swiftly displays web pages.
|
exits quickly and swiftly displays web pages.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n lynx2.8.9dev.%{devrel}
|
%setup -q -n lynx2.8.9rel.%{devrel}
|
||||||
|
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
@ -131,6 +131,9 @@ EOF
|
|||||||
%config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg
|
%config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 10 2018 Kamil Dudka <kdudka@redhat.com> - 2.8.9-1
|
||||||
|
- update to the latest upstream release
|
||||||
|
|
||||||
* Wed May 23 2018 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.23.dev19
|
* Wed May 23 2018 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.23.dev19
|
||||||
- do not require 'rsh' installed at build time (#1581747)
|
- do not require 'rsh' installed at build time (#1581747)
|
||||||
- update to the latest upstream pre-release
|
- update to the latest upstream pre-release
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
Version: GnuPG v1
|
Version: GnuPG v1
|
||||||
Comment: See https://invisible-island.net/public/public.html for info
|
Comment: See https://invisible-island.net/public/public.html for info
|
||||||
|
|
||||||
iEYEABECAAYFAlr+I0cACgkQcCNT4PfkjtsIIwCePCaoWSdUW6Ms90m4PQwa3Glv
|
iEYEABECAAYFAltCkmAACgkQcCNT4PfkjtsdgwCgxEb9vOFqxH7bdNJLT87wfV0d
|
||||||
wFAAn2PCQeobm6oONhtOUG9QlQ/iyhhV
|
vnYAn0Z22RAmDDEyyQ6bZAZp2+ft+5xt
|
||||||
=w0tm
|
=kxww
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lynx2.8.9dev.19.tar.bz2) = 8afe781af8409b92dec8f1f0026a8a35ce7295d9b9c51360724dfd108047cf5823e8982c21634a2422c93ec14b0b51bdd6e3ec2dd37d446269afd95505c39843
|
SHA512 (lynx2.8.9rel.1.tar.bz2) = 61edbe082684fcbd91bdbf4f4d27c3baf92358811aaffc2f8af46adf23ca7b48aede1520fc5f2a8fc974a2f4bbf4e57e7e6027a187bfc6101e56878c98178e6d
|
||||||
|
Loading…
Reference in New Issue
Block a user