rpms/newt/F-9 .cvsignore, 1.24, 1.25 newt.spec, 1.56, 1.57 sources, 1.25, 1.26

Miroslav Lichvar (mlichvar) fedora-extras-commits at redhat.com
Wed Jul 30 13:11:08 UTC 2008


Author: mlichvar

Update of /cvs/pkgs/rpms/newt/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10037

Modified Files:
	.cvsignore newt.spec sources 
Log Message:
- improve --noitem description (#456305)
- add setHeight to Textbox class
- fix fixedheight forms
- free keymap in newtFinished()
- fix memory leak in textbox
- fix valgrind error in checkboxtree
- don't crash when running empty form
- don't crash or hang when form has no focusable elements
- before checkboxtree drawing return first item in GetCurrent()
- redraw textbox in SetText()
- add setColor description to SnackScreen docstring (Greg Swift)
- make sure Widget isn't used directly (Greg Swift) (#452920)
- add Serbian translations (Miloš Komarčević)
- add Balochi translation (Mostafa Daneshvar)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/newt/F-9/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore	21 Mar 2008 12:25:55 -0000	1.24
+++ .cvsignore	30 Jul 2008 13:10:38 -0000	1.25
@@ -1 +1 @@
-newt-0.52.9.tar.gz
+newt-0.52.10.tar.gz


Index: newt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/newt/F-9/newt.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- newt.spec	21 Mar 2008 12:25:55 -0000	1.56
+++ newt.spec	30 Jul 2008 13:10:38 -0000	1.57
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %define 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.9
+Version: 0.52.10
 Release: 1%{?dist}
 License: LGPLv2
 Group: System Environment/Libraries
@@ -101,6 +101,22 @@
 %{python_sitearch}/*.py*
 
 %changelog
+* Wed Jul 30 2008 Miroslav Lichvar <mlichvar at redhat.com> - 0.52.10-1
+- improve --noitem description (#456305)
+- add setHeight to Textbox class
+- fix fixedheight forms
+- free keymap in newtFinished()
+- fix memory leak in textbox
+- fix valgrind error in checkboxtree
+- don't crash when running empty form
+- don't crash or hang when form has no focusable elements
+- before checkboxtree drawing return first item in GetCurrent()
+- redraw textbox in SetText()
+- add setColor description to SnackScreen docstring (Greg Swift)
+- make sure Widget isn't used directly (Greg Swift) (#452920)
+- add Serbian translations (Miloš Komarčević)
+- add Balochi translation (Mostafa Daneshvar)
+
 * Fri Mar 21 2008 Miroslav Lichvar <mlichvar at redhat.com> - 0.52.9-1
 - handle component destruction (patch by Richard W.M. Jones)
 - fix newtWinEntry definition
@@ -109,7 +125,7 @@
 - improve SIGWINCH handling in form
 - don't abort from whiptail gauge on SIGWINCH
 - redisplay also last line
-- update Polish translation
+- update Polish translation (Piotr DrÄ…g)
 - update URL and Source tag
 
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.52.8-2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/newt/F-9/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources	21 Mar 2008 12:25:55 -0000	1.25
+++ sources	30 Jul 2008 13:10:38 -0000	1.26
@@ -1 +1 @@
-d2b99bf05379e3410ee68ee994e6f59d  newt-0.52.9.tar.gz
+bcbcc87ec19ba37d34f819209afa2e15  newt-0.52.10.tar.gz




More information about the fedora-extras-commits mailing list