forked from pool/ncurses
ncurses-6.2-20200822
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=503
This commit is contained in:
parent
91b93cefc5
commit
82e1c12567
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2adb671bd9d12831cbee6b3532d5e2690bda68a057e7776b200cace56f08e600
|
||||
size 732276
|
||||
oid sha256:0b0eaf9127321b02a3cf806aaa8a632753afc8ceaaea2091381b48357def6c12
|
||||
size 761807
|
||||
|
@ -160,7 +160,7 @@
|
||||
;;
|
||||
(openbsd[2-9].*|mirbsd*)
|
||||
LD_RPATH_OPT="-Wl,-rpath,"
|
||||
@@ -14385,12 +14385,15 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
@@ -14393,12 +14393,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
|
||||
|
||||
@@ -14400,7 +14403,7 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
@@ -14408,7 +14411,7 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
CF_EOF
|
||||
else
|
||||
cat >>$cf_edit_man <<CF_EOF
|
||||
@ -187,7 +187,7 @@
|
||||
CF_EOF
|
||||
fi
|
||||
|
||||
@@ -14440,7 +14443,7 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
@@ -14448,7 +14451,7 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
mv \$TMP.$cf_so_strip \$TMP
|
||||
fi
|
||||
fi
|
||||
@ -196,7 +196,7 @@
|
||||
CF_EOF
|
||||
fi
|
||||
|
||||
@@ -14449,23 +14452,23 @@ case "$MANPAGE_FORMAT" in
|
||||
@@ -14457,23 +14460,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
|
||||
@@ -14474,7 +14477,7 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
@@ -14482,7 +14485,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
|
||||
@@ -14484,18 +14487,18 @@ CF_EOF
|
||||
@@ -14492,18 +14495,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
|
||||
@@ -14515,9 +14518,9 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
@@ -14523,9 +14526,9 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
)
|
||||
)
|
||||
elif test \$verb = removing ; then
|
||||
@ -270,7 +270,7 @@
|
||||
)
|
||||
test -d \$cf_subdir\${section} &&
|
||||
test -n "\$aliases" && (
|
||||
@@ -14537,6 +14540,7 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
@@ -14545,6 +14548,7 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
# echo ".hy 0"
|
||||
cat \$TMP
|
||||
fi
|
||||
@ -278,7 +278,7 @@
|
||||
;;
|
||||
esac
|
||||
done
|
||||
@@ -25996,6 +26000,7 @@ if test "$with_termlib" != no ; then
|
||||
@@ -26004,6 +26008,7 @@ if test "$with_termlib" != no ; then
|
||||
TINFO_LDFLAGS="-L${LIB_DIR}"
|
||||
SHLIB_LIST="$SHLIB_LIST -l${TINFO_LIB_SUFFIX}"
|
||||
fi
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 06:47:44 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Add ncurses patch 20200822
|
||||
+ improve version-number extraction in MKlib_gen.sh
|
||||
+ make the test-package for manpages installable by adjusting the
|
||||
man_db.renames file.
|
||||
+ correct an off-by-one loop-limit in convert_strings function
|
||||
(report by Yue Tai).
|
||||
+ add CF_SHARED_OPTS cases for HPE NonStop systems (Randall S Becker).
|
||||
+ modify CF_SHARED_OPTS case for NetBSD to use the same "-shared"
|
||||
option for the non-rpath case as for the rpath case, to allow gcc to
|
||||
provide suitable runtime initialization (report by Rajeev V Pillai).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 06:43:29 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user