From 0cf9a4831cd50541b52e75abdf932591aca7173b Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Fri, 11 Nov 2011 12:07:35 +0100 Subject: [PATCH] update to 0.52.14 --- .gitignore | 1 + newt.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dda1259..2f69b15 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /newt-0.52.13.tar.gz +/newt-0.52.14.tar.gz diff --git a/newt.spec b/newt.spec index cd3f4a8..4bec85f 100644 --- a/newt.spec +++ b/newt.spec @@ -1,7 +1,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Summary: A library for text mode user interfaces Name: newt -Version: 0.52.13 +Version: 0.52.14 Release: 1%{?dist} License: LGPLv2 Group: System Environment/Libraries @@ -104,6 +104,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/*.py* %changelog +* Fri Nov 11 2011 Miroslav Lichvar - 0.52.14-1 +- fix returning strings in whiptail and whiptcl (#752818) +- fix configure to work with multiple python versions (#737998) + * Mon Jun 27 2011 Miroslav Lichvar - 0.52.13-1 - add support for changing colors in individual labels, scrollbars, entries, textboxes and scales, add custom colorsets diff --git a/sources b/sources index 45fa7da..11e9dbf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -77de05b3f58540152a4ae32a1a64e5d0 newt-0.52.13.tar.gz +eb78c6bb658b92ec7198908b5b8d0e37 newt-0.52.14.tar.gz