From 169cba0b42d4feb9cc67ba8b8e20b93564c9374d0fb9fe698ff3c72f47672070 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 26 Jan 2021 08:08:22 +0000 Subject: [PATCH] Update to ncurses-6.2 patch 20210123 OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=526 --- ncurses-6.2-patches.tar.bz2 | 4 ++-- ncurses-6.2.dif | 6 +++--- ncurses.changes | 10 ++++++++++ 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/ncurses-6.2-patches.tar.bz2 b/ncurses-6.2-patches.tar.bz2 index abeba57..b0750e5 100644 --- a/ncurses-6.2-patches.tar.bz2 +++ b/ncurses-6.2-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:20e7b2b41c30ee63592fa3a8dde65164888fa20ac313ee2b61a215f7114039dc -size 1859808 +oid sha256:dfebd1cfc443546d06f19e1d5afcae96c1a77a34faa00d0a8bd8e23147de466a +size 1864376 diff --git a/ncurses-6.2.dif b/ncurses-6.2.dif index fd730fa..a7f344a 100644 --- a/ncurses-6.2.dif +++ b/ncurses-6.2.dif @@ -361,7 +361,7 @@ -Wl,-z,*) # ignore flags used to manipulate shared image continue ;; -@@ -150,6 +153,7 @@ do +@@ -183,6 +186,7 @@ do LIBS="-l$name" desc="ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" @@ -369,7 +369,7 @@ reqs= if [ $name = $MAIN_LIBRARY ]; then -@@ -160,9 +164,11 @@ do +@@ -193,9 +197,11 @@ do desc="$desc terminal interface library" elif expr $name : ".*${CXX_NAME}.*" >/dev/null ; then reqs="$PANEL_LIBRARY${suffix}, $MENU_LIBRARY${suffix}, $FORM_LIBRARY${suffix}, $MAIN_LIBRARY${suffix}" @@ -381,7 +381,7 @@ desc="$desc add-on library" fi -@@ -172,6 +178,8 @@ do +@@ -205,6 +211,8 @@ do [ $NEED_TINFO != yes ] ; then [ -n "$reqs" ] && reqs="$reqs, " reqs="${reqs}${SUB_LIBRARY}${suffix}" diff --git a/ncurses.changes b/ncurses.changes index 15cd40b..1c1cbfc 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jan 25 13:04:21 UTC 2021 - Dr. Werner Fink + +- Add ncurses patch 20210123 + + modify package/config scripts to provide an explicit -L option for + cases when the loader search path has other directories preceding + the one in which ncurses is installed (report by Yuri Victorovich). + + minor build-fixes in configure script and makefiles to work around + quirks of pmake. + ------------------------------------------------------------------- Wed Jan 20 20:43:02 UTC 2021 - Andreas Schwab