Changelog for
libnewt0_52-0.52.24-72.29.x86_64.rpm :
* Thu Dec 28 2023 dmuellerAATTsuse.com- update to 0.52.24:
* add support for python3.13
* fix compiler warnings
* Thu May 04 2023 dimstarAATTopensuse.org- Add _multibuild to define 2nd spec file as additional flavor. Eliminates the need for source package links in OBS.
* Sun Dec 04 2022 dmuellerAATTsuse.com- 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)
* Wed Jun 10 2020 fvogtAATTsuse.com- Split doc build into separate spec file- As the example scripts are \"pointless\", just don\'t install them
* Thu Apr 23 2020 mpluskalAATTsuse.com- Update to version 0.52.21:
* define env NEWT_NOFLOWCTRL to disable flow control (Robert Gill)
* don\'t leak memory on errors in dialogboxes
* fix radio button selection check in snack
* fix plural forms in Lithuanian translation (#1568999)
* fix parallel build (Émeric Dupont)
* allow python versions to be specified with --with-python option
* Fri Aug 02 2019 mliskaAATTsuse.cz- Use FAT LTO objects in order to provide proper static library.
* Wed Mar 20 2019 larsAATTlinux-schulserver.de - 0.52.20- use new license string compatible with latest spdx.org changes- 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
* Wed Jan 03 2018 tchvatalAATTsuse.com- Build without py2 if needed- Fix upstream url
* Wed Nov 08 2017 mpluskalAATTsuse.com- Use current factory dependencies- Always build python3 bindings- Small cleanup with spec-clenaer
* Mon Oct 02 2017 jengelhAATTinai.de- Rectify RPM groups.
* Sun Sep 24 2017 mcAATTsuse.com- build python3 subpackage
* Mon Jul 03 2017 larsAATTlinux-schulserver.de- update to 0.52.20: + 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
* Sun Mar 01 2015 jengelhAATTinai.de- Set RPM groups
* Sun Mar 01 2015 mpluskalAATTsuse.com- Cleanup spec file with spec-cleaner- Use url for source- Remove conditions dealing with unsupported releases of SLES- Update to 0.52.18
* fix widget key collision in snack on 64-bit archs (#1151455)
* handle NEWT_EXIT_ERROR in snack
* fix preprocessor warnings in snack
* optimize textbox reflowing
* remove newtListitem declarations (#1074092)
* Wed Nov 06 2013 larsAATTlinux-schulserver.de- update to 0.52.16 + 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
* Tue Mar 05 2013 cooloAATTsuse.com- update license to new format
* Mon Jul 30 2012 wernerAATTsuse.de- Use suse-version not sles-version
* Tue Jul 10 2012 wernerAATTsuse.de- Make it build with latest TeXLive 2012 with new package layout
* Wed Feb 01 2012 larsAATTlinux-schulserver.de- update to 0.52.14: + fix returning strings in whiptail and whiptcl (rh#752818) + fix configure to work with multiple python versions (rh#737998)- removed newt-0.52.13-python_version.patch : fixed upstream- compile with fPIC - fixes problems with _snackmodule.so thanks to Joerg Steffens (bnc#734171)- newt-doc recommends the main package as the examples need it- added newt-0.52.14-incorrect-fsf-address.patch
* Sun Jan 29 2012 jengelhAATTmedozas.de- Remove redundant tags/sections per specfile guideline suggestions
* Mon Aug 08 2011 larsAATTlinux-schulserver.de- update to 0.52.13: + 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
* Thu Mar 17 2011 chrisAATTcomputersalat.de- add comment to keep static lib
* Tue Mar 08 2011 chrisAATTcomputersalat.de- fix baselibs.conf o newt > libnewt0_52- fix naming o define libname libnewt o define libsoname {libname}0_52- fix deps o add pkg-config o move {py_requires} to subpkg python-newt- remove Author from description
* Fri Feb 04 2011 larsAATTlinux-schulserver.de- update to 0.52.12: + fix whiptail --gauge and its description in man page (#620083) + remove space after \
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)- build on older distributions by owning locale/as
* Mon Feb 01 2010 jengelhAATTmedozas.de- package baselibs.conf
* Sat Jan 09 2010 chrisAATTcomputersalat.de- update to 0.52.11
* fix buffer overflow in textbox when reflowing (#523955, CVE-2009-2905)
* use full textbox width when reflowing and allow minimal width 1
* fix writing lines longer than width in textbox
* don\'t use va_list in newtvwindow more than once (#523696)
* bind \\E[Z to back-tab in built-in keymap (#468046)
* terminate string after reading file in whiptail
* add newtRadioSetCurrent function (Thomas Jarosch)
* add pkgconfig support (Thomas Jarosch)
* add Malay, Malayalam, Assamese, Gujarati, Bengali India, Kannada, Telugu translations
* include tutorial in txt format
* include debian patches - fix crash in textbox SetText when topLines != 0 - don\'t link modules with libraries already linked with libnewt - add Asturian and Marathi translations- cleanup spec
* sorted TAGS
* macros __make, __install, ... name -> {name} version -> {version} buildroot -> {buildroot} _defaultdocdir -> {_defaultdocdir} ....- removed obsolete newt-CVE-2009-2905.patch
* Wed Sep 23 2009 lruppAATTsuse.de- fix heap-based buffer overflow in function doReflow in textbox.c (fix bnc#540930 and CVE-2009-2905 : newt-CVE-2009-2905.patch)