Update to ncurses-6.2-20200523

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=491
This commit is contained in:
2020-05-25 07:18:20 +00:00
committed by Git OBS Bridge
parent dbef5dc463
commit 2873e4a9d0
3 changed files with 31 additions and 12 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon May 25 07:11:21 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20200523
+ update version-check for gnat to allow for gnat 10.x to 99.x
+ fix an uninitialized variable in lib_mouse.c changes (cf: 20200502)
+ add a check in EmitRange to guard against repeat_char emitting digits
which could be interpreted as BSD-style padding when --enable-bsdpad
is configured (report/patch by Hiltjo Posthuma).
+ add --disable-pkg-ldflags to suppress EXTRA_LDFLAGS from the
generated pkg-config and ncurses*-config files, to simplify
configuring in the case where rpath is used but the packager wants
to hide the feature (report by Michael Stapelberg).
> fixes for building with Visual Studio C++ and msys2 (patches by
"Maarten Anonymous"):
+ modify CF_SHARED_OPTS to generate a script which translates linker
options into Visual Studio's dialect.
+ omit parentheses around function-names in generated lib_gen.c to
-------------------------------------------------------------------
Mon May 18 15:01:22 UTC 2020 - Dr. Werner Fink <werner@suse.de>