forked from pool/userspace-rcu
- updated to 0.8.4:
* Fix: move wait loop increment before first conditional block * Fix: high cpu usage in synchronize_rcu with long RCU read-side C.S. * Fix: out of tree build: doc/examples * Fix: out of tree build tests/common * tests/unit: use lib rather than source * automake: Rename INCLUDES to AM_CPPFLAGS (new name) * tests regressions: use lib rather than recompile from source * tests: use common lib rather than recompile compat sources * urcu tests: use lib rather than compile from source * urcu mb tests: use lib rather than recompile from source * urcu signal tests: use library rather than recompile source * tests: move yield debug to common test library * tests urcu bp: use lib rather than recompile source * test_urcu_defer: link on urcu lib rather than recompile source * tests/benchmark: use urcu qsbr lib rather than recompile from source * Pass the CC variable to the example Makefiles * Fix: urcu-bp interaction with threads vs constructors/destructors * Fix undefined NULL pointer arithmetic * Blacklist ARM gcc 4.8.0, 4.8.1, 4.8.2 * rculfhash: document max_nr_buckets = 0 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/userspace-rcu?expand=0&rev=15
This commit is contained in:
parent
8eaf64d27f
commit
29a171bd7d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8008f697b030d7d3043ebd3a72be63cefc9242ed2d50520d30211e3908a4e01e
|
|
||||||
size 430112
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.4.12 (GNU/Linux)
|
|
||||||
|
|
||||||
iQEcBAABAgAGBQJSgl5aAAoJEBcoCpeBGGrPO2EIALjOUZXMo2KJq/ks/O6xGgkI
|
|
||||||
hUU27gSdPX5S1koX0eEdGW6+l0x9H0NNH+/o/2AtFS2rcDSGoBzbyYNLiuLleGJL
|
|
||||||
irStJNs+/kdxsQdiqwRjvY8fN7MVOlmhYAJnwB700AeXckEfNTDkjOgJgTTl6Rzy
|
|
||||||
/cvR5SCmIguSvrdOdFfgMBLURfXK9bSUPAhII9O/RUFAYDbt8yJ37KPgNsX5JbCY
|
|
||||||
pjojUhY5N3ZCj9DtKjNG8A4XksHyxJItaInBNui290/lkpLcnfW5b7RIjpj6Iqnj
|
|
||||||
cFBBZ3htzcNIobFZQ5cTUCvBhSt6QJEV4F2AySPAiWNBZsvtL/ncnE8z7vKne2w=
|
|
||||||
=DoOf
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
userspace-rcu-0.8.4.tar.bz2
Normal file
3
userspace-rcu-0.8.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:96c0a157e94a15b1506efe9aedd98145e6eb41a3fbcf5b0d118b7a783b22fe12
|
||||||
|
size 418911
|
11
userspace-rcu-0.8.4.tar.bz2.asc
Normal file
11
userspace-rcu-0.8.4.tar.bz2.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.12 (GNU/Linux)
|
||||||
|
|
||||||
|
iQEcBAABAgAGBQJTGx9hAAoJEBcoCpeBGGrPOt4IAJrU8j1tiF4aY7xca2CQBdUk
|
||||||
|
z5yzXJB6KM5RIGIs+ER0xLbI6jLL9tXDN1CoNOvgEnaHA4Pjc/f4E3Dy7SCkRVIa
|
||||||
|
5YDj4GkaVx8uZQRL7rwaZZspPBeFuD/nL3ubo+1+inYsIDBJu0r6kuT0eIHueKp6
|
||||||
|
MdwtafNIcY7u6LOzeonx06LTJmxPrEUNmHDCS3vH03FGeQJJ1GOy6zxHdRSHgSmH
|
||||||
|
Jk5blsaseVAU/mNG4+bykDFh03RYz72ZWSzmMZSvuEuEA3KXHPgXKRsb50qb13/J
|
||||||
|
WnVw2T9cNvJiLUc3IYM7b9aUGlZLvry9I0K7ZuoVVjCYYp4gF1jqLqkot47fH7A=
|
||||||
|
=Tltv
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 28 10:47:13 UTC 2014 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- updated to 0.8.4:
|
||||||
|
* Fix: move wait loop increment before first conditional block
|
||||||
|
* Fix: high cpu usage in synchronize_rcu with long RCU read-side C.S.
|
||||||
|
* Fix: out of tree build: doc/examples
|
||||||
|
* Fix: out of tree build tests/common
|
||||||
|
* tests/unit: use lib rather than source
|
||||||
|
* automake: Rename INCLUDES to AM_CPPFLAGS (new name)
|
||||||
|
* tests regressions: use lib rather than recompile from source
|
||||||
|
* tests: use common lib rather than recompile compat sources
|
||||||
|
* urcu tests: use lib rather than compile from source
|
||||||
|
* urcu mb tests: use lib rather than recompile from source
|
||||||
|
* urcu signal tests: use library rather than recompile source
|
||||||
|
* tests: move yield debug to common test library
|
||||||
|
* tests urcu bp: use lib rather than recompile source
|
||||||
|
* test_urcu_defer: link on urcu lib rather than recompile source
|
||||||
|
* tests/benchmark: use urcu qsbr lib rather than recompile from source
|
||||||
|
* Pass the CC variable to the example Makefiles
|
||||||
|
* Fix: urcu-bp interaction with threads vs constructors/destructors
|
||||||
|
* Fix undefined NULL pointer arithmetic
|
||||||
|
* Blacklist ARM gcc 4.8.0, 4.8.1, 4.8.2
|
||||||
|
* rculfhash: document max_nr_buckets = 0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 3 15:11:55 UTC 2013 - dvaleev@suse.com
|
Tue Dec 3 15:11:55 UTC 2013 - dvaleev@suse.com
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package userspace-rcu
|
# spec file for package userspace-rcu
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 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.8.1
|
Version: 0.8.4
|
||||||
Release: 0
|
Release: 0
|
||||||
%define soname 2
|
%define soname 2
|
||||||
Summary: Userspace Read-Copy-Update Library
|
Summary: Userspace Read-Copy-Update Library
|
||||||
|
Loading…
Reference in New Issue
Block a user