Updating link to change in openSUSE:Factory/ncurses revision 233

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=cf471e45b11017f7a96d713097959d90
This commit is contained in:
OBS User buildservice-autocommit
2023-02-22 14:21:01 +00:00
committed by Git OBS Bridge
parent 9d1e681701
commit 579db13099
3 changed files with 39 additions and 18 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Feb 20 07:28:49 UTC 2023 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20230218
+ configure-script improvements:
+ recent msys2 headers work with _DEFAULT_SOURCE; amend check
+ use $ac_includes_default in most cases where stdlib.h should work
+ use #error consistently vs "make an error"
+ add configure macro for gettimeofday vs inline check
- Correct offsets of patch ncurses-6.4.dif
-------------------------------------------------------------------
Mon Feb 13 07:29:59 UTC 2023 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20230211
+ set dwShareMode in calls to CreateConsoleScreenBuffer() (patch by
Hannes Domani).
+ use CreateFile with "CONIN$", "CONOUT$" rather than GetStdHandle to
obtain a handle on the actual console, avoiding redirection in the
MinGW/Win32 configurations (adapted from patch by LIU Hao).
-------------------------------------------------------------------
Wed Feb 8 21:03:01 UTC 2023 - Andreas Schwab <schwab@suse.de>