forked from pool/ncurses
Update to ncurses-6.2 patch 20210123
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=526
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:20e7b2b41c30ee63592fa3a8dde65164888fa20ac313ee2b61a215f7114039dc
|
oid sha256:dfebd1cfc443546d06f19e1d5afcae96c1a77a34faa00d0a8bd8e23147de466a
|
||||||
size 1859808
|
size 1864376
|
||||||
|
@@ -361,7 +361,7 @@
|
|||||||
-Wl,-z,*) # ignore flags used to manipulate shared image
|
-Wl,-z,*) # ignore flags used to manipulate shared image
|
||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
@@ -150,6 +153,7 @@ do
|
@@ -183,6 +186,7 @@ do
|
||||||
LIBS="-l$name"
|
LIBS="-l$name"
|
||||||
|
|
||||||
desc="ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@"
|
desc="ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@"
|
||||||
@@ -369,7 +369,7 @@
|
|||||||
reqs=
|
reqs=
|
||||||
|
|
||||||
if [ $name = $MAIN_LIBRARY ]; then
|
if [ $name = $MAIN_LIBRARY ]; then
|
||||||
@@ -160,9 +164,11 @@ do
|
@@ -193,9 +197,11 @@ do
|
||||||
desc="$desc terminal interface library"
|
desc="$desc terminal interface library"
|
||||||
elif expr $name : ".*${CXX_NAME}.*" >/dev/null ; then
|
elif expr $name : ".*${CXX_NAME}.*" >/dev/null ; then
|
||||||
reqs="$PANEL_LIBRARY${suffix}, $MENU_LIBRARY${suffix}, $FORM_LIBRARY${suffix}, $MAIN_LIBRARY${suffix}"
|
reqs="$PANEL_LIBRARY${suffix}, $MENU_LIBRARY${suffix}, $FORM_LIBRARY${suffix}, $MAIN_LIBRARY${suffix}"
|
||||||
@@ -381,7 +381,7 @@
|
|||||||
desc="$desc add-on library"
|
desc="$desc add-on library"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -172,6 +178,8 @@ do
|
@@ -205,6 +211,8 @@ do
|
||||||
[ $NEED_TINFO != yes ] ; then
|
[ $NEED_TINFO != yes ] ; then
|
||||||
[ -n "$reqs" ] && reqs="$reqs, "
|
[ -n "$reqs" ] && reqs="$reqs, "
|
||||||
reqs="${reqs}${SUB_LIBRARY}${suffix}"
|
reqs="${reqs}${SUB_LIBRARY}${suffix}"
|
||||||
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 25 13:04:21 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- 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 <schwab@suse.de>
|
Wed Jan 20 20:43:02 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user