From cdae9749d9ed242e8724f5bc45831a06a5f10bbf3118a88661c43e204d3c2e55 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 28 Jul 2014 11:16:49 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=163 --- ncurses-5.9-overwrite.dif | 4 ++-- ncurses-5.9-patches.tar.bz2 | 4 ++-- ncurses.changes | 14 ++++++++++++++ 3 files changed, 18 insertions(+), 4 deletions(-) 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