From 402017cf6ba96f01c8bce4c1c7ac9b85adb79b2c Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 09:13:55 +0000 Subject: [PATCH] auto-import changelog data from newt-0.50.30-1.src.rpm Thu Jul 05 2001 Crutcher Dunnavant - padded hidden checkboxes on CheckboxTrees Thu Jul 05 2001 Crutcher Dunnavant - taught CheckboxTrees about width. Whohoo! 2-D!!! Thu Jul 05 2001 Crutcher Dunnavant - added 'hide_checkbox' and 'unselectable' options to CheckboxTrees Mon Jun 25 2001 Jeremy Katz - ClistBox -> Clistbox for API consistency - fixup replace() method of Clistbox Fri Jun 08 2001 Jeremy Katz - few bugfixes to the CListBox Fri Jun 08 2001 Jeremy Katz - added python binding for newtListboxClear() for Listbox and CListBox - let ButtonBars optionally be made of CompactButtons --- .cvsignore | 2 +- newt.spec | 24 ++++++++++++++++++++++-- sources | 2 +- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4b18bc5..02ecd49 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -newt-0.50.24.tar.gz +newt-0.50.30.tar.gz diff --git a/newt.spec b/newt.spec index 32e66d3..0a35723 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.24 +%define version 0.50.30 Version: %{version} Release: 1 Copyright: LGPL @@ -9,7 +9,7 @@ Source: ftp://ftp.redhat.com/pub/redhat/code/newt/newt-%{version}.tar.gz BuildRequires: python,python-devel,perl Requires: slang Provides: snack -BuildRoot: %{_tmppath}/%{name}-%{version}-%{root} +BuildRoot: %{_tmppath}/%{name}-%{version}-root %package devel Summary: Newt windowing toolkit development files. @@ -105,6 +105,26 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Jul 05 2001 Crutcher Dunnavant +- padded hidden checkboxes on CheckboxTrees + +* Thu Jul 05 2001 Crutcher Dunnavant +- taught CheckboxTrees about width. Whohoo! 2-D!!! + +* Thu Jul 05 2001 Crutcher Dunnavant +- added 'hide_checkbox' and 'unselectable' options to CheckboxTrees + +* Mon Jun 25 2001 Jeremy Katz +- ClistBox -> Clistbox for API consistency +- fixup replace() method of Clistbox + +* Fri Jun 8 2001 Jeremy Katz +- few bugfixes to the CListBox + +* Fri Jun 8 2001 Jeremy Katz +- added python binding for newtListboxClear() for Listbox and CListBox +- let ButtonBars optionally be made of CompactButtons + * Wed Jun 6 2001 Crutcher Dunnavant - added CListBox python convenience class diff --git a/sources b/sources index 9c4c1c1..4469b61 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0846ff2a3ab14c504183bbc805506a4d newt-0.50.24.tar.gz +15a56e394b7156b8fea95850304abc61 newt-0.50.30.tar.gz