From 3247e20e3f6d0ba0921604100383d572fbbf507a Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sun, 23 Sep 2018 09:07:52 +0000 Subject: [PATCH] ncurses 6.1 - patch 20180923 + build-fix: remove a _tracef call which was used for debugging (report by Chris Clayton). --- NEWS | 6 +++++- VERSION | 2 +- dist.mk | 4 ++-- ncurses/base/lib_mouse.c | 3 +-- package/debian-mingw/changelog | 4 ++-- package/debian-mingw64/changelog | 4 ++-- package/debian/changelog | 4 ++-- package/mingw-ncurses.nsi | 4 ++-- package/mingw-ncurses.spec | 2 +- package/ncurses.spec | 2 +- package/ncursest.spec | 2 +- 11 files changed, 20 insertions(+), 17 deletions(-) diff --git a/NEWS b/NEWS index 5368fecb..60afd836 100644 --- a/NEWS +++ b/NEWS @@ -25,7 +25,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.3190 2018/09/22 21:23:32 tom Exp $ +-- $Id: NEWS,v 1.3192 2018/09/23 08:41:44 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,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. +20180923 + + build-fix: remove a _tracef call which was used for debugging (report + by Chris Clayton). + 20180922 + ignore interrupted system-call in test/ncurses's command-line, e.g., if the terminal were resized. diff --git a/VERSION b/VERSION index be2fce22..8e55dcad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5:0:10 6.1 20180922 +5:0:10 6.1 20180923 diff --git a/dist.mk b/dist.mk index aa5fe3ea..8bddbc01 100644 --- a/dist.mk +++ b/dist.mk @@ -25,7 +25,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: dist.mk,v 1.1242 2018/09/22 16:36:59 tom Exp $ +# $Id: dist.mk,v 1.1243 2018/09/23 08:34:28 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -37,7 +37,7 @@ SHELL = /bin/sh # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 6 NCURSES_MINOR = 1 -NCURSES_PATCH = 20180922 +NCURSES_PATCH = 20180923 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) diff --git a/ncurses/base/lib_mouse.c b/ncurses/base/lib_mouse.c index f703a24f..ed58148b 100644 --- a/ncurses/base/lib_mouse.c +++ b/ncurses/base/lib_mouse.c @@ -84,7 +84,7 @@ #define CUR SP_TERMTYPE #endif -MODULE_ID("$Id: lib_mouse.c,v 1.177 2018/09/22 19:54:21 tom Exp $") +MODULE_ID("$Id: lib_mouse.c,v 1.178 2018/09/23 08:40:23 tom Exp $") #include @@ -956,7 +956,6 @@ decode_X10_bstate(SCREEN *sp, MEVENT * eventp, unsigned intro) { bool result; - _tracef("decode_X10_bstate %#x", intro); eventp->bstate = 0; if (!handle_wheel(sp, eventp, (int) intro, (intro & 96) == 96)) { diff --git a/package/debian-mingw/changelog b/package/debian-mingw/changelog index fa36f6c7..ab3b4004 100644 --- a/package/debian-mingw/changelog +++ b/package/debian-mingw/changelog @@ -1,8 +1,8 @@ -ncurses6 (6.1+20180922) unstable; urgency=low +ncurses6 (6.1+20180923) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Sat, 22 Sep 2018 12:36:59 -0400 + -- Thomas E. Dickey Sun, 23 Sep 2018 04:34:28 -0400 ncurses6 (5.9-20131005) unstable; urgency=low diff --git a/package/debian-mingw64/changelog b/package/debian-mingw64/changelog index fa36f6c7..ab3b4004 100644 --- a/package/debian-mingw64/changelog +++ b/package/debian-mingw64/changelog @@ -1,8 +1,8 @@ -ncurses6 (6.1+20180922) unstable; urgency=low +ncurses6 (6.1+20180923) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Sat, 22 Sep 2018 12:36:59 -0400 + -- Thomas E. Dickey Sun, 23 Sep 2018 04:34:28 -0400 ncurses6 (5.9-20131005) unstable; urgency=low diff --git a/package/debian/changelog b/package/debian/changelog index f85c5ef0..9ef306bb 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,8 +1,8 @@ -ncurses6 (6.1+20180922) unstable; urgency=low +ncurses6 (6.1+20180923) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Sat, 22 Sep 2018 12:36:59 -0400 + -- Thomas E. Dickey Sun, 23 Sep 2018 04:34:27 -0400 ncurses6 (5.9-20120608) unstable; urgency=low diff --git a/package/mingw-ncurses.nsi b/package/mingw-ncurses.nsi index e1296a4c..4f464f65 100644 --- a/package/mingw-ncurses.nsi +++ b/package/mingw-ncurses.nsi @@ -1,4 +1,4 @@ -; $Id: mingw-ncurses.nsi,v 1.289 2018/09/22 16:36:59 tom Exp $ +; $Id: mingw-ncurses.nsi,v 1.290 2018/09/23 08:34:28 tom Exp $ ; TODO add examples ; TODO bump ABI to 6 @@ -10,7 +10,7 @@ !define VERSION_MAJOR "6" !define VERSION_MINOR "1" !define VERSION_YYYY "2018" -!define VERSION_MMDD "0922" +!define VERSION_MMDD "0923" !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD} !define MY_ABI "5" diff --git a/package/mingw-ncurses.spec b/package/mingw-ncurses.spec index a3ef00d4..8458844d 100644 --- a/package/mingw-ncurses.spec +++ b/package/mingw-ncurses.spec @@ -3,7 +3,7 @@ Summary: shared libraries for terminal handling Name: mingw32-ncurses6 Version: 6.1 -Release: 20180922 +Release: 20180923 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz diff --git a/package/ncurses.spec b/package/ncurses.spec index bd5d6652..10a0f77c 100644 --- a/package/ncurses.spec +++ b/package/ncurses.spec @@ -1,7 +1,7 @@ Summary: shared libraries for terminal handling Name: ncurses6 Version: 6.1 -Release: 20180922 +Release: 20180923 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz diff --git a/package/ncursest.spec b/package/ncursest.spec index 66cce443..ef5a5aba 100644 --- a/package/ncursest.spec +++ b/package/ncursest.spec @@ -1,7 +1,7 @@ Summary: Curses library with POSIX thread support. Name: ncursest6 Version: 6.1 -Release: 20180922 +Release: 20180923 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz -- 2.44.0