Accepting request 949394 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/949394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/userspace-rcu?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2022-01-29 20:01:05 +00:00 committed by Git OBS Bridge
commit cc350ed33d
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:cbb20dbe1a892c2a4d8898bac4316176e585392693d498766ccbbc68cf20ba20
size 608434

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEKgtO2RXy0/pF9bFiFygKl4EYas8FAmC5QKQACgkQFygKl4EY
as9Dggf/eL+/ELN9KmQKw69GDU+GzHXj3Q5TtiyhuNaXJyMppyE7oxdnTlTVPPgE
itD4XJuvNQFKbrmXMJT4tVX/yE+ODRXw1/dV3jF548MuFYwLUdp6ReQvwxWO6Xs9
Zn/mQKnpYrykTkxiFUj/JaBlMabpFx36BO22KiBxZ/7FIsCzOGrFdAysunKcdn1+
Rv351BK3sN23Iki8iSOjMOa/TT/NSd1NzfwTubx3Z8iu++4X9TLP5FGRsp8QoYy4
63p1OjEXbh5KMMA3hqABfHGh2QmNBEA56y8cxbWq8mKR+4/IAgEQ7MC4HDp1eAkO
KAy7CNlF96x52bo7XWzUPtBKK+Ki8w==
=8H/7
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEKgtO2RXy0/pF9bFiFygKl4EYas8FAmHWAeUACgkQFygKl4EY
as/ezQf+Jj/Ts6t1p972buQso8L7zRN7/wr/aBv4LYrDPenhgr/qJgQzZNh7n3wp
mKegF2WSY9iADP7gLN/cXMFpECHvR7lItnHx5pkb42ZcoI+Il6O0wlNaBmSt9n/e
ZJsWNr40nG6cz52uH5Zs455LXhaNvU97WvqW2uHzHWbD1jHB1ZVm1qUE8t59Wiec
v7MudsiM1JJrZu2QclBY+P43uX8DvPWrEqcCN7rKI/VYKjGXhKFnmqJA69PQVy6k
LI1cYFCuEDNCTAHXKdRr7URmbrrbsctbxBVEU5a2QtC0QIo6RlGCCdugl3apkRne
BFZ+8WXhr0MX6sb5J5N0+mQ/4QtITg==
=loU3
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Jan 23 10:46:40 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.13.1:
* fix: properly detect 'cmpxchg' on x86-32
* fix: use urcu-tls compat with c++ compiler
* fix: remove autoconf features default value in help message
* fix: add missing pkgconfig file for memb flavour lib
* Make temporary variable in _rcu_dereference non-const
* Fix: x86 and s390: uatomic __hp() macro C++ support
* Fix: x86 and s390: uatomic __hp() macro clang support
* Fix: x86 and s390 uatomic: __hp() macro warning with gcc 11
-------------------------------------------------------------------
Wed Dec 15 21:11:57 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -2,7 +2,7 @@
#
# spec file for package userspace-rcu
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 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 8
Name: userspace-rcu
Version: 0.13.0
Version: 0.13.1
Release: 0
Summary: Userspace Read-Copy-Update Library
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT AND GPL-3.0-or-later
@ -118,6 +118,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_libdir}/pkgconfig/liburcu-bp.pc
%{_libdir}/pkgconfig/liburcu-cds.pc
%{_libdir}/pkgconfig/liburcu-mb.pc
%{_libdir}/pkgconfig/liburcu-memb.pc
%{_libdir}/pkgconfig/liburcu-qsbr.pc
%{_libdir}/pkgconfig/liburcu-signal.pc