Skip to content

Commit

Permalink
newt: Update to v0.52.24
Browse files Browse the repository at this point in the history
Release notes available [here](https://pagure.io/newt/raw/5f2762040505edd7a25878fe27a00a2d34485663/f/CHANGES)

Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
  • Loading branch information
ReillyBrogan committed Mar 26, 2024
1 parent ba8accf commit 354902f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 15 deletions.
4 changes: 2 additions & 2 deletions packages/n/newt/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ UNKNOWN:PyDict_SetItemString
UNKNOWN:PyErr_Clear
UNKNOWN:PyErr_Print
UNKNOWN:PyErr_SetString
UNKNOWN:PyEval_CallObjectWithKeywords
UNKNOWN:PyEval_RestoreThread
UNKNOWN:PyEval_SaveThread
UNKNOWN:PyExc_KeyError
Expand All @@ -16,6 +15,7 @@ UNKNOWN:PyLong_AsLong
UNKNOWN:PyLong_FromLong
UNKNOWN:PyModule_Create2
UNKNOWN:PyModule_GetDict
UNKNOWN:PyObject_CallObject
UNKNOWN:PyObject_Free
UNKNOWN:PyObject_GenericGetAttr
UNKNOWN:PyTuple_GetItem
Expand Down Expand Up @@ -61,6 +61,7 @@ libc.so.6:mbrtowc
libc.so.6:memcpy
libc.so.6:memmove
libc.so.6:memset
libc.so.6:nanosleep
libc.so.6:open
libc.so.6:perror
libc.so.6:putc
Expand All @@ -82,7 +83,6 @@ libc.so.6:strncpy
libc.so.6:strstr
libc.so.6:strtok
libc.so.6:textdomain
libc.so.6:usleep
libc.so.6:wcwidth
libpopt.so.0:poptBadOption
libpopt.so.0:poptFreeContext
Expand Down
6 changes: 6 additions & 0 deletions packages/n/newt/monitoring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
releases:
id: 15129
rss: ~
security:
# No known CPE, last checked 2024-03-
cpe: ~
8 changes: 4 additions & 4 deletions packages/n/newt/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : newt
version : 0.52.21
release : 9
version : 0.52.24
release : 10
source :
- https://releases.pagure.org/newt/newt-0.52.21.tar.gz : 265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31
- https://releases.pagure.org/newt/newt-0.52.24.tar.gz : 5ded7e221f85f642521c49b1826c8de19845aa372baf5d630a51774b544fbdbb
license : LGPL-2.0-or-later
component : programming.library
summary : Newt is a programming library for color text mode, widget based user interfaces
Expand All @@ -13,7 +13,7 @@ builddeps :
- pkgconfig(python3)
- pkgconfig(slang)
setup : |
%reconfigure --disable-static --with-python=python%python3_version%
%configure --disable-static --with-python=python%python3_version%
build : |
%make
install : |
Expand Down
18 changes: 9 additions & 9 deletions packages/n/newt/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Source>
<Name>newt</Name>
<Packager>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
</Packager>
<License>LGPL-2.0-or-later</License>
<PartOf>programming.library</PartOf>
Expand All @@ -21,7 +21,7 @@
<Files>
<Path fileType="executable">/usr/bin/whiptail</Path>
<Path fileType="library">/usr/lib64/libnewt.so.0.52</Path>
<Path fileType="library">/usr/lib64/libnewt.so.0.52.21</Path>
<Path fileType="library">/usr/lib64/libnewt.so.0.52.24</Path>
<Path fileType="library">/usr/lib64/python3.11/site-packages/_snack.so</Path>
<Path fileType="library">/usr/lib64/python3.11/site-packages/snack.py</Path>
<Path fileType="localedata">/usr/share/locale/ar/LC_MESSAGES/newt.mo</Path>
Expand Down Expand Up @@ -108,7 +108,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="9">newt</Dependency>
<Dependency release="10">newt</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/newt.h</Path>
Expand All @@ -117,12 +117,12 @@
</Files>
</Package>
<History>
<Update release="9">
<Date>2024-02-16</Date>
<Version>0.52.21</Version>
<Update release="10">
<Date>2024-03-26</Date>
<Version>0.52.24</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
</Update>
</History>
</PISI>

0 comments on commit 354902f

Please sign in to comment.