Update to ncurses-6.2-20200523

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=491
This commit is contained in:
Dr. Werner Fink 2020-05-25 07:18:20 +00:00 committed by Git OBS Bridge
parent dbef5dc463
commit 2873e4a9d0
3 changed files with 31 additions and 12 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d7b5a4a508d923bd0c6ef601d2b416b55038f93af557c275628ad6eb656af6c
size 379759
oid sha256:cb68a6fbda9ab2cef2f2423e004c5a0a7fe1356b7e7dabe61081b23302b37a7e
size 461634

View File

@ -151,7 +151,7 @@
done
--- configure
+++ configure 2020-03-09 09:17:28.749300145 +0000
@@ -5620,7 +5620,7 @@ echo $ECHO_N "checking for an rpath opti
@@ -5621,7 +5621,7 @@ echo $ECHO_N "checking for an rpath opti
fi
;;
(linux*|gnu*|k*bsd*-gnu|freebsd*)
@ -160,7 +160,7 @@
;;
(openbsd[2-9].*|mirbsd*)
LD_RPATH_OPT="-Wl,-rpath,"
@@ -14124,12 +14124,15 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14224,12 +14224,15 @@ cat >>$cf_edit_man <<CF_EOF
echo '? missing rename for '\$cf_source
cf_target="\$cf_source"
fi
@ -178,7 +178,7 @@
sed -f $cf_man_alias \\
CF_EOF
@@ -14139,7 +14142,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14239,7 +14242,7 @@ cat >>$cf_edit_man <<CF_EOF
CF_EOF
else
cat >>$cf_edit_man <<CF_EOF
@ -187,7 +187,7 @@
CF_EOF
fi
@@ -14179,7 +14182,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14279,7 +14282,7 @@ cat >>$cf_edit_man <<CF_EOF
mv \$TMP.$cf_so_strip \$TMP
fi
fi
@ -196,7 +196,7 @@
CF_EOF
fi
@@ -14188,23 +14191,23 @@ case "$MANPAGE_FORMAT" in
@@ -14288,23 +14291,23 @@ case "$MANPAGE_FORMAT" in
cat >>$cf_edit_man <<CF_EOF
if test \$form = format ; then
# BSDI installs only .0 suffixes in the cat directories
@ -226,7 +226,7 @@
for cf_alias in \$aliases
do
if test \$section = 1 ; then
@@ -14213,7 +14216,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14313,7 +14316,7 @@ cat >>$cf_edit_man <<CF_EOF
if test "$MANPAGE_SYMLINKS" = yes ; then
if test -f \$cf_alias\${suffix} ; then
@ -235,7 +235,7 @@
then
continue
fi
@@ -14223,18 +14226,18 @@ CF_EOF
@@ -14323,18 +14326,18 @@ CF_EOF
case "x$LN_S" in
(*-f)
cat >>$cf_edit_man <<CF_EOF
@ -257,7 +257,7 @@
echo ".so \$cf_source" >\$TMP
CF_EOF
if test -n "$cf_compress" ; then
@@ -14254,9 +14257,9 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14354,9 +14357,9 @@ cat >>$cf_edit_man <<CF_EOF
)
)
elif test \$verb = removing ; then
@ -270,7 +270,7 @@
)
test -d \$cf_subdir\${section} &&
test -n "\$aliases" && (
@@ -14276,6 +14279,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14376,6 +14379,7 @@ cat >>$cf_edit_man <<CF_EOF
# echo ".hy 0"
cat \$TMP
fi
@ -278,7 +278,7 @@
;;
esac
done
@@ -25860,6 +25864,7 @@ if test "$with_termlib" != no ; then
@@ -25960,6 +25964,7 @@ if test "$with_termlib" != no ; then
TINFO_LDFLAGS="-L${LIB_DIR}"
SHLIB_LIST="$SHLIB_LIST -l${TINFO_LIB_SUFFIX}"
fi

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon May 25 07:11:21 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20200523
+ update version-check for gnat to allow for gnat 10.x to 99.x
+ fix an uninitialized variable in lib_mouse.c changes (cf: 20200502)
+ add a check in EmitRange to guard against repeat_char emitting digits
which could be interpreted as BSD-style padding when --enable-bsdpad
is configured (report/patch by Hiltjo Posthuma).
+ add --disable-pkg-ldflags to suppress EXTRA_LDFLAGS from the
generated pkg-config and ncurses*-config files, to simplify
configuring in the case where rpath is used but the packager wants
to hide the feature (report by Michael Stapelberg).
> fixes for building with Visual Studio C++ and msys2 (patches by
"Maarten Anonymous"):
+ modify CF_SHARED_OPTS to generate a script which translates linker
options into Visual Studio's dialect.
+ omit parentheses around function-names in generated lib_gen.c to
-------------------------------------------------------------------
Mon May 18 15:01:22 UTC 2020 - Dr. Werner Fink <werner@suse.de>