Accepting request 225497 from Base:System

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/225497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=83
This commit is contained in:
Stephan Kulow 2014-03-11 16:25:43 +00:00 committed by Git OBS Bridge
commit cb13d7ba4c
2 changed files with 28 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:153b6358f0abd1249fe86fbd4f6bd2bf43cf2649d102387015baf32610b7931e
size 3040677
oid sha256:320a7d61e0282cbd4ee839a35093cdfe2f5c2c9fdc50e2e231bed4b01ce6acc7
size 3189737

View File

@ -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