SHA256
8
0
forked from pool/newt

Accepting request 1039997 from home:dirkmueller:Factory

- 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)

OBS-URL: https://build.opensuse.org/request/show/1039997
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=53
This commit is contained in:
2022-12-04 14:54:09 +00:00
committed by Git OBS Bridge
parent a0ade439aa
commit c32bc60d38
5 changed files with 25 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31
size 174895

BIN
newt-0.52.23.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,7 +1,7 @@
# #
# spec file for package newt-doc # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: newt-doc Name: newt-doc
Version: 0.52.21 Version: 0.52.23
Release: 0 Release: 0
Summary: Tutorial for Nifty Erik's Windowing Toolkit Summary: Tutorial for Nifty Erik's Windowing Toolkit
License: LGPL-2.1-or-later License: LGPL-2.1-or-later

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Dec 4 14:25:40 UTC 2022 - Dirk Müller <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 07:39:52 UTC 2020 - Fabian Vogt <fvogt@suse.com> Wed Jun 10 07:39:52 UTC 2020 - Fabian Vogt <fvogt@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package newt # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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)")} %{!?python2_sitearch: %global python2_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%bcond_without python2 %bcond_without python2
Name: newt Name: newt
Version: 0.52.21 Version: 0.52.23
Release: 0 Release: 0
Summary: A library for text mode user interfaces Summary: A library for text mode user interfaces
License: LGPL-2.1-or-later License: LGPL-2.1-or-later