diff --git a/newt-0.52.21.tar.gz b/newt-0.52.21.tar.gz deleted file mode 100644 index 4139f36..0000000 --- a/newt-0.52.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31 -size 174895 diff --git a/newt-0.52.23.tar.gz b/newt-0.52.23.tar.gz new file mode 100644 index 0000000..cc8ae7e --- /dev/null +++ b/newt-0.52.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa372907b14ececfe298f0d512a62f41d33b290610244a58aed07bbc5ada12a +size 176683 diff --git a/newt-doc.spec b/newt-doc.spec index 0caec03..2ba5139 100644 --- a/newt-doc.spec +++ b/newt-doc.spec @@ -1,7 +1,7 @@ # # spec file for package newt-doc # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: newt-doc -Version: 0.52.21 +Version: 0.52.23 Release: 0 Summary: Tutorial for Nifty Erik's Windowing Toolkit License: LGPL-2.1-or-later diff --git a/newt.changes b/newt.changes index 78c7f69..f1226c1 100644 --- a/newt.changes +++ b/newt.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Dec 4 14:25:40 UTC 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 07:39:52 UTC 2020 - Fabian Vogt diff --git a/newt.spec b/newt.spec index 6901969..5fb5758 100644 --- a/newt.spec +++ b/newt.spec @@ -1,7 +1,7 @@ # # spec file for package newt # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %{!?python2_sitearch: %global python2_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %bcond_without python2 Name: newt -Version: 0.52.21 +Version: 0.52.23 Release: 0 Summary: A library for text mode user interfaces License: LGPL-2.1-or-later