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:
commit
88d64800b9
BIN
npth-1.7.tar.bz2
(Stored with Git LFS)
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
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
BIN
npth-1.8.tar.bz2.sig
Normal file
Binary file not shown.
10
npth.changes
10
npth.changes
@ -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>
|
||||
|
||||
|
13
npth.spec
13
npth.spec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user