- update to 0.52.23:
* fix automatic height of menu/list in whiptail (broken in 0.52.22)
* fix automatic width of whiptail --yesno box
* fix automatic width in whiptail with unicode characters
* fix automatic width with whiptail --noitem and --notags options
* fix spacing with longer tags in whiptail
* avoid overlapping backtitle in whiptail with automatic height
* fix crash in whiptail with new libpopt
* switch from usleep to nanosleep (Rosen Penev)
* fix libnewt.pc to enable static linking (Alexey Sheplyakov)
* fix LDFLAGS order in snack linking (Sam James)
* use CFLAGS when compiling snack
* improve configure.ac (Thomas Kuehne)
* install header and libnewt.pc with shared library (Michael Olbrich)
OBS-URL: https://build.opensuse.org/request/show/1039997
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=53
- ran spec-cleaner
- adjust spec file to be able to build for SLE-12 and below:
+ re-add BuildRoot definition
+ re-add defattr definitions
+ define python2_sitearch if the macro is not defined
- added newt-0.52.20-implicit-pointer-decl.patch to get rid of
compiler warnings about implicit definitions of functions
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=45
+ improve handling of long strings in whiptail menu (#1353792)
+ support screen resize as hotkey in form (#1432926)
from 0.52.19:
+ support --notags in whiptail checklist and radiolist (#1319794)
+ don't hard-code -I/usr/include/slang in CPPFLAGS (Alex Suykov)
+ use $(CC) instead of $(CPP) to generate .depend files (Samuel Martin)
+ update translations from Zanata
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=34
+ add newtComponentGetSize and newtComponentGetPosition
+ modify Makefile to use SOEXT
+ free gpm socket name and unlink gpm socket on form exit
+ fix memory leaks in whiptail
+ add missing whiptail options to help and man page
+ fix errors found by gcc-with-cpychecker
+ fix building with tcl8.6
+ add fallback to python-config
+ replace tabs in snack.py
+ compile snackmodule.c with flag -fPIC (Kang Kai)
+ include new translations from transifex
+ allow newtWinMenu and newtWinEntries with no buttons or items
+ don't draw scale when not mapped
+ build with large-file support for stat64
+ remove unused variables in test code
+ update FSF address
+ remove obsolete macros
+ make some dependencies arch-specific
- removed upstream newt-0.52.14-incorrect-fsf-address.patch
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=29
+ add support for changing colors in individual labels, scrollbars, entries,
textboxes and scales, add custom colorsets
+ add support for NEWT_COLORS and NEWT_COLORS_FILE variables (rh#689903)
+ allow resizing of form
+ fix errors found by coverity
+ fix va_list usage (Gwenole Beauchesne)
+ fix building and installing on Mac OS X (rh#652479)
+ check for slang.h header, support DESTDIR variable, add --without-python
option (Otavio Salvador)
+ add Persian, Low German translations
- added newt-0.52.13-python_version.patch to fix detection of
python version in configure script
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=12
+ fix whiptail --gauge and its description in man page (#620083)
+ remove space after \n in whiptail texts (#620083)
+ remove NLS code from snack (#599608)
+ expose more keys to python as shortcuts in dialogs (Jakob Kemi)
+ release python global-thread-lock during dialog displays (Jakob Kemi)
+ fix warnings in whiptcl.c and include Tcl_PkgProvide() call (Mikhail T.)
+ don't NULL deref when an invalid array is specified in checkboxtree
(Arnaldo Carvalho de Melo)
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=7