From 3bd330104541ec7eaf9523aa740a5d3ba5f0c7be Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 27 Jun 2006 14:46:17 +0000 Subject: [PATCH] - unfocus when displaying help - fix help dialog in popcorn.py (#81352) --- newt.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/newt.spec b/newt.spec index 4a0f814..d85fc6e 100644 --- a/newt.spec +++ b/newt.spec @@ -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 - 0.52.2-8 +- unfocus when displaying help +- fix help dialog in popcorn.py (#81352) + * Thu Jun 08 2006 Miroslav Lichvar - 0.52.2-7 - fix checkboxtree positioning - make textbox with scrollbar focusable (#83203)