From: havill Date: Thu, 8 Apr 2004 20:18:30 +0000 (+0000) Subject: listbox braille fix X-Git-Tag: r0-52-0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6421d526ba964af04c6dda4290e995e1ce5ef655;p=thirdparty%2Fnewt.git listbox braille fix --- diff --git a/newt.spec b/newt.spec index 2fda826..54f72a0 100644 --- a/newt.spec +++ b/newt.spec @@ -1,9 +1,9 @@ -%define pythonver 2.3 +%define pythonver %(%{__python} -c "import sys; print sys.version[:3]") Summary: A development library for text mode user interfaces. Name: newt Version: 0.51.7 -Release: 1 +Release: 2 License: LGPL Group: System Environment/Libraries Source: newt-%{version}.tar.gz @@ -82,6 +82,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libnewt.so %changelog +* Thu Apr 8 2004 Adrian Havill 0.51.7-2 +- incorporated some debian memcheck fixes, whiptail features +- change .spec to not use hardcoded python version much like up2date (#114419) + * Fri Dec 5 2003 Jeremy Katz 0.51.7-1 - rebuild against new slang