From: ewt Date: Tue, 18 Mar 1997 15:31:47 +0000 (+0000) Subject: 1) get right version of the shared lib X-Git-Tag: v0-9~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b59de5b437fdc47a9bb72d655ca2e33d5ef8b64b;p=thirdparty%2Fnewt.git 1) get right version of the shared lib 2) added whiptail --- diff --git a/newt.spec b/newt.spec index bdfd3a1..d418053 100644 --- a/newt.spec +++ b/newt.spec @@ -17,7 +17,8 @@ allows color text mode applications to easily use stackable windows, push buttons, check boxes, radio buttons, lists, entry fields, labels, and displayable text. Scrollbars are supported, and forms may be nested to provide extra functionality. This pacakge contains the shared library -for programs that have been built with newt. +for programs that have been built with newt as well as a /usr/bin/dialog +replacement called whiptail. %description devel These are the header files and libraries for developing applications which @@ -32,6 +33,7 @@ make make shared %install +rm -rf /usr/lib/libnewt* make install make install-sh @@ -43,12 +45,20 @@ make install-sh %changelog +* Tue Mar 18 1997 Erik Troan + +- Cleaned up listbox +- Added whiptail +- Added newtButtonCompact button type and associated colors +- Added newtTextboxGetNumLines() and newtTextboxSetHeight() + * Tue Feb 25 1997 Erik Troan -Added changes from sopwith for C++ cleanliness and some listbox fixes. +- Added changes from sopwith for C++ cleanliness and some listbox fixes. %files -/usr/lib/libnewt.so.0.7 +/usr/lib/libnewt.so.* +/usr/bin/whiptail %files devel /usr/include/newt.h