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 Name: libpthread-stubs
Version: 0.4 Version: 0.5
Release: 1mamba Release: 1mamba
Summary: This library provides weak aliases for pthread functions not provided in libc Summary: This library provides weak aliases for pthread functions not provided in libc
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://xcb.freedesktop.org URL: https://xcb.freedesktop.org/
Source: http://xcb.freedesktop.org/dist/libpthread-stubs-%{version}.tar.bz2 Source: http://xcb.freedesktop.org/dist/libpthread-stubs-%{version}.tar.xz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
This library provides weak aliases for pthread functions not provided in libc or otherwise available by default. 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. 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. 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. 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 %prep
%setup -q %setup -q
@ -57,6 +57,9 @@ fi
%doc COPYING README %doc COPYING README
%changelog %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 * Mon Apr 10 2017 Automatic Build System <autodist@mambasoft.it> 0.4-1mamba
- automatic update by autodist - automatic update by autodist