SHA256
1
0
forked from pool/ncurses

Add ncurses patch 20160521

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=246
This commit is contained in:
2016-05-24 07:57:22 +00:00
committed by Git OBS Bridge
parent ae4f9612d8
commit 822e4a6777
3 changed files with 54 additions and 39 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue May 24 07:41:19 UTC 2016 - werner@suse.de
- Add ncurses patch 20160521
+ improved manual page description of tset/reset versus window-size.
+ fixes to work with a slightly broken compiler configuration which
cannot compile "Hello World!" without adding compiler options
(report by Ola x Nilsson):
+ pass appropriate compiler options to the CF_PROG_CC_C_O macro.
+ when separating compiler and options in CF_CC_ENV_FLAGS, ensure
that all options are split-off into CFLAGS or CPPFLAGS
+ restore some -I options removed in 20140726 because they appeared
to be redundant. In fact, they are needed for a compiler that
cannot combine -c and -o options.
-------------------------------------------------------------------
Tue May 17 10:33:40 UTC 2016 - werner@suse.de