Sync from SUSE:SLFO:Main newt revision 99e6f1af1d18d0ca935589bd8bc8eec2

This commit is contained in:
Adrian Schröter 2024-10-03 17:40:36 +02:00
parent c292b9eda4
commit 02d9fa363f
5 changed files with 21 additions and 8 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,7 +1,7 @@
#
# spec file for package newt-doc
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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.23
Version: 0.52.24
Release: 0
Summary: Tutorial for Nifty Erik's Windowing Toolkit
License: LGPL-2.1-or-later

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jul 12 11:40:02 UTC 2024 - Martin Jambor <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 18:32:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.52.24:
* add support for python3.13
* fix compiler warnings
-------------------------------------------------------------------
Thu May 4 11:22:15 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package newt
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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.23
Version: 0.52.24
Release: 0
Summary: A library for text mode user interfaces
License: LGPL-2.1-or-later
@ -134,7 +134,7 @@ providing a python API for creating text mode interfaces.
# --with-gpm-support
%configure --without-tcl
## make depend
make CPPFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
make CPPFLAGS="%{optflags} -fPIC -D_GNU_SOURCE" %{?_smp_mflags} all
chmod 0644 peanuts.py popcorn.py
%install