Changelog for
libnewt0_52-0.52.24-lp156.80.1.x86_64.rpm :
* Fri Jul 12 2024 Martin Jambor
- Add -D_GNU_SOURCE to compilation flags because it is a required feature macro for function setlinebuf to be declared. [boo#1225864]
* Thu Dec 28 2023 Dirk Müller - update to 0.52.24:
* add support for python3.13
* fix compiler warnings
* Thu May 04 2023 Dominique Leuenberger - Add _multibuild to define 2nd spec file as additional flavor. Eliminates the need for source package links in OBS.
* Sun Dec 04 2022 Dirk Müller - 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 Fabian Vogt - Split doc build into separate spec file- As the example scripts are \"pointless\", just don\'t install them
* Thu Apr 23 2020 Martin Pluskal - 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 Martin Liška - 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)