Updating link to change in openSUSE:Factory/ncurses revision 264

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=b42a449d0a6011afe72cd0194d95db60
This commit is contained in:
OBS User buildservice-autocommit 2024-05-29 17:35:02 +00:00 committed by Git OBS Bridge
parent d7e61a7723
commit d46bb04b44
5 changed files with 78 additions and 47 deletions

View File

@ -7,9 +7,9 @@ version=$(sed -rn '/^Version:[[:space:]]+/{s/^Version:[[:space:]]+([0-9]+\.[0-9]
test -e ${sourcedir}/ncurses-${version}.tar.gz || exit 1
last=($(tar Oxf ${sourcedir}/ncurses-${version}.tar.gz ncurses-${version}/VERSION)) || exit 1
test -e ${sourcedir}/ncurses-${version}-patches.tar.bz2 || echo ${last[2]}
tar --wildcards -tf ${sourcedir}/ncurses-${version}-patches.tar.bz2 '*/*.patch' &> /dev/null || { echo ${last[2]}; exit 0; }
tar --wildcards -tf ${sourcedir}/ncurses-${version}-patches.tar.bz2 '*/*.patch.gz' &> /dev/null || { echo ${last[2]}; exit 0; }
OFS="$IFS"
IFS=-
last=($(tar -tf ${sourcedir}/ncurses-${version}-patches.tar.bz2 | grep -v 'gz.asc' | sed -r 's@\.patch$@@'| sort -t '-' -k 3,3 -n | tail -n 1))
last=($(tar -tf ${sourcedir}/ncurses-${version}-patches.tar.bz2 | grep -v 'gz.asc' | sed -r 's@\.patch\.gz$@@'| sort -t '-' -k 3,3 -n | tail -n 1))
IFS="$OFS"
echo ${last[2]}

View File

@ -4,7 +4,7 @@
--- misc/terminfo.src
+++ misc/terminfo.src 2018-10-29 10:23:47.271511864 +0000
@@ -17871,8 +17871,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv
@@ -17922,8 +17922,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv
#
ibm327x|line mode IBM 3270 style,

View File

@ -18,8 +18,8 @@
16 files changed, 202 insertions(+), 72 deletions(-)
--- aclocal.m4
+++ aclocal.m4 2024-04-15 07:05:36.856695934 +0000
@@ -6115,12 +6115,12 @@ cat >>$cf_edit_man <<CF_EOF
+++ aclocal.m4 2024-05-27 08:45:58.822250073 +0000
@@ -6132,12 +6132,12 @@ cat >>$cf_edit_man <<CF_EOF
echo "? missing rename for \$cf_source"
cf_target="\$cf_source"
fi
@ -34,7 +34,7 @@
sed -f "$cf_man_alias" \\
CF_EOF
@@ -6130,7 +6130,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -6147,7 +6147,7 @@ cat >>$cf_edit_man <<CF_EOF
CF_EOF
else
cat >>$cf_edit_man <<CF_EOF
@ -43,7 +43,7 @@
CF_EOF
fi
@@ -6170,7 +6170,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -6187,7 +6187,7 @@ cat >>$cf_edit_man <<CF_EOF
mv \$TMP.$cf_manpage_so_strip \$TMP
fi
fi
@ -52,7 +52,7 @@
CF_EOF
fi
@@ -6179,31 +6179,31 @@ case "$MANPAGE_FORMAT" in
@@ -6196,31 +6196,31 @@ case "$MANPAGE_FORMAT" in
cat >>$cf_edit_man <<CF_EOF
if test "\$form" = format ; then
# BSDI installs only .0 suffixes in the cat directories
@ -91,7 +91,7 @@
for cf_alias in \$aliases
do
if test "\$section" = 1 ; then
@@ -6213,7 +6213,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -6230,7 +6230,7 @@ cat >>$cf_edit_man <<CF_EOF
if test "$MANPAGE_SYMLINKS" = yes ; then
if test -f "\$cf_alias\${suffix}" ; then
@ -100,7 +100,7 @@
then
continue
fi
@@ -6223,18 +6223,18 @@ CF_EOF
@@ -6240,18 +6240,18 @@ CF_EOF
case "x$LN_S" in
(*-f)
cat >>$cf_edit_man <<CF_EOF
@ -122,7 +122,7 @@
echo ".so \$cf_source" >\$TMP
CF_EOF
if test -n "$cf_manpage_compress" ; then
@@ -6254,9 +6254,9 @@ cat >>$cf_edit_man <<CF_EOF
@@ -6271,9 +6271,9 @@ cat >>$cf_edit_man <<CF_EOF
)
)
elif test "\$verb" = removing ; then
@ -135,7 +135,7 @@
)
test -d "\$cf_subdir\${section}" &&
test -n "\$aliases" && (
@@ -6277,6 +6277,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -6294,6 +6294,7 @@ cat >>$cf_edit_man <<CF_EOF
# echo ".hy 0"
cat \$TMP
fi
@ -144,8 +144,8 @@
esac
done
--- configure
+++ configure 2024-04-15 07:05:36.860695856 +0000
@@ -6443,7 +6443,7 @@ echo $ECHO_N "checking for an rpath opti
+++ configure 2024-05-27 08:45:58.826249981 +0000
@@ -6741,7 +6741,7 @@ echo $ECHO_N "checking for an rpath opti
fi
;;
(linux*|gnu*|k*bsd*-gnu|freebsd*)
@ -154,7 +154,7 @@
;;
(openbsd[2-9].*|mirbsd*)
LD_RPATH_OPT="-Wl,-rpath,"
@@ -6816,8 +6816,8 @@ echo "${ECHO_T}$cf_cv_ldflags_search_pat
@@ -7114,8 +7114,8 @@ echo "${ECHO_T}$cf_cv_ldflags_search_pat
else
cf_cv_shared_soname='`basename $@`'
fi
@ -165,7 +165,7 @@
;;
(mingw*msvc*)
cf_cv_shlib_version=msvcdll
@@ -8056,7 +8056,7 @@ echo "${ECHO_T}$with_pcre2" >&6
@@ -8354,7 +8354,7 @@ echo "${ECHO_T}$with_pcre2" >&6
if test "x$with_pcre2" != xno ; then
cf_with_pcre2_ok=no
@ -174,7 +174,7 @@
do
if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "$cf_with_pcre2"; then
@@ -15300,12 +15300,12 @@ cat >>$cf_edit_man <<CF_EOF
@@ -15598,12 +15598,12 @@ cat >>$cf_edit_man <<CF_EOF
echo "? missing rename for \$cf_source"
cf_target="\$cf_source"
fi
@ -189,7 +189,7 @@
sed -f "$cf_man_alias" \\
CF_EOF
@@ -15315,7 +15315,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -15613,7 +15613,7 @@ cat >>$cf_edit_man <<CF_EOF
CF_EOF
else
cat >>$cf_edit_man <<CF_EOF
@ -198,7 +198,7 @@
CF_EOF
fi
@@ -15355,7 +15355,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -15653,7 +15653,7 @@ cat >>$cf_edit_man <<CF_EOF
mv \$TMP.$cf_manpage_so_strip \$TMP
fi
fi
@ -207,7 +207,7 @@
CF_EOF
fi
@@ -15364,31 +15364,31 @@ case "$MANPAGE_FORMAT" in
@@ -15662,31 +15662,31 @@ case "$MANPAGE_FORMAT" in
cat >>$cf_edit_man <<CF_EOF
if test "\$form" = format ; then
# BSDI installs only .0 suffixes in the cat directories
@ -246,7 +246,7 @@
for cf_alias in \$aliases
do
if test "\$section" = 1 ; then
@@ -15398,7 +15398,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -15696,7 +15696,7 @@ cat >>$cf_edit_man <<CF_EOF
if test "$MANPAGE_SYMLINKS" = yes ; then
if test -f "\$cf_alias\${suffix}" ; then
@ -255,7 +255,7 @@
then
continue
fi
@@ -15408,18 +15408,18 @@ CF_EOF
@@ -15706,18 +15706,18 @@ CF_EOF
case "x$LN_S" in
(*-f)
cat >>$cf_edit_man <<CF_EOF
@ -277,7 +277,7 @@
echo ".so \$cf_source" >\$TMP
CF_EOF
if test -n "$cf_manpage_compress" ; then
@@ -15439,9 +15439,9 @@ cat >>$cf_edit_man <<CF_EOF
@@ -15737,9 +15737,9 @@ cat >>$cf_edit_man <<CF_EOF
)
)
elif test "\$verb" = removing ; then
@ -290,7 +290,7 @@
)
test -d "\$cf_subdir\${section}" &&
test -n "\$aliases" && (
@@ -15462,6 +15462,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -15760,6 +15760,7 @@ cat >>$cf_edit_man <<CF_EOF
# echo ".hy 0"
cat \$TMP
fi
@ -348,9 +348,9 @@
#define CANCELLED_STRING (char *)(-1)
--- man/man_db.renames.in
+++ man/man_db.renames.in 2024-04-15 07:05:36.860695856 +0000
@@ -288,6 +288,7 @@ wsetscrreg.3x wsetscrreg.3ncurses
wtimeout.3x wtimeout.3ncurses
+++ man/man_db.renames.in 2024-05-14 06:15:01.767262785 +0000
@@ -294,6 +294,7 @@ wtimeout.3x wtimeout.3ncurses
wunctrl.3x wunctrl.3ncurses
#
# Other:
+tack.1 tack.1
@ -359,7 +359,7 @@
ttys.5 ttys.4
--- man/ncurses.3x
+++ man/ncurses.3x 2024-04-15 07:09:39.619910505 +0000
@@ -340,6 +340,10 @@ and \fBmenu\fP(3X) libraries to ease con
@@ -342,6 +342,10 @@ and \fBmenu\fP(3X) libraries to ease con
with
.IR curses .
.SS "Initialization"
@ -444,7 +444,7 @@
if [ $name = $MAIN_LIBRARY ]
--- misc/terminfo.src
+++ misc/terminfo.src 2024-04-15 07:05:36.864695777 +0000
+++ misc/terminfo.src 2024-05-27 08:45:58.830249892 +0000
@@ -305,7 +305,9 @@ dumb|80-column dumb tty,
am,
cols#80,
@ -481,7 +481,7 @@
sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5
%t;2%;%?%p6%t;1%;m%?%p9%t\016%e\017%;,
sgr0=\E[m\017, smacs=^N, use=linux2.2,
@@ -4971,7 +4980,7 @@ xterm-new|modern xterm terminal emulator
@@ -5022,7 +5031,7 @@ xterm-new|modern xterm terminal emulator
# set it to BS (standard) or DEL (Linux's notion of "vt220"). xterm provides
# either, depending on how the pseudoterminals are configured.
xterm+kbs|fragment for backspace key,
@ -490,7 +490,7 @@
# Use this fragment for terminals that always use DEL for "backspace".
linux+kbs|fragment for "backspace" key,
@@ -5362,7 +5371,7 @@ xterm+88color2|xterm 88-color feature,
@@ -5413,7 +5422,7 @@ xterm+88color2|xterm 88-color feature,
# These variants of XFree86 3.9.16 xterm are built as a configure option.
xterm-256color|xterm with 256 colors,
@ -499,7 +499,7 @@
xterm-88color|xterm with 88 colors,
use=xterm+osc104, use=xterm+88color,
use=xterm-256color,
@@ -5631,9 +5640,25 @@ xterm-noapp|xterm with cursor keys in no
@@ -5682,9 +5691,25 @@ xterm-noapp|xterm with cursor keys in no
xterm-24|vs100|xterms|xterm terminal emulator 24-line (X Window System),
lines#24, use=xterm-old,
@ -526,7 +526,7 @@
# This entry assumes that xterm's handling of VT100 SI/SO is disabled by
# setting the vt100Graphics resource to false.
@@ -6085,7 +6110,7 @@ xterms-sun|small (80x24) xterm with sunF
@@ -6136,7 +6161,7 @@ xterms-sun|small (80x24) xterm with sunF
#### GNOME (VTE)
# this describes the alpha-version of GNOME terminal shipped with Redhat 6.0
@ -535,7 +535,7 @@
bce,
kdch1=^?, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS,
use=linux+kbs, use=xterm-color,
@@ -6370,11 +6395,15 @@ mgt|Multi GNOME Terminal,
@@ -6421,11 +6446,15 @@ mgt|Multi GNOME Terminal,
#### KDE
# This is kvt 0-18.7, shipped with Redhat 6.0 (though whether it supports bce
# or not is debatable).
@ -552,7 +552,7 @@
# Konsole 1.0.1 (2001/11/25)
# (formerly known as kvt)
#
@@ -6628,7 +6657,7 @@ mlterm3|multi lingual terminal emulator
@@ -6679,7 +6708,7 @@ mlterm3|multi lingual terminal emulator
mlterm2|multi lingual terminal emulator 2.x,
am, eslok, km, mc5i, mir, msgr, npc, xenl, XT,
colors#8, cols#80, lines#24, pairs#64,
@ -561,7 +561,7 @@
bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=\r, cub1=^H, cud1=\n,
cup=\E[%i%p1%d;%p2%dH, dch=\E[%p1%dP, dch1=\E[P,
ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, enacs=,
@@ -6706,8 +6735,8 @@ rxvt-basic|rxvt terminal base (X Window
@@ -6757,8 +6786,8 @@ rxvt-basic|rxvt terminal base (X Window
%p9%t\016%e\017%;,
sgr0=\E[0m\017, smir=\E[4h, smkx=\E=, smso=\E[7m,
smul=\E[4m, use=ansi+csr, use=ansi+idl, use=ansi+local,
@ -572,7 +572,7 @@
# Key Codes from rxvt reference:
#
@@ -6791,8 +6820,8 @@ rxvt-basic|rxvt terminal base (X Window
@@ -6842,8 +6871,8 @@ rxvt-basic|rxvt terminal base (X Window
# Removed kDN6, etc (control+shift) since rxvt does not implement this -TD
rxvt+pcfkeys|rxvt fragment for PC-style fkeys,
kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kIC=\E[2$, kLFT=\E[d,
@ -583,7 +583,7 @@
kf21=\E[23$, kf22=\E[24$, kf23=\E[11\^, kf24=\E[12\^,
kf25=\E[13\^, kf26=\E[14\^, kf27=\E[15\^, kf28=\E[17\^,
kf29=\E[18\^, kf30=\E[19\^, kf31=\E[20\^, kf32=\E[21\^,
@@ -6876,6 +6905,38 @@ rxvt-cygwin-native|rxvt terminal emulato
@@ -6927,6 +6956,38 @@ rxvt-cygwin-native|rxvt terminal emulato
\302x\263y\363z\362{\343|\330~\376,
use=rxvt-cygwin,
@ -622,7 +622,7 @@
# This variant is supposed to work with rxvt 2.7.7 when compiled with
# NO_BRIGHTCOLOR defined. rxvt needs more work...
rxvt-16color|rxvt with 16 colors like aixterm,
@@ -8129,7 +8190,7 @@ pty|4bsd pseudo teletype,
@@ -8180,7 +8241,7 @@ pty|4bsd pseudo teletype,
# https://github.com/emacs-mirror/emacs/blob/master/lisp/term.el
#
# The codes supported by the term.el terminal emulation in GNU Emacs 19.30
@ -631,7 +631,7 @@
am, mir, xenl,
cols#80, lines#24,
bel=^G, bold=\E[1m, cr=\r, csr=\E[%i%p1%d;%p2%dr, cub1=^H,
@@ -8139,6 +8200,13 @@ eterm|GNU Emacs term.el terminal emulati
@@ -8190,6 +8251,13 @@ eterm|GNU Emacs term.el terminal emulati
smir=\E[4h, smso=\E[7m, smul=\E[4m, use=ansi+cpr,
use=ansi+erase, use=ansi+idl, use=ansi+local,
use=xterm+alt47,
@ -645,7 +645,7 @@
# The codes supported by the term.el terminal emulation in GNU Emacs 22.2
eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96,
@@ -8382,11 +8450,18 @@ screen.xterm-xfree86|screen.xterm-new|sc
@@ -8433,11 +8501,18 @@ screen.xterm-xfree86|screen.xterm-new|sc
E3@, use=screen+italics, use=screen+fkeys,
use=xterm+x11mouse, use=ecma+index, use=ansi+rep,
use=ecma+strikeout, use=xterm+pcfkeys,
@ -665,7 +665,7 @@
# xterm-r6 does not really support khome/kend unless it is propped up by
# the translations resource.
@@ -8471,7 +8546,7 @@ screen-w|VT 100/ANSI X3.64 virtual termi
@@ -8522,7 +8597,7 @@ screen-w|VT 100/ANSI X3.64 virtual termi
screen2|VT 100/ANSI X3.64 virtual terminal (old 2.x),
cols#80, lines#24,
clear=\E[2J\E[H, cr=\r, cub1=^H, cup=\E[%i%p1%d;%p2%dH,
@ -674,7 +674,7 @@
kf2=\ET, kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER,
kf9=\E0I, khome=\EH, nel=\r\n, rc=\E8, ri=\EM, rmso=\E[23m,
rmul=\E[24m, rs1=\Ec, sc=\E7, sgr0=\E[m, smso=\E[3m,
@@ -10384,7 +10459,7 @@ hp700-wy|HP 700/41 emulating Wyse30,
@@ -10435,7 +10510,7 @@ hp700-wy|HP 700/41 emulating Wyse30,
ri=\Ej, rmir=\Er, rmso=\EG0$<10/>, rmul=\EG0$<10/>,
sgr0=\EG0$<10/>, smir=\Eq, smso=\EG4$<10/>,
smul=\EG8$<10/>, tbc=\E0, vpa=\E[%p1%{32}%+%c,
@ -683,7 +683,7 @@
am, da, db, xhp,
cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8,
acsc=0cjgktlrmfn/q\,t5u6v8w7x., bel=^G, blink=\E&dA,
@@ -17881,7 +17956,7 @@ ibm3101|i3101|IBM 3101-10,
@@ -17932,7 +18007,7 @@ ibm3101|i3101|IBM 3101-10,
cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ,
el=\EI, home=\EH, hts=\E0, ind=\n, nel=\r\n, tbc=\EH,
use=vt52+arrows,
@ -692,7 +692,7 @@
is2=\E S, rmacs=\E>B, rs2=\E S,
sgr=\E4%{64}%?%p1%t%{65}%|%;%?%p2%t%{66}%|%;%?%p3%t%{65}%|%;
%?%p4%t%{68}%|%;%?%p5%t%{64}%|%;%?%p6%t%{72}%|%;%?%p7%t
@@ -18117,7 +18192,7 @@ lft|lft-pc850|LFT-PC850|IBM LFT PC850 De
@@ -18168,7 +18243,7 @@ lft|lft-pc850|LFT-PC850|IBM LFT PC850 De
# "Megapel" refers to the display adapter, which was used with the IBM RT
# aka IBM 6150.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a340e9bd90cd7b2a4b315e2c98c5bbe41998b26966ce1dbd75b1c9a012b5b599
size 18074
oid sha256:94a269e57e578049852e4ddd8ca42a5c3cd1c1965a918f5bc119ca60c42f5465
size 421492

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon May 27 08:44:05 UTC 2024 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20240525
+ build-fix for configure option --disable-ext-funcs
+ improve formatting/style of manpages (patches by Branden Robinson).
+ review/update iTerm2 for 3.5.0 -TD
- Add ncurses patch 20240519
+ update Ada95/configure to match change for -DTRACE
+ revert change to include/ncurses_defs, which caused build failure if
tracing was not enabled (report by Branden Robinson).
- Add ncurses patch 20240518
+ improve formatting/style of manpages (patches by Branden Robinson).
+ move makefile's -DTRACE into include/ncurses_cfg.h, to simplify use
of CFLAGS/CPPFLAGS.
+ improve check for clock_gettime(), from xterm.
+ modify configure script to work around broken gnatgcc script found in
gcc-13 builds.
- Port patch ncurses-6.4.dif
-------------------------------------------------------------------
Tue May 14 06:12:46 UTC 2024 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20240511
+ improve formatting/style of manpages (patches by Branden Robinson).
+ limit value from ESCDELAY environment variable to 30 seconds, like
other delay limits.
+ limit values from LINES and COLUMNS environment variables to 512
(report by Miroslav Lichvar).
- Port patch ncurses-6.4.dif
-------------------------------------------------------------------
Wed May 8 07:30:03 UTC 2024 - Dr. Werner Fink <werner@suse.de>