From 666ee6acc3c365ad5e99ba891329dd2f05e6cbcb334b44343898ef3ed33aac5d Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 7 Jul 2020 14:00:17 +0000 Subject: [PATCH] Update to ncurses-6.2-20200704 OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=497 --- ncurses-6.2-patches.tar.bz2 | 4 ++-- ncurses-6.2.dif | 6 +++--- ncurses.changes | 29 ++++++++++++++++++++++++----- 3 files changed, 29 insertions(+), 10 deletions(-) diff --git a/ncurses-6.2-patches.tar.bz2 b/ncurses-6.2-patches.tar.bz2 index d074482..a93f258 100644 --- a/ncurses-6.2-patches.tar.bz2 +++ b/ncurses-6.2-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8fc92d2f5348759ad7ba34bfff091e61c9ef312941f79c7eb3e24d157fab40f5 -size 510944 +oid sha256:144ac9cdbb11a58d1ce50bd05cc945f88275f94a10c0dc4e62fc77ae82d0645d +size 532105 diff --git a/ncurses-6.2.dif b/ncurses-6.2.dif index 89e8526..3b9c837 100644 --- a/ncurses-6.2.dif +++ b/ncurses-6.2.dif @@ -955,9 +955,9 @@ } if (copied != 0) --- progs/Makefile.in -+++ progs/Makefile.in 2020-03-09 09:17:28.753300070 +0000 -@@ -101,7 +101,7 @@ CFLAGS_LIBTOOL = $(CCFLAGS) - CFLAGS_NORMAL = $(CCFLAGS) ++++ progs/Makefile.in 2020-07-07 09:13:53.548391492 +0000 +@@ -101,7 +101,7 @@ CFLAGS_LIBTOOL = $(CCFLAGS) -DNCURSES_ST + CFLAGS_NORMAL = $(CCFLAGS) -DNCURSES_STATIC CFLAGS_DEBUG = $(CCFLAGS) @CC_G_OPT@ -DTRACE CFLAGS_PROFILE = $(CCFLAGS) -pg -CFLAGS_SHARED = $(CCFLAGS) @CC_SHARED_OPTS@ diff --git a/ncurses.changes b/ncurses.changes index f8f3e25..053ee33 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Jul 7 09:11:13 UTC 2020 - Dr. Werner Fink + +- Add ncurses patch 20200704 + + modify version-check with Ada generics to use the same pattern as in + the check for supported gnat versions (report by Pascal Pignard). + > additional changes for building with Visual Studio C++ and msys2 + (patches by "Maarten Anonymous"): + + adjust headers/declarations to provide for "dllimport" vs "dllexport" + declarations when constructing DLLs, to worko with Visual Studio C++. + +------------------------------------------------------------------- +Mon Jun 29 05:56:54 UTC 2020 - Dr. Werner Fink + +- Add ncurses patch 20200627 + + build-fixes for gnat 10.1.1, whose gnatmake drops integration with + gprbuild. + + correct buffer-length in test/color_name.h + ------------------------------------------------------------------- Mon Jun 22 16:58:17 UTC 2020 - Dr. Werner Fink @@ -6,6 +25,11 @@ Mon Jun 22 16:58:17 UTC 2020 - Dr. Werner Fink ------------------------------------------------------------------- Mon Jun 15 11:05:42 UTC 2020 - Dr. Werner Fink +- Add ncurses patch 20200613 + + update list of functions in ncurses.3x + + move dlclose() call from lib_mouse.c to delscreen() to avoid a case + in the former which could be called from SIGTSTP handler (Debian + #961097). - Add ncurses patch 20200606 + add xterm+256color2, xterm+88color2, to deprecate nonstandard usage in xterm+256color, xterm+88color -TD @@ -13,11 +37,6 @@ Mon Jun 15 11:05:42 UTC 2020 - Dr. Werner Fink screen.linux (report by Alexandre Montaron). + use vt100+enq in screen (report by Alexandre Montaron). + add screen.linux-s alias (suggested by Alexandre Montaron). -- Add ncurses patch 20200613 - + update list of functions in ncurses.3x - + move dlclose() call from lib_mouse.c to delscreen() to avoid a case - in the former which could be called from SIGTSTP handler (Debian - #961097). ------------------------------------------------------------------- Tue Jun 2 06:24:20 UTC 2020 - Dr. Werner Fink