Skip to content

Commit

Permalink
snapshot of project "lynx", label v2-8-9dev_15a
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDickey committed Jul 5, 2017
1 parent bbe2f3b commit 3c6d755
Show file tree
Hide file tree
Showing 13 changed files with 851 additions and 759 deletions.
6 changes: 5 additions & 1 deletion CHANGES
@@ -1,8 +1,12 @@
-- $LynxId: CHANGES,v 1.908 2017/07/04 22:48:35 tom Exp $
-- $LynxId: CHANGES,v 1.910 2017/07/05 20:39:40 tom Exp $
===============================================================================
Changes since Lynx 2.8 release
===============================================================================

2017-07-05 (2.8.9dev.16)
* update et.po, tr.po from
http://translationproject.org/latest/lynx

2017-07-04 (2.8.9dev.15)
* add note in lynx.cfg about default values (Debian #408448) -TD
* amended Backes' change to the COLLAPSE_BR_TAGS feature for compatibility -TD
Expand Down
4 changes: 2 additions & 2 deletions PACKAGE/debian/changelog
@@ -1,8 +1,8 @@
lynx-dev (2.8.9dev.15) unstable; urgency=low
lynx-dev (2.8.9dev.16) unstable; urgency=low

* maintenance updates

-- Thomas E. Dickey <dickey@invisible-island.net> Thu, 11 May 2017 17:22:30 -0400
-- Thomas E. Dickey <dickey@invisible-island.net> Wed, 05 Jul 2017 16:13:35 -0400

lynx-dev (2.8.8dev.16) unstable; urgency=high

Expand Down
6 changes: 3 additions & 3 deletions PACKAGE/lynx.nsi
@@ -1,4 +1,4 @@
; $LynxId: lynx.nsi,v 1.36 2017/05/11 21:22:30 tom Exp $
; $LynxId: lynx.nsi,v 1.37 2017/07/05 20:13:35 tom Exp $
; Script originally generated with the Venis Install Wizard, but customized.
; The Inno Setup script is preferred; but this can be built via cross-compiling.

Expand All @@ -9,8 +9,8 @@
!define VERSION_EPOCH "2"
!define VERSION_MAJOR "8"
!define VERSION_MINOR "9"
!define VERSION_LEVEL "1015"
!define VERSION_PATCH "dev.15"
!define VERSION_LEVEL "1016"
!define VERSION_PATCH "dev.16"

!define SUBKEY "Lynx"

Expand Down
4 changes: 2 additions & 2 deletions PACKAGE/lynx.spec
@@ -1,8 +1,8 @@
# $LynxId: lynx.spec,v 1.42 2017/05/11 21:22:30 tom Exp $
# $LynxId: lynx.spec,v 1.43 2017/07/05 20:13:35 tom Exp $
Summary: A text-based Web browser
Name: lynx
Version: 2.8.9
Release: dev.15
Release: dev.16
License: GPLv2
Group: Applications/Internet
Source: lynx%{version}%{release}.tgz
Expand Down
2 changes: 1 addition & 1 deletion PACKAGE/version.iss
@@ -1,7 +1,7 @@
; version used for Inno Setup files.

; $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$
#define LYNX_VERSION "2.8.9dev.15"
#define LYNX_VERSION "2.8.9dev.16"

; most-recent full release and target
#define LYNX_RELEASE "2.8.9"
Expand Down
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -1274,7 +1274,7 @@ rm conftest.sed

PACKAGE=lynx
# $Format: "VERSION=$ProjectVersion$"$
VERSION=2.8.9dev.15
VERSION=2.8.9dev.16

echo "$as_me:1279: checking for DESTDIR" >&5
echo $ECHO_N "checking for DESTDIR... $ECHO_C" >&6
Expand Down
6 changes: 3 additions & 3 deletions configure.in
@@ -1,4 +1,4 @@
dnl $LynxId: configure.in,v 1.290 2017/07/02 18:18:00 tom Exp $
dnl $LynxId: configure.in,v 1.291 2017/07/05 20:13:35 tom Exp $
dnl
dnl Process this file with autoconf to produce a configure script.
dnl
Expand Down Expand Up @@ -29,7 +29,7 @@ dnl ---------------------------------------------------------------------------
dnl
dnl ask PRCS to plug-in the project-version for the configure-script.
dnl $Format: "AC_REVISION($ProjectVersion$)"$
AC_REVISION(2.8.9dev.15)
AC_REVISION(2.8.9dev.16)

# Save the original $CFLAGS so we can distinguish whether the user set those
# in the environment, or whether autoconf added -O and -g options:
Expand Down Expand Up @@ -64,7 +64,7 @@ AC_ARG_PROGRAM
PACKAGE=lynx
dnl ask PRCS to plug-in the project-version for the packages.
# $Format: "VERSION=$ProjectVersion$"$
VERSION=2.8.9dev.15
VERSION=2.8.9dev.16

AC_SUBST(PACKAGE)
AC_SUBST(VERSION)
Expand Down
6 changes: 3 additions & 3 deletions lynx.cfg
@@ -1,13 +1,13 @@
# $LynxId: lynx.cfg,v 1.285 2017/07/04 22:57:01 tom Exp $
# $LynxId: lynx.cfg,v 1.286 2017/07/05 20:13:35 tom Exp $
# lynx.cfg file.
# The default placement for this file is /usr/local/lib/lynx.cfg (Unix)
# or Lynx_Dir:lynx.cfg (VMS)
#
# $Format: "#PRCS LYNX_VERSION \"$ProjectVersion$\""$
#PRCS LYNX_VERSION "2.8.9dev.15"
#PRCS LYNX_VERSION "2.8.9dev.16"
#
# $Format: "#PRCS LYNX_DATE \"$ProjectDate$\""$
#PRCS LYNX_DATE "Thu, 11 May 2017 17:22:30 -0400"
#PRCS LYNX_DATE "Wed, 05 Jul 2017 16:13:35 -0400"
#
# Definition pairs (configuration settings) are of the form
# VARIABLE:DEFINITION
Expand Down
4 changes: 2 additions & 2 deletions makefile.in
@@ -1,4 +1,4 @@
# $LynxId: makefile.in,v 1.162 2017/05/11 21:22:30 tom Exp $
# $LynxId: makefile.in,v 1.163 2017/07/05 20:13:35 tom Exp $
##makefile for lynx

SHELL = @CONFIG_SHELL@
Expand Down Expand Up @@ -46,7 +46,7 @@ TAR_UP = $(TAR) @TAR_UP_OPTIONS@ @TAR_PIPE_OPTIONS@
TAR_DOWN = $(TAR) @TAR_DOWN_OPTIONS@ @TAR_PIPE_OPTIONS@

# $Format: "LYNX_VERSION = $ProjectVersion$"$
LYNX_VERSION = 2.8.9dev.15
LYNX_VERSION = 2.8.9dev.16

## This is the version which we are developing (or, upon release, make this
## the same). Use no dots in the name, since it must work on VMS and MS-DOS.
Expand Down

0 comments on commit 3c6d755

Please sign in to comment.