]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
0.52.16 r0-52-16
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 6 Aug 2013 15:40:27 +0000 (17:40 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 6 Aug 2013 15:46:42 +0000 (17:46 +0200)
newt.spec

index 94dc0093e58fc2a5aa26495b62661d216a77356b..cc75e835e6dac73e1b227ff211447e51847e99ee 100644 (file)
--- a/newt.spec
+++ b/newt.spec
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Summary: A library for text mode user interfaces
 Name: newt
-Version: 0.52.15
+Version: 0.52.16
 Release: 1%{?dist}
 License: LGPLv2
 Group: System Environment/Libraries
@@ -95,6 +95,19 @@ make DESTDIR=$RPM_BUILD_ROOT install
 %{python_sitearch}/*.py*
 
 %changelog
+* Tue Aug 06 2013 Miroslav Lichvar <mlichvar@redhat.com> - 0.52.16-1
+- add newtComponentGetSize and newtComponentGetPosition (#987596)
+- modify Makefile to use SOEXT (#971168)
+- free gpm socket name and unlink gpm socket on form exit
+- fix memory leaks in whiptail
+- fix weekdays in spec changelog
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.52.15-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* 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)