diff --git a/libpthread-stubs.spec b/libpthread-stubs.spec index 1ef933b..d90506a 100644 --- a/libpthread-stubs.spec +++ b/libpthread-stubs.spec @@ -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 -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 0.5-1mamba +- update to 0.5 + * Mon Apr 10 2017 Automatic Build System 0.4-1mamba - automatic update by autodist