Update to ncurses-6.2 patch 20210814

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=567
This commit is contained in:
Dr. Werner Fink 2021-08-16 07:13:06 +00:00 committed by Git OBS Bridge
parent 9c8cce4806
commit f3c447aeb1
3 changed files with 17 additions and 10 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a68c9c59e53312eefa93e9d0c030f6d54bc7a606a623a75fe52135d4cfb109d1
size 3279091
oid sha256:df4473b7d9f606a00457b96b1aa0ab52ad78e4a361da541f260dbf4aa92b6bcf
size 3322249

View File

@ -166,7 +166,7 @@
do
if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "$cf_with_pcre2"; then
@@ -14646,12 +14646,15 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14715,12 +14715,15 @@ cat >>$cf_edit_man <<CF_EOF
echo "? missing rename for \$cf_source"
cf_target="\$cf_source"
fi
@ -184,7 +184,7 @@
sed -f "$cf_man_alias" \\
CF_EOF
@@ -14661,7 +14664,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14730,7 +14733,7 @@ cat >>$cf_edit_man <<CF_EOF
CF_EOF
else
cat >>$cf_edit_man <<CF_EOF
@ -193,7 +193,7 @@
CF_EOF
fi
@@ -14701,7 +14704,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14770,7 +14773,7 @@ cat >>$cf_edit_man <<CF_EOF
mv \$TMP.$cf_so_strip \$TMP
fi
fi
@ -202,7 +202,7 @@
CF_EOF
fi
@@ -14710,23 +14713,23 @@ case "$MANPAGE_FORMAT" in
@@ -14779,23 +14782,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
@ -232,7 +232,7 @@
for cf_alias in \$aliases
do
if test "\$section" = 1 ; then
@@ -14735,7 +14738,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14804,7 +14807,7 @@ cat >>$cf_edit_man <<CF_EOF
if test "$MANPAGE_SYMLINKS" = yes ; then
if test -f "\$cf_alias\${suffix}" ; then
@ -241,7 +241,7 @@
then
continue
fi
@@ -14745,18 +14748,18 @@ CF_EOF
@@ -14814,18 +14817,18 @@ CF_EOF
case "x$LN_S" in
(*-f)
cat >>$cf_edit_man <<CF_EOF
@ -263,7 +263,7 @@
echo ".so \$cf_source" >\$TMP
CF_EOF
if test -n "$cf_compress" ; then
@@ -14776,9 +14779,9 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14845,9 +14848,9 @@ cat >>$cf_edit_man <<CF_EOF
)
)
elif test "\$verb" = removing ; then
@ -276,7 +276,7 @@
)
test -d "\$cf_subdir\${section}" &&
test -n "\$aliases" && (
@@ -14798,6 +14801,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14867,6 +14870,7 @@ cat >>$cf_edit_man <<CF_EOF
# echo ".hy 0"
cat \$TMP
fi

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Aug 16 07:10:22 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20210814
+ add workaround for broken pcre2 package in Debian 10, from xterm #369.
- Correct offsets of patch ncurses-6.2.dif
-------------------------------------------------------------------
Mon Aug 9 06:52:26 UTC 2021 - Dr. Werner Fink <werner@suse.de>