auto-import changelog data from newt-0.50.30-1.src.rpm

Thu Jul 05 2001 Crutcher Dunnavant <crutcher@redhat.com>
- padded hidden checkboxes on CheckboxTrees
Thu Jul 05 2001 Crutcher Dunnavant <crutcher@redhat.com>
- taught CheckboxTrees about width. Whohoo! 2-D!!!
Thu Jul 05 2001 Crutcher Dunnavant <crutcher@redhat.com>
- added 'hide_checkbox' and 'unselectable' options to CheckboxTrees
Mon Jun 25 2001 Jeremy Katz <katzj@redhat.com>
- ClistBox -> Clistbox for API consistency
- fixup replace() method of Clistbox
Fri Jun 08 2001 Jeremy Katz <katzj@redhat.com>
- few bugfixes to the CListBox
Fri Jun 08 2001 Jeremy Katz <katzj@redhat.com>
- added python binding for newtListboxClear() for Listbox and CListBox
- let ButtonBars optionally be made of CompactButtons
This commit is contained in:
cvsdist 2004-09-09 09:13:55 +00:00
parent 08da9d4ff0
commit 402017cf6b
3 changed files with 24 additions and 4 deletions

View File

@ -1 +1 @@
newt-0.50.24.tar.gz
newt-0.50.30.tar.gz

View File

@ -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 <crutcher@redhat.com>
- padded hidden checkboxes on CheckboxTrees
* Thu Jul 05 2001 Crutcher Dunnavant <crutcher@redhat.com>
- taught CheckboxTrees about width. Whohoo! 2-D!!!
* Thu Jul 05 2001 Crutcher Dunnavant <crutcher@redhat.com>
- added 'hide_checkbox' and 'unselectable' options to CheckboxTrees
* Mon Jun 25 2001 Jeremy Katz <katzj@redhat.com>
- ClistBox -> Clistbox for API consistency
- fixup replace() method of Clistbox
* Fri Jun 8 2001 Jeremy Katz <katzj@redhat.com>
- few bugfixes to the CListBox
* Fri Jun 8 2001 Jeremy Katz <katzj@redhat.com>
- added python binding for newtListboxClear() for Listbox and CListBox
- let ButtonBars optionally be made of CompactButtons
* Wed Jun 6 2001 Crutcher Dunnavant <crutcher@redhat.com>
- added CListBox python convenience class

View File

@ -1 +1 @@
0846ff2a3ab14c504183bbc805506a4d newt-0.50.24.tar.gz
15a56e394b7156b8fea95850304abc61 newt-0.50.30.tar.gz