1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
ncurses (6.2+20210109-1) trunk
* New upstream version.
* Organize packages into sections.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Sun, 10 Jan 2021 07:50:52 -0500
ncurses (6.1+20190706-1) trunk
* New upstream version.
* ncurses-dbg: Actually include debugging symbols (normally always excluded
from the shared libraries by upstream).
* libtinfo.5, libtinfo.6: Switch to providing wide-character builds of
libraries (fixes libncursesw.so.6 termattrs_sp() segmentation fault).
* libtic.6: New binary package, split from libtinfo.6, to provide the tic
library. No packages in ProteanOS other than ncurses-bin link against
libtic.so.6, so it is safe to split up libtinfo.6 without adding libtic.6
to its Recommends or Depends fields.
* libncurses.5-dev, libncurses.6-dev: Prohibit coinstallation, due to
conflicting symbolic link names.
* libform.6, libformw.6, libmenu.6, libmenuw.6, libpanel.6, libpanelw.6: New
binary packages split from libncurses.6 and libncursesw.6. This shrinks
libncurses.6 and libncursesw.6 by about 50%. libncurses.6 and
libncursesw.6 are so new in ProteanOS that no other packages depend on
them yet, therefore it is currently safe to split them up without adding
the new packages to their Recommends or Depends fields.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Sun, 07 Jul 2019 17:23:11 -0400
ncurses (6.1+20190630-1) trunk
* New upstream version.
* libncurses.5-dev: Add libncursesw.5, libncurses++.5, libncurses++w.5, and
libtinfo.5 to dependencies.
* libncurses.6-dev: Add libncursesw.6, libncurses++.6, libncurses++w.6, and
libtinfo.6 to dependencies.
* ncurses-dbg: New binary package.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Tue, 02 Jul 2019 20:36:05 -0400
ncurses (6.1+20190623-1) trunk
* New upstream version.
* Remove old upstream source archives accidentally left behind.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Tue, 25 Jun 2019 01:09:16 -0400
ncurses (6.1-1) trunk
* New upstream version.
* Update Maintainer and Homepage.
* libncursesw.5-dev, libtinfo-dev: Merge into libncurses.5-dev.
* libncurses.5-dev: Remove static libraries.
* libncurses.5, libncursesw.5, libtinfo.5, ncurses-bin: Use automatic shared
library dependencies.
* terminfo-base: Merge into terminfo package.
* ncurses-common: New package to provide source package documentation.
* libncurses.6.pkg libncurses.6-dev.pkg libncursesw.6.pkg libtinfo.6.pkg:
New packages providing ABI version 6.
* libncurses++.5, libncurses++w.5, libncurses++.6, libncurses++w.6: New
packages providing shared C++ libraries.
* terminfo-linux: Provide /usr/lib/terminfo link.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 24 Jun 2019 19:13:59 -0400
ncurses (5.9~20140301-2) trunk
* terminfo-base: New binary package to provide the ansi, dumb, and
vt102 terminfo data files.
* terminfo-linux: New binary package to provide the linux terminfo data
file.
* libtinfo.5: Depend on terminfo-base and terminfo-linux.
* libncursesw.5: Build without embedded termlib and ticlib.
* ncurses-bin: Don't install the ncurses*-config utilities.
* Fix binary package dependencies.
-- "P. J. McDermott" <pj@pehjota.net> Mon, 04 Aug 2014 09:47:39 -0400
ncurses (5.9~20140301-1) trunk
* New upstream version.
* Update to SPF 2.0 and opkhelper 3.0.
* Use multiarch library directories.
* Use "--with-install-prefix" instead of "DESTDIR".
* Install pkg-config files in libncurses.5-dev and libncursesw.5-dev.
* Manage clean and reset with update-alternatives.
-- "P. J. McDermott" <pj@pehjota.net> Sat, 08 Mar 2014 13:07:26 -0500
ncurses (5.9-1)
* Initial release.
-- P. J. McDermott <pjm@nac.net> Fri, 27 Apr 2012 11:24:24 -0400
|