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)