Projects
Mega:23.09
newt
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
_service:tar_scm:newt.spec
Changed
@@ -1,5 +1,5 @@ Name: newt -Version: 0.52.23 +Version: 0.52.24 Release: 1 Summary: A library for text mode user interfaces License: LGPLv2 @@ -88,6 +88,9 @@ %{_mandir}/man1/whiptail.1* %changelog +* Wed Dec 06 2023 Vicoloa <lvkun@uniontech.com> - 0.52.24-1 +- Update newt version to 0.52.24 + * Tue Jan 31 2023 yanglu <yanglu72@h-partners.com> - 0.52.23-1 - Type:requirement - Id:NA
View file
_service
Changed
@@ -2,7 +2,7 @@ <service name="tar_scm"> <param name="url">git@gitee.com:src-openeuler/newt.git</param> <param name="scm">git</param> - <param name="revision">openEuler-23.09</param> + <param name="revision">master</param> <param name="exclude">*</param> <param name="extract">*</param> </service>
View file
_service:tar_scm:newt-0.52.23.tar.gz/CHANGES -> _service:tar_scm:newt-0.52.24.tar.gz/CHANGES
Changed
@@ -1,3 +1,7 @@ +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
View file
_service:tar_scm:newt-0.52.23.tar.gz/configure -> _service:tar_scm:newt-0.52.24.tar.gz/configure
Changed
@@ -2471,7 +2471,7 @@ PACKAGE=newt -VERSION=0.52.23 +VERSION=0.52.24 SONAME=0.52 ac_config_headers="$ac_config_headers config.h"
View file
_service:tar_scm:newt-0.52.23.tar.gz/configure.ac -> _service:tar_scm:newt-0.52.24.tar.gz/configure.ac
Changed
@@ -2,7 +2,7 @@ AC_CONFIG_SRCDIR(newt_pr.h) PACKAGE=newt -VERSION=0.52.23 +VERSION=0.52.24 SONAME=0.52 AC_CONFIG_HEADERS(config.h)
View file
_service:tar_scm:newt-0.52.23.tar.gz/dialogboxes.c -> _service:tar_scm:newt-0.52.24.tar.gz/dialogboxes.c
Changed
@@ -259,7 +259,6 @@ newtComponent form = NULL, okay, tb, answer, listBox; newtComponent cancel = NULL; const char * arg; - char * end; int numItems = 0; int allocedItems = 5; int i, top; @@ -403,7 +402,6 @@ newtComponent form = NULL, okay, tb, subform, answer; newtComponent sb = NULL, cancel = NULL; const char * arg; - char * end; int numBoxes = 0; int allocedBoxes = 5; int i;
View file
_service:tar_scm:newt-0.52.23.tar.gz/snack.c -> _service:tar_scm:newt-0.52.24.tar.gz/snack.c
Changed
@@ -456,7 +456,7 @@ PyGILState_STATE _state = PyGILState_Ensure(); args = Py_BuildValue("(O)", data); - result = PyEval_CallObject(helpCallback.cb, args); + result = PyObject_CallObject(helpCallback.cb, args); Py_DECREF (args); Py_XDECREF(result); @@ -473,10 +473,10 @@ if (scs->data) { args = Py_BuildValue("(O)", scs->data); - result = PyEval_CallObject(scs->cb, args); + result = PyObject_CallObject(scs->cb, args); Py_DECREF (args); } else - result = PyEval_CallObject(scs->cb, NULL); + result = PyObject_CallObject(scs->cb, NULL); if (!result) { PyErr_Print(); @@ -498,10 +498,10 @@ if (scs->data) { args = Py_BuildValue("(O)", scs->data); - result = PyEval_CallObject(scs->cb, args); + result = PyObject_CallObject(scs->cb, args); Py_DECREF (args); } else - result = PyEval_CallObject(scs->cb, NULL); + result = PyObject_CallObject(scs->cb, NULL); if (!result) { PyErr_Print();
View file
_service:tar_scm:newt-0.52.23.tar.gz/whiptail.c -> _service:tar_scm:newt-0.52.24.tar.gz/whiptail.c
Changed
@@ -526,6 +526,8 @@ exit(DLG_ERROR); } break; + default: + break; } if (noCancel) flags |= FLAG_NOCANCEL;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2