From d835ffe32e5d5250a1ca12da64ca38ae4c1be485c7f52d716807783e8119df18 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 14 Jul 2014 09:02:37 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=161 --- ncurses-5.9-patches.tar.bz2 | 4 ++-- ncurses.changes | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/ncurses-5.9-patches.tar.bz2 b/ncurses-5.9-patches.tar.bz2 index 6cec99c..14ca118 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:04128d9c414df084b7e27f5b98f314cd172fb0025abc97936284061c4c7f0f89 -size 3613329 +oid sha256:2cc28ee8fe68d82cb0acb83a4c9c1b6b807e0bbe4d20f29a63d60e11bece346a +size 3618996 diff --git a/ncurses.changes b/ncurses.changes index 49e3b4c..45950a6 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Jul 14 08:57:10 UTC 2014 - werner@suse.de + +- Add ncurses patch 20140712 + + correct Charable() macro check for A_ALTCHARSET in wide-characters. + + build-fix for position-debug code in tty_update.c, to work with or + without sp-funcs. +- Add ncurses patch 20140705 + + add w/W toggle to ncurses.c 'B' test, to demonstrate permutation of + video-attributes and colors with double-width character strings. + +------------------------------------------------------------------- +Mon Jun 30 07:09:05 UTC 2014 - werner@suse.de + +- Add ncurses patch 20140629 + + correct check in win_driver.c for saving screen contents, e.g., when + NCURSES_CONSOLE2 is set (cf: 20140503). + + reorganize b/B menu items in ncurses.c, putting the test-strings into + subwindows. This is needed for a planned change to use Unicode + fullwidth characters in the test-screens. + + correct update to form status for _NEWTOP, broken by fixes for + compiler warnings (patch by Leon Winter, cf: 20120616). + ------------------------------------------------------------------- Tue Jun 24 12:40:25 UTC 2014 - werner@suse.de