ncurses 6.2 - patch 20200831

+ build-fix for awk-scripts modified for win32-driver (report by Werner
  Fink).
This commit is contained in:
Thomas E. Dickey 2020-09-01 00:23:25 +00:00
parent 1f7a36fe16
commit 2a3e5b0949
13 changed files with 23 additions and 22 deletions

8
NEWS
View File

@ -26,7 +26,7 @@
-- sale, use or other dealings in this Software without prior written --
-- authorization. --
-------------------------------------------------------------------------------
-- $Id: NEWS,v 1.3550 2020/08/30 00:55:34 tom Exp $
-- $Id: NEWS,v 1.3552 2020/09/01 00:21:01 tom Exp $
-------------------------------------------------------------------------------
This is a log of changes that ncurses has gone through since Zeyd started
@ -46,6 +46,10 @@ See the AUTHORS file for the corresponding full names.
Changes through 1.9.9e did not credit all contributions;
it is not possible to add this information.
20200831
+ build-fix for awk-scripts modified for win32-driver (report by Werner
Fink).
20200829
+ remove a redundant NCURSES_EXPORT as a build-fix for "Maarten
Anonymous".
@ -54,7 +58,7 @@ it is not possible to add this information.
+ modify configure script, moving gcc -Werror options to EXTRA_CFLAGS
to avoid breaking configure-checks (adapted from ongoing work on
mawk and lynx).
> errate for terminfo.src (report by Florian Weimer):
> errata for terminfo.src (report by Florian Weimer):
+ correct icl6404 csr
+ correct ti916 cup
+ improve ndr9500

View File

@ -1 +1 @@
5:0:10 6.2 20200829
5:0:10 6.2 20200831

View File

@ -26,7 +26,7 @@
# use or other dealings in this Software without prior written #
# authorization. #
##############################################################################
# $Id: dist.mk,v 1.1370 2020/08/29 10:53:55 tom Exp $
# $Id: dist.mk,v 1.1371 2020/08/31 19:51:51 tom Exp $
# Makefile for creating ncurses distributions.
#
# This only needs to be used directly as a makefile by developers, but
@ -38,7 +38,7 @@ SHELL = /bin/sh
# These define the major/minor/patch versions of ncurses.
NCURSES_MAJOR = 6
NCURSES_MINOR = 2
NCURSES_PATCH = 20200829
NCURSES_PATCH = 20200831
# We don't append the patch to the version, since this only applies to releases
VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)

View File

@ -1,4 +1,4 @@
# $Id: mk-1st.awk,v 1.108 2020/08/29 22:02:56 tom Exp $
# $Id: mk-1st.awk,v 1.109 2020/08/31 23:49:24 tom Exp $
##############################################################################
# Copyright 2018,2020 Thomas E. Dickey #
# Copyright 1998-2016,2017 Free Software Foundation, Inc. #
@ -262,7 +262,6 @@ function install_dll(directory,filename) {
function in_subset(value) {
value = " " value " ";
check = subset;
sub(" .*$", "", check);
gsub("[+]", " ", check);
check = " " check " ";
return index(check,value);

View File

@ -1,4 +1,4 @@
# $Id: mk-2nd.awk,v 1.21 2020/08/29 22:05:45 tom Exp $
# $Id: mk-2nd.awk,v 1.22 2020/08/31 23:49:17 tom Exp $
##############################################################################
# Copyright 2020 Thomas E. Dickey #
# Copyright 1998-2004,2005 Free Software Foundation, Inc. #
@ -56,7 +56,6 @@
function in_subset(value) {
value = " " value " ";
check = subset;
sub(" .*$", "", check);
gsub("[+]", " ", check);
check = " " check " ";
return index(check,value);

View File

@ -1,4 +1,4 @@
# $Id: mk-hdr.awk,v 1.6 2020/08/29 22:07:18 tom Exp $
# $Id: mk-hdr.awk,v 1.7 2020/08/31 23:48:44 tom Exp $
##############################################################################
# Copyright 2020 Thomas E. Dickey #
# Copyright 2007-2010,2013 Free Software Foundation, Inc. #
@ -42,7 +42,6 @@ function basename(path) {
function in_subset(value) {
value = " " value " ";
check = subset;
sub(" .*$", "", check);
gsub("[+]", " ", check);
check = " " check " ";
return index(check,value);

View File

@ -1,8 +1,8 @@
ncurses6 (6.2+20200829) unstable; urgency=low
ncurses6 (6.2+20200831) unstable; urgency=low
* latest weekly patch
-- Thomas E. Dickey <dickey@invisible-island.net> Sat, 29 Aug 2020 06:53:55 -0400
-- Thomas E. Dickey <dickey@invisible-island.net> Mon, 31 Aug 2020 15:51:51 -0400
ncurses6 (5.9-20131005) unstable; urgency=low

View File

@ -1,8 +1,8 @@
ncurses6 (6.2+20200829) unstable; urgency=low
ncurses6 (6.2+20200831) unstable; urgency=low
* latest weekly patch
-- Thomas E. Dickey <dickey@invisible-island.net> Sat, 29 Aug 2020 06:53:55 -0400
-- Thomas E. Dickey <dickey@invisible-island.net> Mon, 31 Aug 2020 15:51:51 -0400
ncurses6 (5.9-20131005) unstable; urgency=low

View File

@ -1,8 +1,8 @@
ncurses6 (6.2+20200829) unstable; urgency=low
ncurses6 (6.2+20200831) unstable; urgency=low
* latest weekly patch
-- Thomas E. Dickey <dickey@invisible-island.net> Sat, 29 Aug 2020 06:53:55 -0400
-- Thomas E. Dickey <dickey@invisible-island.net> Mon, 31 Aug 2020 15:51:51 -0400
ncurses6 (5.9-20120608) unstable; urgency=low

View File

@ -1,4 +1,4 @@
; $Id: mingw-ncurses.nsi,v 1.414 2020/08/29 10:53:55 tom Exp $
; $Id: mingw-ncurses.nsi,v 1.415 2020/08/31 19:51:51 tom Exp $
; TODO add examples
; TODO bump ABI to 6
@ -10,7 +10,7 @@
!define VERSION_MAJOR "6"
!define VERSION_MINOR "2"
!define VERSION_YYYY "2020"
!define VERSION_MMDD "0829"
!define VERSION_MMDD "0831"
!define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}
!define MY_ABI "5"

View File

@ -3,7 +3,7 @@
Summary: shared libraries for terminal handling
Name: mingw32-ncurses6
Version: 6.2
Release: 20200829
Release: 20200831
License: X11
Group: Development/Libraries
Source: ncurses-%{version}-%{release}.tgz

View File

@ -1,7 +1,7 @@
Summary: shared libraries for terminal handling
Name: ncurses6
Version: 6.2
Release: 20200829
Release: 20200831
License: X11
Group: Development/Libraries
Source: ncurses-%{version}-%{release}.tgz

View File

@ -1,7 +1,7 @@
Summary: Curses library with POSIX thread support.
Name: ncursest6
Version: 6.2
Release: 20200829
Release: 20200831
License: X11
Group: Development/Libraries
Source: ncurses-%{version}-%{release}.tgz