Commit Graph

681 Commits

Author SHA256 Message Date
Dr. Werner Fink
a155c6ba27 Make pkg-config files .pc consistent
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=425
2019-05-15 11:49:05 +00:00
Dr. Werner Fink
b263cbbb56 Update to 6.1-20190511
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=424
2019-05-13 07:52:50 +00:00
Dr. Werner Fink
6cfc406a93 Update to 6.1-20190427
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=423
2019-04-29 07:06:03 +00:00
Dr. Werner Fink
dbf99fec7f Update to ncurses-6.1-20190420
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=422
2019-04-23 12:25:59 +00:00
Dr. Werner Fink
21f3d8c67d Update to ncurses 6.1-20190406
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=421
2019-04-08 06:43:48 +00:00
Dr. Werner Fink
6856710f56 Update to ncurses 6.1-20190330
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=420
2019-04-01 07:21:52 +00:00
Dominique Leuenberger
d9f9a85647 Accepting request 688199 from Base:System
- Add ncurses patch 20190323
  + move macro for is_linetouched() inside NCURSES_NOMACROS ifndef.
  + corrected prototypes in several manpages using script to extract
    those in compilable form.
  + use _nc_copy_termtype2() rather than direct assignment in setupterm,
    in case it is called repeatedly using fallback terminfo descriptions
    (report/patch by Werner Fink).
- Drop patch ncurses-6.1-fallback.dif as now upstream

- Reintroduce patch ncurses-6.1-fallback.dif to fix boo#1130091 

- Add ncurses patch 20190317
  + regenerate llib-* files.
  + modify tic to also use new function for user-defined capability info.
  + modify _nc_parse_entry() to check if a user-defined capability has
    an unexpected type; ignore it in that case.
  + fix a special case of link-anchors in generated Ada html files.
  + use newer rel=author tag in generated html rather than rev=made,
    which did not become accepted.

- Add ncurses patch 20190309
  + in-progress changes to add parameter-checking for common user-defined
    capabilities in tic.
  + update MKcodes.awk and MKnames.awk to ignore the new "userdef"
    data in Caps-ncurses (cf: 20190302).

- Add ncurses patch 20190223
  + fix typo in adds200 -TD
  + add tic check for consistent alternate character set capabilities.
  + improve check in mvcur() to decide whether to use hard-tabs, using

OBS-URL: https://build.opensuse.org/request/show/688199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=154
2019-03-27 15:20:27 +00:00
Dr. Werner Fink
31d0a25c6c Update to ncurses 6.1-20190323
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=418
2019-03-25 11:21:41 +00:00
Dr. Werner Fink
641b01344c Reintroduce patch ncurses-6.1-fallback.dif to fix boo#1130091
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=417
2019-03-22 09:01:09 +00:00
Dr. Werner Fink
458a7f236b Update to ncurses 6.1-20190317
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=416
2019-03-19 09:19:21 +00:00
Dr. Werner Fink
c1dd11b1f6 Update to ncurses 6.1-20190309
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=415
2019-03-11 08:23:10 +00:00
Dr. Werner Fink
225127ed5b Update to ncurses 6.1-20190223
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=414
2019-02-25 08:46:44 +00:00
Stephan Kulow
c3efeb8072 Accepting request 676967 from Base:System
- Add ncurses patch 20190216
  + improve manual page description of TABSIZE.
  + add test/demo_tabs program.

- Implement library packaging guideline: split static libraries.

OBS-URL: https://build.opensuse.org/request/show/676967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=153
2019-02-24 15:54:41 +00:00
Dr. Werner Fink
f65359b605 Update to ncurses 6.1-20190216
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=412
2019-02-18 08:58:03 +00:00
Dr. Werner Fink
ce653119c0 Accepting request 674681 from home:jengelh:branches:Base:System
- Implement library packaging guideline: split static libraries.

OBS-URL: https://build.opensuse.org/request/show/674681
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=411
2019-02-18 08:55:24 +00:00
Dominique Leuenberger
0f336a84db Accepting request 673377 from Base:System
- Fix configure scripts as well as pkg-config configurations
  that is correct paths in pkg-config and use pkg-config to
  configure the configure scripts as well
- Add ncurses patch 20190209
  + add check in tic to provide warnings for mismatched number of
    parameters in the documented user-capability extensions.

- Add ncurses patch 20190202
  + modify rpm test-package ".spec" file to work around naming conflict
    with Redhat's package for ncurses6.
  + modify no-leaks code in test/picsmap to avoid non-standard tdestroy.
  + amend change to configure script which altered the top-level makefile
    to avoid attempting to install the terminfo database when it was not
    configured, to allow for installing the ".pc" files which are also
    in the misc directory (report by Steve Wills).
- Add ncurses patch 20190126
  + change some "%define" statements in test-packages for RPMs to
    "%global" to work around changes in rpm 4.14 from recent Redhat.
  + fixes for O_INPUT_FIELD extension (patch by Leon Winter).
  + eliminate fixed buffer-size when reading $TERMCAP variable.
  + correct logic in read_entry.c which prevented $TERMCAP variable from
    being interpreted as a fallback to terminfo entry (prompted by
    Savannah #54556, cf: 20110924).
- Add ncurses patch 20190121
  + add a check in test/configure to work around non-ncurses termcap.h
    file in Slackware.
  + corrected flag for "seq" method of db 1.8.5 interface, needed by toe
    on some of the BSDs.
  + updated "string-hacks" feature.
  + minor improvements to manpage typography.

OBS-URL: https://build.opensuse.org/request/show/673377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=152
2019-02-14 13:11:42 +00:00
Dr. Werner Fink
fbd20f1e7e Update to ncurses 6.1-20190209
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=409
2019-02-11 13:47:03 +00:00
Dr. Werner Fink
4977a451ed Update to ncurses 6.1-20190202
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=408
2019-02-06 08:11:10 +00:00
Dominique Leuenberger
ef76ead30f Accepting request 665632 from Base:System
- Add ncurses patch 20190112
  + fix typo in term(5), improve explanation of format (report by Otto
    Modinos).
  + add nsterm-direct -TD
  + use SGR 1006 mouse for konsole-base -TD
  + use SGR 1006 mouse for putty -TD
  + add ti703/ti707, ti703-w/ti707-w (Robert Clausecker)

- Add ncurses patch 20190105
  + add dummy "check" rule in top-level and test-Makefile to simply
    building test-packages for Arch.
  + modify configure script to avoid conflict with a non-POSIX feature 
    that enables all parts of the system headers by default.  Some
    packagers have come to rely upon this behavior (FreeBSD #234049).
  + update config.guess, config.sub

OBS-URL: https://build.opensuse.org/request/show/665632
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=151
2019-01-29 13:38:35 +00:00
Dr. Werner Fink
2344ad20bf Update to ncurses 6.1-20190112
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=406
2019-01-14 07:28:26 +00:00
Dominique Leuenberger
8d82b8748d Accepting request 662428 from Base:System
- Add ncurses patch 20181229
  + improve man/curs_mouse.3x with regard to xterm
  + modify tracemunch to accept filename parameters in addition to use
    as a pipe/filter.
  + minor optimization to reduce calls to _nc_reserve_pairs (prompted by
    discussion with Bryan Christ).
  + add test/pair_content.c and test/color_content.c
  + modify infocmp to omit filtering of "OTxx" names which are used for
    obsolete capabilities, when the output is sorted by long-names.
    Doing this helps when making a table of the short/long capability
    names.

- Add ncurses patch 20181215
  + several fixes for gcc8 strict compiler warnings.
  + fix a typo in comments (Aaron Gyes).
  + add nsterm-build309 to replace nsterm-256color, assigning the latter
    as an alias of nsterm, to make mouse work with nsterm-256color -TD
  + base gnome-256color entry on "gnome", not "vte", for consistency -TD
  + updates for configure macros from work on tin and xterm:
    + CF_GNU_SOURCE, allow for Cygwin's newlib when checking for the
      _DEFAULT_SOURCE symbol.
    + CF_VA_COPY, add fallback check if neither va_copy/__va_copy is
      supported, to try copying the pointers for va_list, or as an array.
      Also add another fallback check, for __builtin_va_copy(), which
      could be used with AIX xlc in c89 mode.

- Add ncurses patch 20181208
  + modify wbkgd() and wbkgrnd() to improve compatibility with SVr4
    curses, changing the way the window rendition is updated when the
    background character is modified (report by Valery Ushakov).

OBS-URL: https://build.opensuse.org/request/show/662428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=150
2019-01-08 11:15:19 +00:00
Dr. Werner Fink
7d422b5d68 Update to ncurses 6.1-20190105
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=404
2019-01-07 07:51:03 +00:00
Dr. Werner Fink
1fc197b294 Add ncurses patch 6.1-20181229
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=403
2019-01-02 09:45:49 +00:00
Dr. Werner Fink
2321e077db Add ncurses patch 6.1-20181215
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=402
2018-12-17 07:47:42 +00:00
Dr. Werner Fink
9ce6d48267 Add ncurses patch 6.1-20181208
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=401
2018-12-10 08:56:47 +00:00
Dr. Werner Fink
c80ed3e32c Update to 6.1-20181201
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=400
2018-12-03 09:06:57 +00:00
Dominique Leuenberger
98ad77c1ff Accepting request 651982 from Base:System
- Remove screen.xterm from terminfo data base (boo#1103320) as with
  this screen uses fallback TERM=screen

- Add ncurses patch 20181117
  + ignore the hex/b64 $TERMINFO in toe's listing.
  + correct a status-check in _nc_read_tic_entry() so that if reading
    a hex/b64 $TERMINFO, and the $TERM does not match, fall-through to
    the compiled-in search list.

- For screen.xterm remove also `rep' feature (repeat char) this
  might help on boo#1103320

- Add ncurses patch 20181110
  + several workarounds to ensure proper C compiler used in parts of
    Ada95 tree.
  + update config.guess, config.sub from
          http://git.savannah.gnu.org/cgit/config.git

OBS-URL: https://build.opensuse.org/request/show/651982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=149
2018-12-03 09:03:36 +00:00
Dr. Werner Fink
ec6e431981 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=398
2018-11-21 12:44:28 +00:00
Dr. Werner Fink
79c40602d6 Skip screen.xterm
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=397
2018-11-21 11:38:39 +00:00
Dr. Werner Fink
2d24b36de3 Update to 6.1-20181117
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=396
2018-11-19 11:43:18 +00:00
Dr. Werner Fink
6fe5e38db7 For screen.xterm remove also rep feature
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=395
2018-11-12 14:54:59 +00:00
Dr. Werner Fink
dcfb0783ca Add ncurses patch 20181110
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=394
2018-11-12 09:00:01 +00:00
Dominique Leuenberger
02090a9765 Accepting request 646383 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/646383
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=148
2018-11-12 08:49:26 +00:00
Dr. Werner Fink
f79a48c5d7 Update to ncurses 6.1-20181027
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=392
2018-10-29 10:26:37 +00:00
Dr. Werner Fink
a4ca9a541f Update to 6.1-20181020
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=391
2018-10-22 11:26:14 +00:00
Dominique Leuenberger
1828e5f912 Accepting request 641198 from Base:System
OBS-URL: https://build.opensuse.org/request/show/641198
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=147
2018-10-18 13:28:25 +00:00
c19ebaf0e2 Accepting request 641115 from home:Andreas_Schwab:Factory
- Use -rpath-link when building the test suite to use the just built
  libraries

OBS-URL: https://build.opensuse.org/request/show/641115
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=389
2018-10-11 08:42:19 +00:00
Dr. Werner Fink
e4f728193a 6.1-20181006
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=388
2018-10-09 14:06:19 +00:00
Dr. Werner Fink
1fd345de14 Update to 6.1-20180825
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=387
2018-08-27 08:02:18 +00:00
Dr. Werner Fink
e83d42c09b Accepting request 628391 from home:scarabeus_iv:branches:Base:System
- Fix typo screeen -> screen bsc#1104264

OBS-URL: https://build.opensuse.org/request/show/628391
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=386
2018-08-09 12:00:50 +00:00
Dr. Werner Fink
21ec32125a Update to patch 6.1-20180728 and patch 6.1-20180804
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=385
2018-08-06 08:13:21 +00:00
Dr. Werner Fink
2e57815c19 Update to ncurses 6.1-2018072
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=384
2018-07-22 09:04:36 +00:00
Dr. Werner Fink
e6deeb9cdf Update to ncurses-6.1-20180714
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=383
2018-07-20 10:46:13 +00:00
Dr. Werner Fink
90f2b3ee7a Update to 6.1-20180707
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=382
2018-07-09 06:31:36 +00:00
Dr. Werner Fink
6e90cd3aaa Update to 6.1-20180630
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=381
2018-07-03 07:39:21 +00:00
Dr. Werner Fink
db77caabe2 Update to 6.1-20180623
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=380
2018-06-25 09:28:53 +00:00
Dr. Werner Fink
cac6889c9e Add ncurses patch 6.1-20180609
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=379
2018-06-12 09:38:49 +00:00
Dr. Werner Fink
f0eab2e164 Add ncurses patch 6.1-20180602
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=378
2018-06-04 07:14:25 +00:00
Dr. Werner Fink
ed84a0692d Add ncurses patch patch 6.1-20180519 as well as patch patch 6.1-20180526
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=377
2018-05-28 15:05:38 +00:00
Dr. Werner Fink
29334eacbd Add ncurses patch 6.1-20180512
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=376
2018-05-14 10:22:00 +00:00