diff --git a/ncurses-5.9-patches.tar.bz2 b/ncurses-5.9-patches.tar.bz2 index 3616ed6..7dc4355 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:0923cbde36b97806c70b65064bd38edea2afc2603accd036c90d61be2cda1615 -size 576249 +oid sha256:aa9d8b7d72f70b2e20b8327828f3f915e5ed91dfb8a2123a0ba5bdffd890ad2d +size 611603 diff --git a/ncurses.changes b/ncurses.changes index 5e68fbf..087f917 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -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