Commit Graph

692 Commits

Author SHA256 Message Date
OBS User buildservice-autocommit
837bca686a Updating link to change in openSUSE:Factory/ncurses revision 225
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=5ed14432b9c285f7d2b201a62fade101
2022-10-10 16:43:07 +00:00
Fabian Vogt
331752336d Accepting request 1007806 from Base:System
- Add ncurses patch 20221001
  + modify configure/scripts to work around interference by GNU grep 3.8
    (report by Sam James).
  + update CF_XOPEN_SOURCE, adding variants "gnueabi" and "gnueabihf" to
    get _DEFAULT_SOURCE special case (report by Adam Sampson)
- Port patch ncurses-6.3.dif

- Add ncurses patch 20220924
  + modify configure macro CF_BUILD_CC to check if the build-compiler
    works, rather than that it is different from the cross-compiler, e.g.,
    to accommodate a compiler which can be used for either purpose with
    different flags (report by Mikhail Korolev).
  + fix another memory-leak in tic.
  + correct change for cppcheck in menu library (report/analysis by
    "tuxway", cf: 20220903).
  + update config.guess, config.sub
- Correct offsets of patches
  * ncurses-6.3.dif

- Add ncurses patch 20220917
  + reduce memory-leak in tic by separating allocations for struct entry
    from TERMTYPE2 (cf: 20220430).
  + improve interaction between tic -v option and NCURSES_TRACE, by
    processing the latter only when -v option does not set _nc_tracing.
  + modify curses_trace() to show the trace-mask as symbols, e.g.,
    TRACE_ORDINARY, DEBUG_LEVEL(3).

OBS-URL: https://build.opensuse.org/request/show/1007806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=225
2022-10-10 16:43:07 +00:00
OBS User buildservice-autocommit
6348fcabdf Updating link to change in openSUSE:Factory/ncurses revision 224.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=5188116ede1ae38cfd23f093f539ccab
2022-09-16 11:31:50 +00:00
Dominique Leuenberger
e5ff19dfe7 Accepting request 1003102 from Base:System
- Add ncurses patch 20220910
  + amend verbose-option change to make this affect level 3, e.g., using 
    "tic -cv3 terminfo".
  + work around musl's nonstandard use of feature test macros by adding
    a definition for NCURSES_WIDECHAR to the generated ".pc" and *-config
    files (report by Sam James).
- Add ncurses patch 20220903
  + modify verbose-option of infocmp, tic, toe to enable debug-tracing
    if that is configured.
- Add ncurses patch 20220827
  + modify configure scripts to use overlooked cases for LD and
    PKG_CONFIG variables (report by Alan Webb, Gentoo #866398).
  + modify nsterm to use xterm+alt1049 (report by Paul Handly) -TD
  + modify putty to use xterm+alt1049 -TD
- Correct offsets of patches
  * ncurses-5.9-ibm327x.dif
  * ncurses-6.3.dif

- Add ncurses patch 20220820

OBS-URL: https://build.opensuse.org/request/show/1003102
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=224
2022-09-16 11:31:50 +00:00
OBS User buildservice-autocommit
f55d688a8d Updating link to change in openSUSE:Factory/ncurses revision 223.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=ed6c0b0e21856a513fba56d43f0cfbea
2022-09-01 20:09:21 +00:00
Dominique Leuenberger
2476b799ec Accepting request 999868 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/999868
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=223
2022-09-01 20:09:21 +00:00
OBS User buildservice-autocommit
31abb880af Updating link to change in openSUSE:Factory/ncurses revision 222.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=0168397e3ce733ceaca5a531fc7fd152
2022-08-18 14:48:37 +00:00
Dominique Leuenberger
9daf622549 Accepting request 995133 from Base:System
- Add ncurses patch 20220813
  + modify delscreen to more effectively delete all windows on the given
    screen.
  + amend portability note for delwin in manual page.
  + adapt test/test_delwin.c from example by Bill Gray.
  + account for prescreen data if freeing leaks in pthread-configuration
  + split-out _nc_set_read_thread(), to reduce compiler warnings about
    pthread_self(), which may/may not be a weak symbol.
  + improve pthread-configuration for test/worm.c

OBS-URL: https://build.opensuse.org/request/show/995133
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=222
2022-08-18 14:48:37 +00:00
OBS User buildservice-autocommit
61136d37cf Updating link to change in openSUSE:Factory/ncurses revision 221.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=bdfcb221e0a49ee189d5d3c2bdbc602a
2022-08-12 14:06:15 +00:00
Dominique Leuenberger
5e4f47ac62 Accepting request 994114 from Base:System
- Add ncurses patch 20220806
  + amend end_of_stream() to allow for input files without a final
    newline.
  + check for non-textfiles to tic.

- Add ncurses patch 20220729
  + fixes to build with dietlibc:
    + add configure check for fpathconf (report by Georg Lehner).
    + add configure check for math sine/cosine, needed in test/tclock,
      and eliminate pow() from test/hanoi (report by Georg Lehner).
    + use wcsnlen as an alternative to wmemchr if it is not found
      (adapted from patch by Georg Lehner).
  + trim out some unwanted linker options from ncurses*config and .pc
    files seen in Fedora 36+.
- Port patch ncurses-6.3.dif

OBS-URL: https://build.opensuse.org/request/show/994114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=221
2022-08-12 14:06:15 +00:00
OBS User buildservice-autocommit
112da0a014 Updating link to change in openSUSE:Factory/ncurses revision 220.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=c91a38d8a6c667374080d753e9ef87e7
2022-07-21 09:32:32 +00:00
Richard Brown
90e58e38b6 Accepting request 989812 from Base:System
- Add ncurses patch 20220716
  + build-fix for test_mouse.c, for non-standard cfmakeraw.
  + improve shell-scripts with shellcheck
  + fix typo in run_tic.in (report/patch by Jan Starke).

OBS-URL: https://build.opensuse.org/request/show/989812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=220
2022-07-21 09:32:32 +00:00
OBS User buildservice-autocommit
820183f9df Updating link to change in openSUSE:Factory/ncurses revision 219.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=114257cba82a3d6fea0786689411e22d
2022-07-13 11:44:42 +00:00
Dominique Leuenberger
7541af7297 Accepting request 988345 from Base:System
- Add ncurses patch 20220709
  + lock the prescreen data consistently in newterm, etc., for the
    pthreads configuration (report by Tom de Vries).

- Add ncurses patch 20220703
  + add consistency check in tic for u6/u7/u8/u9 and NQ capabilities.
  + use NQ to flag entries where the terminal does not support query and
    response -TD
  + use ansi+enq and decid+cpr in cases where the terminal probably
    supported the u6-u9 extension -TD
  + add/use apollo+vt132, xterm+alt47 -TD
- Correct offsets of patches
  * ncurses-5.9-ibm327x.dif
  * ncurses-6.3.dif

- Add ncurses patch 20220625
  + improve man/curs_bkgd.3x, explaining that bkgdset can affect results
    for bkgd (report by Anton Vidovic).
  + correct dsl in dec+sl (report by Rajeev Pillai) -TD
  + add/use ansi+cpr, decid+cpr -TD
- Correct offsets of patches
  * ncurses-5.9-ibm327x.dif
  * ncurses-6.3.dif

OBS-URL: https://build.opensuse.org/request/show/988345
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=219
2022-07-13 11:44:42 +00:00
OBS User buildservice-autocommit
96b07cbedc Updating link to change in openSUSE:Factory/ncurses revision 218.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=b5e3014ca2c6b96892246f925b835290
2022-06-23 08:22:02 +00:00
Dominique Leuenberger
dca72e758c Accepting request 983972 from Base:System
- Add ncurses patch 20220618
  + add a null-pointer check for term_names field in copy_termtype(),
    needed for MinGW port (report by Peiyuan Song, cf: 20220521).
  + revise kon/kon2/jfbterm to undo "linux2.6" change to
    smacs/rmacs/enacs (Debian #1012800) -TD
  + amended note for att610+cvis0, as per documentation for att610,
    att620, att730 -TD

OBS-URL: https://build.opensuse.org/request/show/983972
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=218
2022-06-23 08:22:02 +00:00
OBS User buildservice-autocommit
44562b7975 Updating link to change in openSUSE:Factory/ncurses revision 217.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=07e4d0b97a5d14b64a0ba423682f405f
2022-06-16 16:19:34 +00:00
Dominique Leuenberger
e1f8234791 Accepting request 982383 from Base:System
- Add ncurses patch 20220612
  + modify waddch_literal() to allow for double-width base character when
    merging a combining character (report by Gavin Troy).
  + improve _tracecchar_t2() formatting of base+combining character.

- Add ncurses patch 20220604

OBS-URL: https://build.opensuse.org/request/show/982383
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=217
2022-06-16 16:19:34 +00:00
OBS User buildservice-autocommit
7281ce5441 Updating link to change in openSUSE:Factory/ncurses revision 216.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=9bf9ef24c8d3edf3c123e375df6a644f
2022-06-09 12:09:48 +00:00
Dominique Leuenberger
f87cf55d3c Accepting request 981121 from Base:System
- Add ncurses patch +20220604
  + add note on portable memory-leak checking in man/curs_memleaks.3x
  + remove u6-u9 from teken-2018 -TD
  + set "xterm-new" to "xterm-p370", add "xterm-p371" -TD

OBS-URL: https://build.opensuse.org/request/show/981121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=216
2022-06-09 12:09:48 +00:00
OBS User buildservice-autocommit
51b6e63bd5 Updating link to change in openSUSE:Factory/ncurses revision 215.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=49284fed67b8aeb580df57fba362a40d
2022-06-03 12:16:45 +00:00
Dominique Leuenberger
6a0de8e89e Accepting request 980327 from Base:System
- Add ncurses patch 20220529
  + expanded notes for teken/syscons -TD
  + fix overlooked copying of extended string-heap in copy_termtype
    (cf: 20220430).
  + update config.guess
- Add ncurses patch 20220521
  + improve memory-leak checking in several test-programs.
  + set trailing null on string passed from winsnstr() to wins_nwstr().
  + modify del_curterm() to fix memory-leak introduced by change to
    copy_termtype().
- Update tack to 1.09-20220528
  + Autoconf fixes

- Add ncurses patch 20220514
  + further improvements to test/test_mouse.c; compare with ncurses test
    program menu A/a.

- Add ncurses patch 20220507
  + add test/test_mouse.c (patch by Leonid S Usov).
  + add a few debug-traces for tic, fix a couple of memory-leaks.

- Add ncurses patch 20220501

OBS-URL: https://build.opensuse.org/request/show/980327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=215
2022-06-03 12:16:45 +00:00
OBS User buildservice-autocommit
35fb54531d Updating link to change in openSUSE:Factory/ncurses revision 214.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=45f2daed1af6a92027d81eb03ba71c16
2022-05-13 21:03:00 +00:00
Dominique Leuenberger
81fe1cef79 Accepting request 975718 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/975718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=214
2022-05-13 21:03:00 +00:00
OBS User buildservice-autocommit
866d75d1cd Updating link to change in openSUSE:Factory/ncurses revision 213.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=24e74536753e55fe0ac235938cf9ed81
2022-05-01 16:53:17 +00:00
Dominique Leuenberger
75021e0118 Accepting request 973227 from Base:System
- Include FORTIFY_SOURCE_3-fix.patch as the patch
  is needed for upcoming -D_FORTIFY_SOURCE=3 $optflag.
  We discussed the change with upstream, but the project
  disagrees about stricter rules used with -D_FORTIFY_SOURCE=3.

- Add ncurses patch 20220423
  + in-progress work on invalid_merge(), disable it (cf: 20220402).
  + fix memory leak in _nc_tic_dir() when called from _nc_set_writedir().
  + fix memory leak in tic when "-c" option is used.

OBS-URL: https://build.opensuse.org/request/show/973227
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=213
2022-05-01 16:53:17 +00:00
OBS User buildservice-autocommit
c09d294a3b Updating link to change in openSUSE:Factory/ncurses revision 212.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=3f541788ab39b70293b7754e7fd4bf74
2022-04-23 17:44:53 +00:00
Dominique Leuenberger
4fb66dae8e Accepting request 970977 from Base:System
- Add ncurses patch 20220416 (boo#1198627 for CVE-2022-29458)
  + add a limit-check to guard against corrupt terminfo data
    (report/testcase by NCNIPC of China).
  + add check/warning in configure script if option --with-xterm-kbs is
    missing or inconsistent (Arch #74379).
  + add setlocale call to several test-programs.
  + allow extended-color number in opts parameter of wattr_on.

- Add ncurses patch 20220409
  + add test/test_unget_wch.c

OBS-URL: https://build.opensuse.org/request/show/970977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=212
2022-04-23 17:44:53 +00:00
OBS User buildservice-autocommit
7f8fc60efa Updating link to change in openSUSE:Factory/ncurses revision 211.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=6866cb51c034fb9e02db13dc460b00a4
2022-04-14 15:22:48 +00:00
Dominique Leuenberger
151106e0ff Accepting request 968377 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/968377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=211
2022-04-14 15:22:48 +00:00
OBS User buildservice-autocommit
c80998a611 Updating link to change in openSUSE:Factory/ncurses revision 210.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=e4747b589a414005e139ebf8c2e38d8c
2022-04-01 19:34:47 +00:00
Dominique Leuenberger
cec4dcf4f4 Accepting request 965427 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/965427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=210
2022-04-01 19:34:47 +00:00
OBS User buildservice-autocommit
63cdbce4ce Updating link to change in openSUSE:Factory/ncurses revision 209.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=ad58feaaf46cab2f92e0f202df605c00
2022-03-17 16:01:12 +00:00
Dominique Leuenberger
5c3b69bbaf Accepting request 961608 from Base:System
- Add ncurses patch 20220312
  + add xterm+acs building-block -TD
  + add xterm-p370, for use in older terminals -TD
  + add dec+sl to xterm-new, per patch #371 -TD
  + add mosh and mosh-256color -TD
- Correct offsets of patches
  * ncurses-5.9-ibm327x.dif
  * ncurses-6.3.dif

- Add ncurses patch 20220305
  + replace obsolescent "-gnatg" option with "-gnatwa" and "-gnatyg", to
    work around build problems with gnat 12.
  + update external links in Ada95.html
  + trim unused return-value from canonical_name().

OBS-URL: https://build.opensuse.org/request/show/961608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=209
2022-03-17 16:01:12 +00:00
OBS User buildservice-autocommit
cb3f5b8702 Updating link to change in openSUSE:Factory/ncurses revision 208.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=cc4f7a8935d4eb9b8a49c767d18b2988
2022-03-09 17:46:30 +00:00
Dominique Leuenberger
f3178333b1 Accepting request 959802 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/959802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=208
2022-03-09 17:46:30 +00:00
OBS User buildservice-autocommit
682bdf5684 Updating link to change in openSUSE:Factory/ncurses revision 207.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=41390f998c01b82a0139d1d37ed2dece
2022-02-27 21:42:38 +00:00
Dominique Leuenberger
587937cadf Accepting request 957339 from Base:System
- Avoid lto-bytecode error on static libraries

- Add ncurses patch 20220219
  + expanded description in man/resizeterm.3x
  + additional workaround for ImageMagick in test/picsmap.c

OBS-URL: https://build.opensuse.org/request/show/957339
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=207
2022-02-27 21:42:38 +00:00
OBS User buildservice-autocommit
9b39f58f8e Updating link to change in openSUSE:Factory/ncurses revision 206.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=2d28d95c8a02b85bdb52c1a0c7777a94
2022-02-23 16:01:40 +00:00
Dominique Leuenberger
325324704d Accepting request 956328 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/956328
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=206
2022-02-23 16:01:40 +00:00
OBS User buildservice-autocommit
4a997ce9ff Updating link to change in openSUSE:Factory/ncurses revision 205.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=292227fa0545d092d4ca564fb5010608
2022-02-05 22:22:56 +00:00
Dominique Leuenberger
e3535a0efd Accepting request 950686 from Base:System
- Do not remove detection of getttynam() to avoid fallback
  as with patch 6.3 20211204 this is obsolete

- Add ncurses patch 20220129
  + minor updates for test-packages
  + improve handling of --with-pkg-config-libdir option, allowing for the
    case where either $PKG_CONFIG_LIBDIR or the option value has a
    colon-separated list of directories (report by Rudi Heitbaum,
    cf: 20211113).
  + update kitty -TD
- Add ncurses patch 20220122
  + add ABI 7 defaults to configure script.
  + add warning in configure script if file specified for "--with-caps"
    does not exist.
  + use fix for CF_FIX_WARNINGS from cdk-perl, ignoring error-exit on
    format-warnings.
  + improve readability of long parameterized expressions with the
    infocmp "-f" option by allowing split before a "%p" marker.
- Correct offsets of patch ncurses-6.3.dif

- use bash everywhere, the scripts are not posix shell compatible
  (bsc#1195391)

OBS-URL: https://build.opensuse.org/request/show/950686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=205
2022-02-05 22:22:56 +00:00
Dr. Werner Fink
38c924e241 Accepting request 950468 from home:dirkmueller:branches:openSUSE:Factory:Rings:1-MinimalX
- use bash everywhere, the scripts are not posix shell compatible
  (bsc#1195391)

OBS-URL: https://build.opensuse.org/request/show/950468
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=591
2022-02-02 06:59:07 +00:00
Dominique Leuenberger
f33a0d3c82 Accepting request 947194 from Base:System
- Fix boo#1194805 by skipping linker optimizations from final
  pkgconfig files as well as ncurses-config 

- Add ncurses patch 20220115
  + improve checks for valid mouse events when an intermediate mouse
    state is not part of the mousemask specified by the caller (report by
    Anton Vidovic, cf: 20111022).
  + use newer version 1.36 of gnathtml for generating Ada html files.

OBS-URL: https://build.opensuse.org/request/show/947194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=204
2022-01-21 02:05:35 +00:00
OBS User buildservice-autocommit
f4ae3ed1c7 Updating link to change in openSUSE:Factory/ncurses revision 204.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=ad19aa9580c9eec9ad0bbe87686ee379
2022-01-21 02:05:35 +00:00
Dominique Leuenberger
155ff88110 Accepting request 945994 from Base:System
- Add ncurses patch 20220101
  + add section on releasing memory to curs_termcap.3x and
    curs_terminfo.3x manpages.
- Add ncurses patch 20211225
  + improve markup, e.g., for external manpage links in the manpages
    (prompted by report by Helge Kreutzmann).
- Add ncurses patch 20211219
  + install ncurses-examples programs in libexecdir, adding a wrapper
    script to invoke those.
  + add help-screen and screen-dump to test/combine.c
- Rename package ncurses-tests to ncurses-examples as upstream does

- Add ncurses patch 20211211
  + add test/combine.c, to demo/test combining characters.

- Add ncurses patch 20211204
  + improve configure check for getttynam (report by Werner Fink).
- Correct offsets of patch ncurses-6.3.dif

OBS-URL: https://build.opensuse.org/request/show/945994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=203
2022-01-15 19:05:04 +00:00
OBS User buildservice-autocommit
92b572918f Updating link to change in openSUSE:Factory/ncurses revision 203.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=6e7c8b7968e84697c108979d4bf04c08
2022-01-15 19:05:04 +00:00
Dominique Leuenberger
f026b3006c Accepting request 936027 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/936027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=202
2021-12-17 22:54:21 +00:00
OBS User buildservice-autocommit
b49d91c4d9 Updating link to change in openSUSE:Factory/ncurses revision 202.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=7511710eef706467807c59050e10c360
2021-12-17 22:54:21 +00:00
Dominique Leuenberger
9e9de90413 Accepting request 933003 from Base:System
- Add ncurses patch 20211120
  + add dim, ecma+strikeout to st-0.6 -TD
  + deallocate the tparm cache when del_curterm is called for the last
    allocated TERMINAL structure (report/testcase by Bram Moolenaar,
    cf: 20200531).
  + modify test-package to more closely conform to Debian multi-arch.
  + if the --with-pkg-config-libdir option is not given, use
    ${libdir}/pkgconfig as a default (prompted by discussion with Ross
    Burton).
- Correct offsets of patch ncurses-6.3.dif

OBS-URL: https://build.opensuse.org/request/show/933003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=201
2021-11-26 23:50:25 +00:00