SHA256
1
0
forked from pool/ncurses

Accepting request 95459 from Base:System

- Add ncurses patch 5.9.20111203 
 * modify configure-check for etip.h dependencies, supplying a temporary
   copy of ncurses_dll.h since it is a generated file (prompted by
   Debian #646977).
 * modify CF_CPP_PARAM_INIT "main" function to work with current C++.

- Add ncurses patch 5.9.20111126
 * correct database iterator's check for duplicate entries
   (cf: 20111001).
 * modify database iterator to ignore $TERMCAP when it is not an
   absolute pathname.
 * add -D option to tic, to show the database locations that it could
   use.
 * improve description of database locations in tic manpage.
 * modify the configure script to generate a list of the ".pc" files to
   generate, rather than deriving the list from the libraries which have
   been built (patch by Mike Frysinger).
 * use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
   ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
   from patch by Mike Frysinger).

OBS-URL: https://build.opensuse.org/request/show/95459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=48
This commit is contained in:
Stephan Kulow 2011-12-06 16:59:50 +00:00 committed by Git OBS Bridge
commit 5cfbf661ab
2 changed files with 30 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:0923cbde36b97806c70b65064bd38edea2afc2603accd036c90d61be2cda1615 oid sha256:aa9d8b7d72f70b2e20b8327828f3f915e5ed91dfb8a2123a0ba5bdffd890ad2d
size 576249 size 611603

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Dec 5 13:33:46 UTC 2011 - werner@suse.de
- Add ncurses patch 5.9.20111203
* modify configure-check for etip.h dependencies, supplying a temporary
copy of ncurses_dll.h since it is a generated file (prompted by
Debian #646977).
* modify CF_CPP_PARAM_INIT "main" function to work with current C++.
-------------------------------------------------------------------
Mon Nov 28 10:23:53 UTC 2011 - werner@suse.de
- Add ncurses patch 5.9.20111126
* correct database iterator's check for duplicate entries
(cf: 20111001).
* modify database iterator to ignore $TERMCAP when it is not an
absolute pathname.
* add -D option to tic, to show the database locations that it could
use.
* improve description of database locations in tic manpage.
* modify the configure script to generate a list of the ".pc" files to
generate, rather than deriving the list from the libraries which have
been built (patch by Mike Frysinger).
* use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
from patch by Mike Frysinger).
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 24 13:32:02 UTC 2011 - werner@suse.de Thu Nov 24 13:32:02 UTC 2011 - werner@suse.de