From 1165d1f8ac504fa9adbf46ed157333ed36642945 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sun, 23 Mar 2014 21:22:47 +0000 Subject: [PATCH 1/1] ncurses 5.9 - patch 20140323 + fix typo in "mlterm" entry (report by Gabriele Balducci) -TD --- NEWS | 5 ++++- dist.mk | 4 ++-- misc/terminfo.src | 9 ++++++--- 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 +- 9 files changed, 22 insertions(+), 16 deletions(-) diff --git a/NEWS b/NEWS index b8875b55..89fda20d 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.2183 2014/03/22 23:03:23 tom Exp $ +-- $Id: NEWS,v 1.2185 2014/03/23 21:01:15 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,9 @@ 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. +20140323 + + fix typo in "mlterm" entry (report by Gabriele Balducci) -TD + 20140322 + use types from in sample build-scripts for chtype, etc. + modify configure script and curses.h.in to allow the types specified diff --git a/dist.mk b/dist.mk index 9933f6e2..e628a21d 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.977 2014/03/22 15:46:30 tom Exp $ +# $Id: dist.mk,v 1.978 2014/03/23 20:59:54 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 = 5 NCURSES_MINOR = 9 -NCURSES_PATCH = 20140322 +NCURSES_PATCH = 20140323 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) diff --git a/misc/terminfo.src b/misc/terminfo.src index c67ccae1..aca3b948 100644 --- a/misc/terminfo.src +++ b/misc/terminfo.src @@ -6,8 +6,8 @@ # Report bugs and new terminal descriptions to # bug-ncurses@gnu.org # -# $Revision: 1.486 $ -# $Date: 2014/03/22 18:26:51 $ +# $Revision: 1.487 $ +# $Date: 2014/03/23 20:45:15 $ # # The original header is preserved below for reference. It is noted that there # is a "newer" version which differs in some cosmetic details (but actually @@ -4755,7 +4755,7 @@ konsole-256color|KDE console window with xterm 256-colors, # http://mlterm.sourceforge.net/ mlterm|multi lingual terminal emulator, - use=mlterm, + use=mlterm3, # Tested mlterm 3.2.2: # mlterm 3.x has made changes, but they are not reflected in the included @@ -23204,4 +23204,7 @@ v3220|LANPAR Vision II model 3220/3221/3222, # * add mlterm3 entry, use that as "mlterm" -TD # * inherit mlterm-256color from mlterm -TD # +# 2014-03-23 +# * fix typo in "mlterm" entry (report by Gabriele Balducci) -TD +# ######## SHANTIH! SHANTIH! SHANTIH! diff --git a/package/debian-mingw/changelog b/package/debian-mingw/changelog index 52c57f98..2e2387a3 100644 --- a/package/debian-mingw/changelog +++ b/package/debian-mingw/changelog @@ -1,8 +1,8 @@ -ncurses6 (5.9-20140322) unstable; urgency=low +ncurses6 (5.9-20140323) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Sat, 22 Mar 2014 11:46:30 -0400 + -- Thomas E. Dickey Sun, 23 Mar 2014 16:59:54 -0400 ncurses6 (5.9-20131005) unstable; urgency=low diff --git a/package/debian-mingw64/changelog b/package/debian-mingw64/changelog index 52c57f98..2e2387a3 100644 --- a/package/debian-mingw64/changelog +++ b/package/debian-mingw64/changelog @@ -1,8 +1,8 @@ -ncurses6 (5.9-20140322) unstable; urgency=low +ncurses6 (5.9-20140323) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Sat, 22 Mar 2014 11:46:30 -0400 + -- Thomas E. Dickey Sun, 23 Mar 2014 16:59:54 -0400 ncurses6 (5.9-20131005) unstable; urgency=low diff --git a/package/debian/changelog b/package/debian/changelog index a10c782e..7b200762 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,8 +1,8 @@ -ncurses6 (5.9-20140322) unstable; urgency=low +ncurses6 (5.9-20140323) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Sat, 22 Mar 2014 11:46:30 -0400 + -- Thomas E. Dickey Sun, 23 Mar 2014 16:59:54 -0400 ncurses6 (5.9-20120608) unstable; urgency=low diff --git a/package/mingw-ncurses.nsi b/package/mingw-ncurses.nsi index a7099fa1..be02be3e 100644 --- a/package/mingw-ncurses.nsi +++ b/package/mingw-ncurses.nsi @@ -1,4 +1,4 @@ -; $Id: mingw-ncurses.nsi,v 1.32 2014/03/22 15:46:30 tom Exp $ +; $Id: mingw-ncurses.nsi,v 1.33 2014/03/23 20:59:54 tom Exp $ ; TODO add examples ; TODO bump ABI to 6 @@ -10,7 +10,7 @@ !define VERSION_MAJOR "5" !define VERSION_MINOR "9" !define VERSION_YYYY "2014" -!define VERSION_MMDD "0322" +!define VERSION_MMDD "0323" !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD} !define MY_ABI "5" diff --git a/package/mingw-ncurses.spec b/package/mingw-ncurses.spec index f16839f6..dd1d4669 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: 5.9 -Release: 20140322 +Release: 20140323 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz diff --git a/package/ncurses.spec b/package/ncurses.spec index 2322b01d..1a95c452 100644 --- a/package/ncurses.spec +++ b/package/ncurses.spec @@ -1,7 +1,7 @@ Summary: shared libraries for terminal handling Name: ncurses6 Version: 5.9 -Release: 20140322 +Release: 20140323 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz -- 2.44.0