Update to ncurses-6.2-20200704

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=497
This commit is contained in:
2020-07-07 14:00:17 +00:00
committed by Git OBS Bridge
parent 99e013b55e
commit 666ee6acc3
3 changed files with 29 additions and 10 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Jul 7 09:11:13 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- 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 <werner@suse.de>
- 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 <werner@suse.de>
@@ -6,6 +25,11 @@ Mon Jun 22 16:58:17 UTC 2020 - Dr. Werner Fink <werner@suse.de>
-------------------------------------------------------------------
Mon Jun 15 11:05:42 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- 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 <werner@suse.de>
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 <werner@suse.de>