diff --git a/ncurses-5.9-overwrite.dif b/ncurses-5.9-overwrite.dif index 79294ca..7ecf5a4 100644 --- a/ncurses-5.9-overwrite.dif +++ b/ncurses-5.9-overwrite.dif @@ -10,11 +10,11 @@ AC_ARG_ENABLE(database, --- configure +++ configure 2013-09-30 09:17:51.710735838 +0000 -@@ -6375,6 +6375,7 @@ else +@@ -6390,6 +6390,7 @@ else fi; - echo "$as_me:6376: result: $with_overwrite" >&5 + echo "$as_me:6391: result: $with_overwrite" >&5 echo "${ECHO_T}$with_overwrite" >&6 +WITH_OVERWRITE="$with_overwrite" - echo "$as_me:6379: checking if external terminfo-database is used" >&5 + echo "$as_me:6394: checking if external terminfo-database is used" >&5 echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6 diff --git a/ncurses-5.9-patches.tar.bz2 b/ncurses-5.9-patches.tar.bz2 index 36b0226..a134c19 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:53b39b50b10d859a44b030b438232f2faa4aaeb8fa8bf74c6f93d091ff7bdc6d -size 3223335 +oid sha256:4be057101bc85112f32e34ba2ef9e7f8990595f4c4b2ff033c1f877978b15321 +size 3277192 diff --git a/ncurses.changes b/ncurses.changes index aa86a9f..812eb76 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Apr 28 10:53:21 UTC 2014 - werner@suse.de + +- Add ncurses patch 20140426 + + add --disable-lib-suffixes option (adapted from patch by Juergen + Pfeifer). + + merge some changes from Juergen Pfeifer's work with MSYS2, to + simplify later merging: + + use NC_ISATTY() macro for isatty() in library + + add _nc_mingw_isatty() and related functions to windows-driver + + rename terminal driver entrypoints to simplify grep's + + remove a check in the sp-funcs flavor of newterm() which allowed only + the first call to newterm() to succeed (report by Thomas Beierlein, + cf: 20090927). +- Add ncurses patch 20140419 + + update config.guess, config.sub from + http://git.savannah.gnu.org/cgit/config.git + ------------------------------------------------------------------- Mon Apr 14 17:01:36 UTC 2014 - werner@suse.de