ncurses-6.2-20200817

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=501
This commit is contained in:
2020-08-18 07:05:39 +00:00
committed by Git OBS Bridge
parent f1a93d3ce8
commit af3d7473f8
3 changed files with 94 additions and 38 deletions

View File

@@ -1,3 +1,41 @@
-------------------------------------------------------------------
Tue Aug 18 06:44:15 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20200817
+ reduce build-warnings by excluding ncurses-internals from deprecation
warnings.
+ mark wgetch-events feature as deprecated.
+ add definition for $(LIBS) to ncurses/Makefile.in, to simplify builds
using the string-hacks option.
+ prevent KEY_EVENT from appearing in curses.h unless the configure
option --enable-wgetch-events is used (report by Werner Fink).
-------------------------------------------------------------------
Mon Aug 17 08:08:37 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20200816
+ amend tic/infocmp check to allow for the respective tool's absence
(report by Steve Wills, cf: 20200808).
+ improved some of the build-scripts with shellcheck
+ filter out -MT/-MD/-MTd/-MDd options in script for Visual Studio C++
(discussion with "Maarten Anonymous").
-------------------------------------------------------------------
Tue Aug 11 09:09:09 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20200808
+ improve discussion of the system's tic utility when used as part
of cross-compiling (discussion with Keith Marshall).
+ modify configuration checks for build-time tic/infocmp to use
AC_CHECK_TOOL. That can still be overridden by --with-tic-path and
--with-infocmp-path when fallbacks are used, but even if not using
fallbacks, the improved check may help with cross-compiling
(discussion with Keith Marshall).
+ other build-fixes for Ada95 with MinGW.
+ modify Ada95 source-generation utility to write to a file given as
parameter rather than to the standard output, allowing builds with
MinGW.
-------------------------------------------------------------------
Mon Aug 3 08:36:51 UTC 2020 - Dr. Werner Fink <werner@suse.de>