diff --git a/libpthread-stubs-0.3.tar.bz2 b/libpthread-stubs-0.3.tar.bz2 deleted file mode 100644 index 001ebd8..0000000 --- a/libpthread-stubs-0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35b6d54e3cc6f3ba28061da81af64b9a92b7b757319098172488a660e3d87299 -size 203468 diff --git a/libpthread-stubs-0.4.tar.bz2 b/libpthread-stubs-0.4.tar.bz2 new file mode 100644 index 0000000..4c0a440 --- /dev/null +++ b/libpthread-stubs-0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d05911a3165d3b18321cc067fdd2f023f06436e391c6a28dff618a78d2e733 +size 57565 diff --git a/pthread-stubs.changes b/pthread-stubs.changes index 5d2969f..dc7491f 100644 --- a/pthread-stubs.changes +++ b/pthread-stubs.changes @@ -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 diff --git a/pthread-stubs.spec b/pthread-stubs.spec index 51e70a6..76d54b2 100644 --- a/pthread-stubs.spec +++ b/pthread-stubs.spec @@ -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