diff --git a/ncurses-5.9-overwrite.dif b/ncurses-5.9-overwrite.dif index f090cf9..56abac6 100644 --- a/ncurses-5.9-overwrite.dif +++ b/ncurses-5.9-overwrite.dif @@ -12,9 +12,9 @@ +++ configure 2013-09-30 09:17:51.710735838 +0000 @@ -6390,6 +6390,7 @@ else fi; - echo "$as_me:6392: result: $with_overwrite" >&5 + echo "$as_me:6455: result: $with_overwrite" >&5 echo "${ECHO_T}$with_overwrite" >&6 +WITH_OVERWRITE="$with_overwrite" - echo "$as_me:6395: checking if external terminfo-database is used" >&5 + echo "$as_me:6458: 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 14ca118..606154e 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:2cc28ee8fe68d82cb0acb83a4c9c1b6b807e0bbe4d20f29a63d60e11bece346a -size 3618996 +oid sha256:32104b366b7728d42bdb357bef48fd52cd2a5b4d63bf7c5af465dabfb940ae57 +size 3765092 diff --git a/ncurses.changes b/ncurses.changes index 45950a6..4aa47a5 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jul 28 11:16:06 UTC 2014 - werner@suse.de + +- Add ncurses patch 20140726 + + eliminate some redundant -I options used for building libraries, and + ensure that ${srcdir} is added to the include-options (prompted by + discussion with Paul Gilmartin). + + modify configure script to work with Minix3.2 + + add form library extension O_DYNAMIC_JUSTIFY option which can be + used to override the different treatment of justification for static + versus dynamic fields (adapted from patch by Leon Winter). + + add a null pointer check in test/edit_field.c (report/analysis by + Leon Winter, cf: 20130608). + ------------------------------------------------------------------- Mon Jul 14 08:57:10 UTC 2014 - werner@suse.de