]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
listbox braille fix
authorhavill <havill>
Thu, 8 Apr 2004 20:18:30 +0000 (20:18 +0000)
committerhavill <havill>
Thu, 8 Apr 2004 20:18:30 +0000 (20:18 +0000)
newt.spec

index 2fda8261e357243cbfb38580b21c0d41f55447bb..54f72a0c92c804b02145d9566a5aa2a22651c052 100644 (file)
--- 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 <havill@redhat.com> 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 <katzj@redhat.com> 0.51.7-1
 - rebuild against new slang