From a626abae26ed43962f63e2bd16dfeeff2ab0c979 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 31 Jan 2007 14:55:22 +0000 Subject: [PATCH] - provide option to change text of buttons (#126768) - don't add escape key to hot keys by default (#216157) - fix cursor position in checkboxtree, radio button and checkbox - don't force monochrome terminals to output colors - highlight active compact button on monochrome terminals - update translations from debian Resolves: #126768 #216157 --- .cvsignore | 2 +- newt.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index a4ecc32..dee9410 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -newt-0.52.4.tar.gz +newt-0.52.5.tar.gz diff --git a/newt.spec b/newt.spec index 3491c87..426924e 100644 --- a/newt.spec +++ b/newt.spec @@ -1,11 +1,10 @@ Summary: A development library for text mode user interfaces. Name: newt -Version: 0.52.4 -Release: 3%{?dist} +Version: 0.52.5 +Release: 1%{?dist} License: LGPL Group: System Environment/Libraries Source: newt-%{version}.tar.gz -Patch0: newt-objfree.patch BuildRequires: python, python-devel, slang-devel Provides: snack = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -35,7 +34,6 @@ newt. %prep %setup -q -%patch0 -p0 %build # gpm support seems to smash the stack w/ we use help in anaconda?? @@ -73,6 +71,14 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libnewt.so %changelog +* Wed Jan 31 2007 Miroslav Lichvar - 0.52.5-1 +- provide option to change text of buttons (#126768) +- don't add escape key to hot keys by default (#216157) +- fix cursor position in checkboxtree, radio button and checkbox +- don't force monochrome terminals to output colors +- highlight active compact button on monochrome terminals +- update translations from debian + * Sat Jan 6 2007 Jeremy Katz - 0.52.4-3 - fix memory allocation in snack to be consistent (#212780) diff --git a/sources b/sources index 4a311f2..bef6f18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0818c0d397fb6b5ee61a6747327599e4 newt-0.52.4.tar.gz +492e09cc6845a476074c5817038cbdd8 newt-0.52.5.tar.gz