diff --git a/newt.spec b/newt.spec index cd2b96c..54e0782 100644 --- a/newt.spec +++ b/newt.spec @@ -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 - 0.52.15-2 +- add missing whiptail options to help and man page + * Mon Mar 25 2013 Miroslav Lichvar - 0.52.15-1 - fix errors found by gcc-with-cpychecker (#800075) - fix building with tcl8.6 (#902561)