0.52.16-2

This commit is contained in:
Miroslav Lichvar 2013-10-17 16:54:27 +02:00
parent fa31b7e714
commit ba43041a06

View File

@ -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 <mlichvar@redhat.com> - 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 <mlichvar@redhat.com> - 0.52.16-1
- add newtComponentGetSize and newtComponentGetPosition (#987596)
- modify Makefile to use SOEXT (#971168)