- fix screen corruption when half of double width character is overwritten

(#137957)
- fix double width character handling in checkboxtree and listbox
This commit is contained in:
Miroslav Lichvar 2006-08-04 12:06:45 +00:00
parent 0a91d4b813
commit 5844e5a422

View File

@ -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 <mlichvar@redhat.com> - 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 <jkeating@redhat.com> - 0.52.2-8.1
- rebuild