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:
Dr. Werner Fink 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,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8fc92d2f5348759ad7ba34bfff091e61c9ef312941f79c7eb3e24d157fab40f5
size 510944
oid sha256:144ac9cdbb11a58d1ce50bd05cc945f88275f94a10c0dc4e62fc77ae82d0645d
size 532105

View File

@ -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@

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>