Skip to content

Commit

Permalink
npth: Update to v1.7
Browse files Browse the repository at this point in the history
Release notes available [here](https://raw.githubusercontent.com/gpg/npth/npth-1.7/NEWS)

Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
  • Loading branch information
ReillyBrogan committed Mar 10, 2024
1 parent 63d36e2 commit 3b31d39
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 20 deletions.
2 changes: 2 additions & 0 deletions packages/n/npth/abi_symbols
Expand Up @@ -12,6 +12,8 @@ libnpth.so.0:npth_is_protected
libnpth.so.0:npth_join
libnpth.so.0:npth_mutex_lock
libnpth.so.0:npth_mutex_timedlock
libnpth.so.0:npth_poll
libnpth.so.0:npth_ppoll
libnpth.so.0:npth_protect
libnpth.so.0:npth_pselect
libnpth.so.0:npth_read
Expand Down
2 changes: 2 additions & 0 deletions packages/n/npth/abi_symbols32
Expand Up @@ -12,6 +12,8 @@ libnpth.so.0:npth_is_protected
libnpth.so.0:npth_join
libnpth.so.0:npth_mutex_lock
libnpth.so.0:npth_mutex_timedlock
libnpth.so.0:npth_poll
libnpth.so.0:npth_ppoll
libnpth.so.0:npth_protect
libnpth.so.0:npth_pselect
libnpth.so.0:npth_read
Expand Down
2 changes: 2 additions & 0 deletions packages/n/npth/abi_used_symbols
Expand Up @@ -7,6 +7,8 @@ libc.so.6:clock_gettime
libc.so.6:connect
libc.so.6:free
libc.so.6:malloc
libc.so.6:poll
libc.so.6:ppoll
libc.so.6:pselect
libc.so.6:pthread_cond_timedwait
libc.so.6:pthread_cond_wait
Expand Down
2 changes: 2 additions & 0 deletions packages/n/npth/abi_used_symbols32
Expand Up @@ -7,6 +7,8 @@ libc.so.6:clock_gettime
libc.so.6:connect
libc.so.6:free
libc.so.6:malloc
libc.so.6:poll
libc.so.6:ppoll
libc.so.6:pselect
libc.so.6:pthread_cond_timedwait
libc.so.6:pthread_cond_wait
Expand Down
6 changes: 6 additions & 0 deletions packages/n/npth/monitoring.yml
@@ -0,0 +1,6 @@
releases:
id: 2505
rss: https://github.com/gpg/npth/tags.atom
security:
# No known CPE, last checked 2024-03-09
cpe: ~
10 changes: 5 additions & 5 deletions packages/n/npth/package.yml
@@ -1,15 +1,13 @@
name : npth
version : '1.6'
release : 6
version : '1.7'
release : 7
source :
- https://gnupg.org/ftp/gcrypt/npth/npth-1.6.tar.bz2 : 1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1
- https://gnupg.org/ftp/gcrypt/npth/npth-1.7.tar.bz2 : 8589f56937b75ce33b28d312fccbf302b3b71ec3f3945fde6aaa74027914ad05
license : LGPL-2.1-or-later
summary : Non-preemptive threads implementation (GNU pth)
component : programming.library
description: |
nPth is a library to provide the GNU Pth API and thus a non-preemptive threads implementation.
patterns :
- devel : /usr/bin
emul32 : yes
setup : |
%configure --disable-static
Expand All @@ -19,3 +17,5 @@ install : |
%make_install
check : |
%make check
patterns :
- devel : /usr/bin
31 changes: 16 additions & 15 deletions packages/n/npth/pspec_x86_64.xml
Expand Up @@ -2,15 +2,15 @@
<Source>
<Name>npth</Name>
<Packager>
<Name>Thomas Staudinger</Name>
<Email>Staudi.Kaos@gmail.com</Email>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
</Packager>
<License>LGPL-2.1-or-later</License>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">Non-preemptive threads implementation (GNU pth)</Summary>
<Description xml:lang="en">nPth is a library to provide the GNU Pth API and thus a non-preemptive threads implementation.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>npth</Name>
Expand All @@ -20,7 +20,7 @@
<PartOf>programming.library</PartOf>
<Files>
<Path fileType="library">/usr/lib64/libnpth.so.0</Path>
<Path fileType="library">/usr/lib64/libnpth.so.0.1.2</Path>
<Path fileType="library">/usr/lib64/libnpth.so.0.2.0</Path>
</Files>
</Package>
<Package>
Expand All @@ -30,11 +30,11 @@
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
<Dependency release="6">npth</Dependency>
<Dependency release="7">npth</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libnpth.so.0</Path>
<Path fileType="library">/usr/lib32/libnpth.so.0.1.2</Path>
<Path fileType="library">/usr/lib32/libnpth.so.0.2.0</Path>
</Files>
</Package>
<Package>
Expand All @@ -44,11 +44,12 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="6">npth-32bit</Dependency>
<Dependency release="6">npth-devel</Dependency>
<Dependency release="7">npth-32bit</Dependency>
<Dependency release="7">npth-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libnpth.so</Path>
<Path fileType="data">/usr/lib32/pkgconfig/npth.pc</Path>
</Files>
</Package>
<Package>
Expand All @@ -58,22 +59,22 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="6">npth</Dependency>
<Dependency release="7">npth</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/npth-config</Path>
<Path fileType="header">/usr/include/npth.h</Path>
<Path fileType="library">/usr/lib64/libnpth.so</Path>
<Path fileType="data">/usr/lib64/pkgconfig/npth.pc</Path>
<Path fileType="data">/usr/share/aclocal/npth.m4</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2022-03-28</Date>
<Version>1.6</Version>
<Update release="7">
<Date>2024-03-10</Date>
<Version>1.7</Version>
<Comment>Packaging update</Comment>
<Name>Thomas Staudinger</Name>
<Email>Staudi.Kaos@gmail.com</Email>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
</Update>
</History>
</PISI>

0 comments on commit 3b31d39

Please sign in to comment.