Update to ncurses-6.2-20200711

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=498
This commit is contained in:
2020-07-13 09:31:28 +00:00
committed by Git OBS Bridge
parent 666ee6acc3
commit 03cecc5405
3 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jul 13 09:20:28 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20200711
+ fix pound-sign mapping in acsc of linux2.6 entry (report by Ingo
Bruckl).
+ additional changes for building with Visual Studio C++ and msys2
(reports/patches by "Maarten Anonymous")
+ build-improvements for Windows 10 and MinGW (patch by Juergen
Pfeifer).
+ fix a typo in curs_printw.3x (patch by William Pursell).
+ fix two errors in infotocap which allowed indexing outside the
buffer (report/testcases by Zhang Gan).
+ update length of strings in infocmp's usage function to restore a
trailing null on the longest string (report/testcase by Zhang Gen).
-------------------------------------------------------------------
Tue Jul 7 09:11:13 UTC 2020 - Dr. Werner Fink <werner@suse.de>