update to the latest upstream pre-release: lynx2.8.9dev.2

This commit is contained in:
Kamil Dudka 2015-01-05 15:39:23 +01:00
parent 5a181a5854
commit 9893ba775b
5 changed files with 12 additions and 9 deletions

View File

@ -156,7 +156,7 @@ index 55611da..7cceaa8 100644
tags:
$(CTAGS) *.[ch]
@@ -209,7 +207,7 @@ TABLES= \
@@ -210,7 +208,7 @@ TABLES= \
$(CHRTR)viscii_uni.h
$(TABLES):
@ -165,7 +165,7 @@ index 55611da..7cceaa8 100644
UCdomap$o : UCdomap.c \
chrtrans/UCkd.h \
@@ -218,7 +216,7 @@ UCdomap$o : UCdomap.c \
@@ -219,7 +217,7 @@ UCdomap$o : UCdomap.c \
UCdomap.h $(CMN)UCMap.h $(TABLES) $(top_srcdir)/userdefs.h
chrtrans/makeuctb$(BUILD_EXEEXT):

View File

@ -13,7 +13,7 @@ index f01782f..ccc0846 100644
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -1,8 +1,11 @@
# $LynxId: lynx.cfg,v 1.247 2014/03/10 22:07:34 tom Exp $
# $LynxId: lynx.cfg,v 1.249 2014/03/16 15:03:40 tom Exp $
# lynx.cfg file.
-# The default placement for this file is /usr/local/lib/lynx.cfg (Unix)
+# The default placement for this file is /etc/lynx.cfg (Red Hat Linux, Fedora)
@ -23,7 +23,7 @@ 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.1"
#PRCS LYNX_VERSION "2.8.9dev.2"
#
@@ -90,7 +93,7 @@
#

View File

@ -16,7 +16,7 @@ diff --git a/CHANGES b/CHANGES
index 360be68..8eca013 100644
--- a/CHANGES
+++ b/CHANGES
@@ -930,6 +930,13 @@ Changes since Lynx 2.8 release
@@ -984,6 +984,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)
@ -47,7 +47,7 @@ diff --git a/src/LYCgi.c b/src/LYCgi.c
index 832bb89..0ae8a7e 100644
--- a/src/LYCgi.c
+++ b/src/LYCgi.c
@@ -164,7 +164,7 @@ static BOOL can_exec_cgi(const char *linktext, const char *linkargs)
@@ -168,7 +168,7 @@ static BOOL can_exec_cgi(const char *linktext, const char *linkargs)
if (!exec_ok(HTLoadedDocumentURL(), linktext, CGI_PATH)) {
/* exec_ok gives out msg. */
result = FALSE;

View File

@ -1,9 +1,9 @@
%global devrel 1
%global devrel 2
Summary: A text-based Web browser
Name: lynx
Version: 2.8.9
Release: 0.3.dev%{devrel}%{?dist}
Release: 0.4.dev%{devrel}%{?dist}
License: GPLv2
Group: Applications/Internet
Source: http://lynx.isc.org/current/lynx%{version}dev.%{devrel}.tar.bz2
@ -141,6 +141,9 @@ EOF
%config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg
%changelog
* Mon Jan 05 2015 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.4.dev2
- update to the latest upstream pre-release
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.9-0.3.dev1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
f758428e1ebd709f5afe7f938cf5570e lynx2.8.9dev.1.tar.bz2
ddbfe66ecacdffcfb2a545cfe75881bd lynx2.8.9dev.2.tar.bz2