From 105487bd920e8c0c7ebb4b7bd2a4d546f8ebe3e72e73b6422c831d27794c38b2 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 18 Aug 2014 10:10:48 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=165 --- ncurses-5.9-patches.tar.bz2 | 4 ++-- ncurses.changes | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/ncurses-5.9-patches.tar.bz2 b/ncurses-5.9-patches.tar.bz2 index 606154e..f0f174f 100644 --- a/ncurses-5.9-patches.tar.bz2 +++ b/ncurses-5.9-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32104b366b7728d42bdb357bef48fd52cd2a5b4d63bf7c5af465dabfb940ae57 -size 3765092 +oid sha256:1549d635d4973b0630a5e22ede2868b7141a64d562aa7c690806696d935d0d67 +size 3793781 diff --git a/ncurses.changes b/ncurses.changes index 4aa47a5..be663e4 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Mon Aug 18 10:09:40 UTC 2014 - werner@suse.de + +- Add ncurses patch 20140816 + + fix colors in ncurses 'b' test which did not work after changing + it to put the test-strings in subwindows (cf: 20140705). + + merge redundant SEE-ALSO sections in form and menu manpages. +- Add ncurses patch 20140809 + + modify declarations for user-data pointers in C++ binding to use + reinterpret_cast to facilitate converting typed pointers to void* + in user's application (patch by Adam Jiang). + + regenerated html manpages. + + add note regarding cause and effect for TERM in ncurses manpage, + having noted clueless verbiage in Terminal.app's "help" file + which reverses cause/effect. + + remove special fallback definition for NCURSES_ATTR_T, since macros + have resolved type-mismatches using casts (cf: 970412). + + fixes for win_driver.c: + + handle repainting on endwin/refresh combination. + + implement beep(). + + minor cleanup. +- Add ncurses patch 20140802 + + minor portability fixes for MinGW: + + ensure WINVER is defined in makefiles rather than using headers + + add check for gnatprep "-T" option + + work around bug introduced by gcc 4.8.1 in MinGW which breaks + "trace" feature: + http://stackoverflow.com/questions/20877689/gcc-4-8-1-minggw-d-option-does-not-work-as-usual + + fix most compiler warnings for Cygwin ncurses-examples. + + restore "redundant" -I options in test/Makefile.in, since they are + typically needed when building the derived ncurses-examples package + (cf: 20140726). + ------------------------------------------------------------------- Mon Jul 28 11:16:06 UTC 2014 - werner@suse.de