Accepting request 211279 from Base:System

- Add ncurses patch 20131214
  + modify configure-script/ifdef's to allow OLD_TTY feature to be
    suppressed if the type of ospeed is configured using the option
    --with-ospeed to not be a short.  By default, it is a short for
    termcap-compatibility (adapted from suggestion by Christian
    Weisgerber).
  + correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
    cf: 20061230).
  + fix a few -Wlogical-op warnings.
  + updated llib-l* files.

OBS-URL: https://build.opensuse.org/request/show/211279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=79
This commit is contained in:
Stephan Kulow 2013-12-19 12:34:29 +00:00 committed by Git OBS Bridge
commit 9b83936008
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7439df470e0d87f2848b49cbd7123bb12723537165f5a618eab5c9c312150aa5
size 2977175
oid sha256:4e0d1699b7643e0da833fd6d6283b2aabfcfbf9bd971f04dc505b2635f603be7
size 2995342

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Dec 17 17:40:23 UTC 2013 - werner@suse.de
- Add ncurses patch 20131214
+ modify configure-script/ifdef's to allow OLD_TTY feature to be
suppressed if the type of ospeed is configured using the option
--with-ospeed to not be a short. By default, it is a short for
termcap-compatibility (adapted from suggestion by Christian
Weisgerber).
+ correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
cf: 20061230).
+ fix a few -Wlogical-op warnings.
+ updated llib-l* files.
-------------------------------------------------------------------
Tue Dec 10 14:54:55 UTC 2013 - werner@suse.de