forked from pool/userspace-rcu
Accepting request 877845 from home:dirkmueller:Factory
- update to 0.12.2: * fix: exclude clang from GCC version blacklists * aarch64: blacklist gcc prior to 5.1 * Fix: configure: support Autoconf 2.70 * fix: bump tests thread limit to 4096 * cleanup: Improve wording of CONFIG_RCU_DEBUG description * fix: explicitly include urcu/config.h in files using CONFIG_RCU_ defines * Fix typo in README.md * fix: add -lurcu-common to pkg-config libs for each flavor * call_rcu: Fix race between rcu_barrier() and call_rcu_data_free() OBS-URL: https://build.opensuse.org/request/show/877845 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/userspace-rcu?expand=0&rev=30
This commit is contained in:
parent
18f86c05a9
commit
f608601823
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbfaead0345642b97e0de90f889dfbab4b2643a6a5e5c6bb59cd0d26fc0bcd0e
|
||||
size 527626
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEKgtO2RXy0/pF9bFiFygKl4EYas8FAl6gQH4ACgkQFygKl4EY
|
||||
as8h/AgAkN5SYABEXrJlwr/KVhGMRYdz6aTJXhnD+WUeLEEf7/2C2kumO5xCkiU5
|
||||
hM/UVpD1I/tDDHBopz8C/sU3pvnyY/OLDkWq9KlxcHWyQvCr9rrlYNhpndL495vS
|
||||
OwiY5GXrMnsthTNGuxsg+ViZ3o8gu4buWBeji7yO6OBsMI6YJp4xQNfIZl6lGMcY
|
||||
k4LB9rP2OnK39+1JGuXkRouFLKIIY8LxJzF1SAeG281xYkgEr8ffrAIfiebZ1Wra
|
||||
H3C4Fn5LolD9gE2UqVyEFDMaunNgJrFQvWOLmyFg/S31WWE93mKQBXEBMagNf1ZR
|
||||
QlBu66HFSswrHYnJEdCevrAAP3fs3Q==
|
||||
=yzRV
|
||||
-----END PGP SIGNATURE-----
|
3
userspace-rcu-0.12.2.tar.bz2
Normal file
3
userspace-rcu-0.12.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4eefc11e4f6c212fc7d84d871e1cc139da0669a46ff3fda557a6fdd4d74ca67b
|
||||
size 529440
|
11
userspace-rcu-0.12.2.tar.bz2.asc
Normal file
11
userspace-rcu-0.12.2.tar.bz2.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEKgtO2RXy0/pF9bFiFygKl4EYas8FAmAtdKYACgkQFygKl4EY
|
||||
as+8wAf/exLZkbQelCcm1w9BJfTK21zFSMV7sPWFFqjBYFdIxcrVYVpUV5RJAdEm
|
||||
7wEVz5AAXSS73RKK/re4vuSOJSuHVDkq0n6Ye8lRtk1WId8ky1y+rB4XK2vVAtV1
|
||||
ZrjguVOhhqEy4nJh1ymX57K6P1gm7CWNsn/7/3yKabpT/Y3wW7xxFEGPkYNlwOQg
|
||||
G02bWsiZx5Vx0XLI5VIHZ1RA2Ia74raVHteg930YSPrrXV8tZ9YyFqBRhmlzG7Op
|
||||
vnGbHTZPq8IuP4OMORBd2JQX9hm5ELVUILFiXnd04EtkEv9+6JxV0RcaCDXQ3LHf
|
||||
T6QUtSCcGLxezQ9cJl0WqrXytmCxCg==
|
||||
=+Kwl
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 8 23:28:27 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.12.2:
|
||||
* fix: exclude clang from GCC version blacklists
|
||||
* aarch64: blacklist gcc prior to 5.1
|
||||
* Fix: configure: support Autoconf 2.70
|
||||
* fix: bump tests thread limit to 4096
|
||||
* cleanup: Improve wording of CONFIG_RCU_DEBUG description
|
||||
* fix: explicitly include urcu/config.h in files using CONFIG_RCU_ defines
|
||||
* Fix typo in README.md
|
||||
* fix: add -lurcu-common to pkg-config libs for each flavor
|
||||
* call_rcu: Fix race between rcu_barrier() and call_rcu_data_free()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 25 09:30:59 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# spec file for package userspace-rcu
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
%define soname 6
|
||||
Name: userspace-rcu
|
||||
Version: 0.12.1
|
||||
Version: 0.12.2
|
||||
Release: 0
|
||||
Summary: Userspace Read-Copy-Update Library
|
||||
License: LGPL-2.1-or-later AND MIT AND GPL-2.0-or-later AND GPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user