Accepting request 1242150 from devel:libraries:c_c++

npth 1.8 (forwarded request 1241908 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/1242150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/npth?expand=0&rev=18
This commit is contained in:
Ana Guerrero 2025-02-04 17:09:30 +00:00 committed by Git OBS Bridge
commit 88d64800b9
6 changed files with 20 additions and 9 deletions

BIN
npth-1.7.tar.bz2 (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
npth-1.8.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
npth-1.8.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jan 31 18:36:52 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to 1.8:
* New function npth_get_version
* New macros NPTH_VERSION and NPTH_VERSION_NUMBER
* Fix INSERT_EXPOSE_RWLOCK_API for musl C library
* Return a run-time error if npth_rwlock_timedrdlock is not
supported
-------------------------------------------------------------------
Mon Feb 26 11:09:05 UTC 2024 - Pedro Monreal <pmonreal@suse.com>

View File

@ -2,6 +2,7 @@
# spec file for package npth
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,16 +19,16 @@
%define lname libnpth0
Name: npth
Version: 1.7
Version: 1.8
Release: 0
Summary: GNU Portable Threads library
License: LGPL-2.0-or-later
Group: Development/Libraries/C and C++
URL: https://gnupg.org/software/npth/
#Git-Clone: git://git.gnupg.org/npth
#DL-URL: ftp://ftp.gnupg.org/gcrypt/npth/
Source: ftp://ftp.gnupg.org/gcrypt/npth/%name-%version.tar.bz2
Source2: ftp://ftp.gnupg.org/gcrypt/npth/%name-%version.tar.bz2.sig
#DL-URL: https://gnupg.org/download/index.html#npth
Source: https://gnupg.org/ftp/gcrypt/%name/%name-%version.tar.bz2
Source2: https://gnupg.org/ftp/gcrypt/%name/%name-%version.tar.bz2.sig
# https://www.gnupg.org/signature_key.html
Source4: https://gnupg.org/signature_key.asc#/%name.keyring
Source99: %name.changes
@ -75,10 +76,10 @@ find "%buildroot" -type f -name "*.la" -delete -print
%check
%make_build check
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%ldconfig_scriptlets -n %lname
%files -n %lname
%license COPYING.LIB
%_libdir/libnpth.so.*
%files devel