Accepting request 161318 from server:dns
- updated to 0.7.6: * Discourage use of pthread_atfork() for call_rcu handlers * Fix call_rcu fork handling * test: fork handling * Fix TLS detection: test with linker, add --disable-compiler-tls * Cleanup: cast pthread_self() return value to unsigned long * Fallback mechanism not working on platform where TLS is unsupported OBS-URL: https://build.opensuse.org/request/show/161318 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/userspace-rcu?expand=0&rev=7
This commit is contained in:
parent
498ec46251
commit
109218ba6c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0f7d4a1e0c6c6ecc75e7de0a4b80518c6ba93c97872981e196c758db7a2404e2
|
|
||||||
size 383705
|
|
3
userspace-rcu-0.7.6.tar.bz2
Normal file
3
userspace-rcu-0.7.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:71f2c0b75f3473e4d7aa6ac5111ca4d9cccccd5d131e87b53a07d35bd2c5900a
|
||||||
|
size 393590
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 27 07:56:12 UTC 2013 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- updated to 0.7.6:
|
||||||
|
* Discourage use of pthread_atfork() for call_rcu handlers
|
||||||
|
* Fix call_rcu fork handling
|
||||||
|
* test: fork handling
|
||||||
|
* Fix TLS detection: test with linker, add --disable-compiler-tls
|
||||||
|
* Cleanup: cast pthread_self() return value to unsigned long
|
||||||
|
* Fallback mechanism not working on platform where TLS is unsupported
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 20 10:59:25 UTC 2012 - pgajdos@suse.com
|
Tue Nov 20 10:59:25 UTC 2012 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package userspace-rcu
|
# spec file for package userspace-rcu
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: userspace-rcu
|
Name: userspace-rcu
|
||||||
Version: 0.7.5
|
Version: 0.7.6
|
||||||
Release: 0
|
Release: 0
|
||||||
%define soname 1
|
%define soname 1
|
||||||
Summary: Userspace Read-Copy-Update Library
|
Summary: Userspace Read-Copy-Update Library
|
||||||
@ -28,11 +28,8 @@ Group: System/Libraries
|
|||||||
Source: http://lttng.org/files/urcu/userspace-rcu-%{version}.tar.bz2
|
Source: http://lttng.org/files/urcu/userspace-rcu-%{version}.tar.bz2
|
||||||
Url: http://lttng.org/urcu
|
Url: http://lttng.org/urcu
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf
|
|
||||||
BuildRequires: automake
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libtool
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user