From 8ff525852c0599dcf491617ec8719b20ece36ad0 Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Sat, 29 Nov 2008 16:55:43 +0000 Subject: [PATCH] Rebuild for Python 2.6 --- newt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/newt.spec b/newt.spec index 8220b50..90b3ad8 100644 --- a/newt.spec +++ b/newt.spec @@ -2,7 +2,7 @@ Summary: A library for text mode user interfaces Name: newt Version: 0.52.10 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 Group: System Environment/Libraries URL: https://fedorahosted.org/newt/ @@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/*.py* %changelog +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.52.10-2 +- Rebuild for Python 2.6 + * Wed Jul 30 2008 Miroslav Lichvar - 0.52.10-1 - improve --noitem description (#456305) - add setHeight to Textbox class