Package Release Info

newt-0.52.24-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libnewt0_52-32bit

Change Logs

* Fri Jul 12 2024 mjambor@suse.com
- 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 dmueller@suse.com
- update to 0.52.24:
  * add support for python3.13
  * fix compiler warnings
* Thu May 04 2023 dimstar@opensuse.org
- Add _multibuild to define 2nd spec file as additional flavor.
  Eliminates the need for source package links in OBS.
* Sun Dec 04 2022 dmueller@suse.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 fvogt@suse.com
- Split doc build into separate spec file
- As the example scripts are "pointless", just don't install them
* Thu Apr 23 2020 mpluskal@suse.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 mliska@suse.cz
- Use FAT LTO objects in order to provide proper static library.
* Wed Mar 20 2019 lars@linux-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 tchvatal@suse.com
- Build without py2 if needed
- Fix upstream url
* Wed Nov 08 2017 mpluskal@suse.com
- Use current factory dependencies
- Always build python3 bindings
- Small cleanup with spec-clenaer