0.52.15-2

This commit is contained in:
Miroslav Lichvar 2013-04-05 16:09:17 +02:00
parent dbf1283e33
commit 41b088e044

View File

@ -2,7 +2,7 @@
Summary: A library for text mode user interfaces
Name: newt
Version: 0.52.15
Release: 1%{?dist}
Release: 2%{?dist}
License: LGPLv2
Group: System Environment/Libraries
URL: https://fedorahosted.org/newt/
@ -97,6 +97,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
%{python_sitearch}/*.py*
%changelog
* Fri Apr 05 2013 Miroslav Lichvar <mlichvar@redhat.com> - 0.52.15-2
- add missing whiptail options to help and man page
* Mon Mar 25 2013 Miroslav Lichvar <mlichvar@redhat.com> - 0.52.15-1
- fix errors found by gcc-with-cpychecker (#800075)
- fix building with tcl8.6 (#902561)