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:
parent
08da9d4ff0
commit
402017cf6b
@ -1 +1 @@
|
||||
newt-0.50.24.tar.gz
|
||||
newt-0.50.30.tar.gz
|
||||
|
||||
24
newt.spec
24
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 <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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user