Accepting request 878330 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/878330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/userspace-rcu?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2021-03-15 09:53:49 +00:00 committed by Git OBS Bridge
commit aa523dd226
6 changed files with 30 additions and 16 deletions

View File

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

View File

@ -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-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4eefc11e4f6c212fc7d84d871e1cc139da0669a46ff3fda557a6fdd4d74ca67b
size 529440

View 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-----

View File

@ -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>

View File

@ -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