From 08876ab874f816f0b2cc807efe2835e5979c2d5d Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 09:16:49 +0000 Subject: [PATCH] auto-import changelog data from newt-0.50.39-1.src.rpm Mon Jul 01 2002 Michael Fulbright 0.50.39-1 - Changed a test to check for 'None' the correct way Wed Jun 26 2002 Bill Nottingham 0.50.38-1 - don't hardcode linedrawing characters in the scrollbar code Mon Jun 24 2002 Bill Nottingham 0.50.37-1 - minor tweaks for use with UTF-8 slang Tue Jun 11 2002 Joe Orton 0.50.36-1 - add newtListboxGetItemCount() API call - include numeric percentage in scale widget appearace - add support for ESC key using NEWT_KEY_ESCAPE --- .cvsignore | 2 +- newt.spec | 32 +++++++++++++++++++++++++------- sources | 2 +- 3 files changed, 27 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0cde20e..3fb156a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -newt-0.50.35.tar.gz +newt-0.50.39.tar.gz diff --git a/newt.spec b/newt.spec index 352588a..27992c6 100644 --- a/newt.spec +++ b/newt.spec @@ -1,6 +1,6 @@ Summary: A development library for text mode user interfaces. Name: newt -%define version 0.50.35 +%define version 0.50.39 Version: %{version} Release: 1 License: LGPL @@ -17,20 +17,24 @@ Requires: slang-devel %{name} = %{version} Group: Development/Libraries %Description -Newt is a programming library for color text mode, widget-based user -interfaces. Newt can be used to add stacked windows, entry widgets, +Newt is a programming library for color text mode, widget based user +interfaces. Newt can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, -etc., to text mode user interfaces. This package also contains the +etc., to text mode user interfaces. This package also contains the shared library needed by programs built with newt, as well as a -/usr/bin/dialog replacement called whiptail. Newt is based on the +/usr/bin/dialog replacement called whiptail. Newt is based on the slang library. %description devel The newt-devel package contains the header files and libraries -necessary for developing applications which use newt. Newt is a -development library for text mode user interfaces. Newt is based on +necessary for developing applications which use newt. Newt is a +development library for text mode user interfaces. Newt is based on the slang library. +Install newt-devel if you want to develop applications which will use +newt. + + %prep %setup @@ -77,6 +81,20 @@ rm -rf $RPM_BUILD_ROOT /usr/lib/libnewt.so %changelog +* Wed Jul 01 2002 Michael Fulbright 0.50.39-1 +- Changed a test to check for 'None' the correct way + +* Wed Jun 26 2002 Bill Nottingham 0.50.38-1 +- don't hardcode linedrawing characters in the scrollbar code + +* Mon Jun 24 2002 Bill Nottingham 0.50.37-1 +- minor tweaks for use with UTF-8 slang + +* Tue Jun 11 2002 Joe Orton 0.50.36-1 +- add newtListboxGetItemCount() API call +- include numeric percentage in scale widget appearace +- add support for ESC key using NEWT_KEY_ESCAPE + * Mon Mar 18 2002 Bill Nottingham 0.50.35-1 - build for whatever version of python happens to be installed diff --git a/sources b/sources index d20560e..64dedc0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -87a0555f83473a67a848a11c99dd7755 newt-0.50.35.tar.gz +d21566d8b226ff25906f8ec00833455a newt-0.50.39.tar.gz