]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
1) get right version of the shared lib
authorewt <ewt>
Tue, 18 Mar 1997 15:31:47 +0000 (15:31 +0000)
committerewt <ewt>
Tue, 18 Mar 1997 15:31:47 +0000 (15:31 +0000)
2) added whiptail

newt.spec

index bdfd3a1fe1e266b6b3f670914188212e12b8c015..d4180532140382a18fd4e89ce57adb122b977fe5 100644 (file)
--- 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 <ewt@redhat.com>
+
+- Cleaned up listbox
+- Added whiptail
+- Added newtButtonCompact button type and associated colors
+- Added newtTextboxGetNumLines() and newtTextboxSetHeight()
+
 * Tue Feb 25 1997 Erik Troan <ewt@redhat.com>
 
-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