From: Adolf Belka Date: Fri, 1 Dec 2023 17:32:23 +0000 (+0100) Subject: newt: Update to version 0.52.24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca3ca936f905fd135f9d16b0443aeeb0a0de3198;p=ipfire-3.x.git newt: Update to version 0.52.24 - IPFire-3.x - Update from version 0.52.21 to 0.52.24 - Changelog 0.52.24 - add support for python3.13 - fix compiler warnings 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 0.52.22 - 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) Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- diff --git a/newt/newt.nm b/newt/newt.nm index 67612cb94..6c0d52cb0 100644 --- a/newt/newt.nm +++ b/newt/newt.nm @@ -4,8 +4,8 @@ ############################################################################### name = newt -version = 0.52.21 -release = 2 +version = 0.52.24 +release = 1 groups = System/Libraries url = https://fedorahosted.org/releases/n/e/newt/