From ba43041a06203006afe3effc77f0da86f3ea85f1 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 17 Oct 2013 16:54:27 +0200 Subject: [PATCH] 0.52.16-2 --- newt.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/newt.spec b/newt.spec index 4f09d46..49cc06f 100644 --- a/newt.spec +++ b/newt.spec @@ -7,7 +7,7 @@ Summary: A library for text mode user interfaces Name: newt Version: 0.52.16 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 Group: System Environment/Libraries URL: https://fedorahosted.org/newt/ @@ -129,6 +129,11 @@ make DESTDIR=$RPM_BUILD_ROOT install %endif %changelog +* Thu Oct 17 2013 Miroslav Lichvar - 0.52.16-2 +- add python3 support (Matthias Klose) (#963839) +- build python3 subpackage (Miro HronĨok) (#963839) +- rename snackmodule to snack (#963839) + * Tue Aug 06 2013 Miroslav Lichvar - 0.52.16-1 - add newtComponentGetSize and newtComponentGetPosition (#987596) - modify Makefile to use SOEXT (#971168)