- release 0.4

* This new release stops providing stubs, but instead expects
    libc to do so. On platforms where this is not the case, 
    "-pthread" is injected via our pkg-config file instead. This
    was done to make loading libpthread (indirectly) via dlopen()
    work correctly in the presence of pthread-stubs.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/pthread-stubs?expand=0&rev=5
This commit is contained in:
Stefan Dirsch 2017-03-15 10:00:22 +00:00 committed by Git OBS Bridge
parent 5ec1b3fb3e
commit 877347b16a
4 changed files with 20 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35b6d54e3cc6f3ba28061da81af64b9a92b7b757319098172488a660e3d87299
size 203468

BIN
libpthread-stubs-0.4.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Mar 15 09:51:54 UTC 2017 - sndirsch@suse.com
- release 0.4
* This new release stops providing stubs, but instead expects
libc to do so. On platforms where this is not the case,
"-pthread" is injected via our pkg-config file instead. This
was done to make loading libpthread (indirectly) via dlopen()
work correctly in the presence of pthread-stubs.
-------------------------------------------------------------------
Wed Apr 30 15:04:05 UTC 2014 - sndirsch@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package pthread-stubs
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -13,11 +13,15 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
#
%define name_archive libpthread-stubs
Name: pthread-stubs
Version: 0.3
Version: 0.4
Release: 0
BuildRequires: pkg-config
#BuildRequires: autoconf >= 2.60
@ -25,8 +29,7 @@ BuildRequires: pkg-config
#BuildRequires: libtool
Url: http://xorg.freedesktop.org/
Release: 0
BuildRoot: %{_tmppath}/%{name_archive}-%{version}-build
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: The X Protocol
License: MIT
Group: Development/Libraries/X11