update to 0.5 [release 0.5-1mamba;Tue Aug 15 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 05:27:56 +01:00
parent ee29573199
commit c811bd65d9

View File

@ -1,17 +1,16 @@
Name: libpthread-stubs
Version: 0.4
Version: 0.5
Release: 1mamba
Summary: This library provides weak aliases for pthread functions not provided in libc
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://xcb.freedesktop.org
Source: http://xcb.freedesktop.org/dist/libpthread-stubs-%{version}.tar.bz2
URL: https://xcb.freedesktop.org/
Source: http://xcb.freedesktop.org/dist/libpthread-stubs-%{version}.tar.xz
License: MIT
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
This library provides weak aliases for pthread functions not provided in libc or otherwise available by default.
@ -28,8 +27,9 @@ Obsoletes: %{name}
This library provides weak aliases for pthread functions not provided in libc or otherwise available by default.
Libraries like libxcb rely on pthread stubs to use pthreads optionally, becoming thread-safe when linked to libpthread, while avoiding any performance hit when running single-threaded. libpthread-stubs supports this behavior even on platforms which do not supply all the necessary pthread stubs.
On platforms which already supply all the necessary pthread stubs, this package ships only the pkg-config file pthread-stubs.pc, to allow libraries to unconditionally express a dependency on pthread-stubs and still obtain correct behavior.
This package contains static libraries and header files needed for development.
This package contains static libraries and header files need for development.
#% debug_package
%prep
%setup -q
@ -57,6 +57,9 @@ fi
%doc COPYING README
%changelog
* Tue Aug 15 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5-1mamba
- update to 0.5
* Mon Apr 10 2017 Automatic Build System <autodist@mambasoft.it> 0.4-1mamba
- automatic update by autodist