- unfocus when displaying help
- fix help dialog in popcorn.py (#81352)
This commit is contained in:
parent
5bdf754ada
commit
3bd3301045
@ -4,7 +4,7 @@ Summary: A development library for text mode user interfaces.
|
||||
Name: newt
|
||||
%define version 0.52.2
|
||||
Version: %{version}
|
||||
Release: 7
|
||||
Release: 8
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: newt-%{version}.tar.gz
|
||||
@ -16,6 +16,7 @@ Patch4: newt-0.52.2-cbtpos.patch
|
||||
Patch5: newt-0.52.2-focus.patch
|
||||
Patch6: newt-0.52.2-cursor.patch
|
||||
Patch7: newt-0.52.2-colors.patch
|
||||
Patch8: newt-0.52.2-pyexample.patch
|
||||
BuildRequires: python, python-devel, perl, slang-devel
|
||||
Requires: slang
|
||||
Provides: snack = %{version}-%{release}
|
||||
@ -54,6 +55,7 @@ newt.
|
||||
%patch5 -p1 -b .focus
|
||||
%patch6 -p1 -b .cursor
|
||||
%patch7 -p1 -b .colors
|
||||
%patch8 -p1 -b .pyexample
|
||||
|
||||
%build
|
||||
# gpm support seems to smash the stack w/ we use help in anaconda??
|
||||
@ -99,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libnewt.so
|
||||
|
||||
%changelog
|
||||
* Tue Jun 27 2006 Miroslav Lichvar <mlichvar@redhat.com> - 0.52.2-8
|
||||
- unfocus when displaying help
|
||||
- fix help dialog in popcorn.py (#81352)
|
||||
|
||||
* Thu Jun 08 2006 Miroslav Lichvar <mlichvar@redhat.com> - 0.52.2-7
|
||||
- fix checkboxtree positioning
|
||||
- make textbox with scrollbar focusable (#83203)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user