From 5844e5a422ce4ac5be61b975936fec459e2195b2 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Fri, 4 Aug 2006 12:06:45 +0000 Subject: [PATCH] - fix screen corruption when half of double width character is overwritten (#137957) - fix double width character handling in checkboxtree and listbox --- newt.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/newt.spec b/newt.spec index c1907aa..3875a6f 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: 8.1 +Release: 9 License: LGPL Group: System Environment/Libraries Source: newt-%{version}.tar.gz @@ -17,6 +17,7 @@ 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 +Patch9: newt-0.52.2-dwchar.patch BuildRequires: python, python-devel, perl, slang-devel Requires: slang Provides: snack = %{version}-%{release} @@ -56,6 +57,7 @@ newt. %patch6 -p1 -b .cursor %patch7 -p1 -b .colors %patch8 -p1 -b .pyexample +%patch9 -p1 -b .dwchar %build # gpm support seems to smash the stack w/ we use help in anaconda?? @@ -101,6 +103,11 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libnewt.so %changelog +* Fri Aug 04 2006 Miroslav Lichvar - 0.52.2-9 +- fix screen corruption when half of double width character is overwritten + (#137957) +- fix double width character handling in checkboxtree and listbox + * Wed Jul 12 2006 Jesse Keating - 0.52.2-8.1 - rebuild