ncurses-6.2-20200801

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=500
This commit is contained in:
2020-08-05 07:54:07 +00:00
committed by Git OBS Bridge
parent 03cecc5405
commit f1a93d3ce8
3 changed files with 52 additions and 16 deletions

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Mon Aug 3 08:36:51 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20200801
+ remove remaining parts of checks for ISC Unix (cf: 20121006).
+ add user32.lib to LDFLAGS for Visual Studio C++ configuration
(discussion with "Maarten Anonymous").
+ modify MKkey_defs.sh to hide ncurses' definition of KEY_EVENTS to
reduce Visual Studio C++ redefinition warnings.
+ improve/update checks for external functions in test/configure
-------------------------------------------------------------------
Mon Jul 27 09:42:00 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20200725
+ set LINK_TESTS in CF_SHARED_OPTS for msvc (patch by
"Maarten Anonymous")
+ improved workaround for redefinition-warnings for KEY_EVENT.
+ improve man/term.5 section on legacy storage format (report by
Florian Weimer).
-------------------------------------------------------------------
Mon Jul 20 10:51:35 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20200718
+ reduce redefinition-warnings for KEY_EVENT when building with Visual
Studio C++.
+ define NCURSES_STATIC when compiling programs to link with static
libraries, to work with MinGW vs Visual Studio C++.
> additional changes for building with Visual Studio C++ and msys2
(reports/patches by "Maarten Anonymous")
+ modify c++/Makefile.in to set the current directory while compiling
the main program, so the linker can find related objects.
+ several changes to allow the c++/demo program to compile/link.
+ change an ifdef in test-directory, to use VC++ wide-character funcs.
-------------------------------------------------------------------
Mon Jul 13 09:20:28 UTC 2020 - Dr. Werner Fink <werner@suse.de>