newt: Update to version 0.52.24

Message ID 20231201173223.141492-1-adolf.belka@ipfire.org
State Accepted
Commit ca3ca936f905fd135f9d16b0443aeeb0a0de3198
Headers
Series newt: Update to version 0.52.24 |

Commit Message

Adolf Belka Dec. 1, 2023, 5:32 p.m. UTC
  - 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 <adolf.belka@ipfire.org>
---
 newt/newt.nm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

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/