From 3880c7ffe67483d8c776b56c962d0e9e4ddb48b3778af2740e2f1ed91963ebc0 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 3 Mar 2014 16:24:13 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=142 --- ncurses-5.9-patches.tar.bz2 | 4 ++-- ncurses.changes | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/ncurses-5.9-patches.tar.bz2 b/ncurses-5.9-patches.tar.bz2 index 17e67ad..7a58c07 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:153b6358f0abd1249fe86fbd4f6bd2bf43cf2649d102387015baf32610b7931e -size 3040677 +oid sha256:320a7d61e0282cbd4ee839a35093cdfe2f5c2c9fdc50e2e231bed4b01ce6acc7 +size 3189737 diff --git a/ncurses.changes b/ncurses.changes index 236fde6..3fb4caf 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Mar 3 16:21:40 UTC 2014 - werner@suse.de + +- Add ncurses patch 20140301 + + clarify error-returns from newwin (report by Ruslan Nabioullin). +- Add ncurses patch 20140222 + + fix some compiler warnings in win_driver.c + + updated notes for wsvt25 based on tack and vttest -TD + + add teken entry to show actual properties of FreeBSD's "xterm" + console -TD +- Add ncurses patch 20140215 + + in-progress changes to win_driver.c to implement output without + allocating a console-buffer. This uses a pre-existing environment + variable NCGDB used by Juergen Pfeifer for debugging (prompted by + discussion with Erwin Waterlander regarding Console2, which hangs + when reading in an allocated console-buffer). + + add -t option to gdc.c, and modify to accept "S" to step through the + scrolling-stages. + + regenerate NCURSES-Programming-HOWTO.html to fix some of the broken + html emitted by docbook. +- Add ncurses patch 20140209 + + modify CF_XOPEN_SOURCE macro to omit followup check to determine if + _XOPEN_SOURCE can/should be defined. g++ 4.7.2 built on Solaris 10 + has some header breakage due to its own predefinition of this symbol + (report by Jean-Pierre Flori, Sage #15796). + ------------------------------------------------------------------- Mon Feb 3 10:11:10 UTC 2014 - werner@suse.de