Accepting request 943566 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/943566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/userspace-rcu?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2022-01-05 12:39:17 +00:00 committed by Git OBS Bridge
commit b4afc8ccbf
7 changed files with 29 additions and 24 deletions

View File

@ -1 +1 @@
liburcu6
liburcu8

View File

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

View File

@ -1,11 +0,0 @@
-----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

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

View File

@ -0,0 +1,11 @@
-----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

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Dec 15 21:11:57 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.13.0:
* The Userspace RCU 0.13 release is mostly a library soname version bump
to address an ABI incompatibility between the 0.10 and { 0.11, 0.12 }
releases. see https://lists.lttng.org/pipermail/lttng-dev/2021-June/030023.html
-------------------------------------------------------------------
Mon Mar 8 23:28:27 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -18,22 +18,20 @@
#
%define soname 6
%define soname 8
Name: userspace-rcu
Version: 0.12.2
Version: 0.13.0
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
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT AND GPL-3.0-or-later
Group: System/Libraries
URL: http://lttng.org/urcu
Source0: http://lttng.org/files/urcu/userspace-rcu-%{version}.tar.bz2
Source1: http://lttng.org/files/urcu/userspace-rcu-%{version}.tar.bz2.asc
URL: https://liburcu.org/
Source0: https://lttng.org/files/urcu/userspace-rcu-%{version}.tar.bz2
Source1: https://lttng.org/files/urcu/userspace-rcu-%{version}.tar.bz2.asc
Source2: userspace-rcu.keyring
Source99: baselibs.conf
BuildRequires: automake
BuildRequires: gcc
BuildRequires: glibc-devel
BuildRequires: libtool
BuildRequires: make
BuildRequires: pkgconfig
@ -73,7 +71,6 @@ accesses to detect grace periods after which memory reclamation is possible.
%setup -q
%build
autoreconf -fi
%configure --disable-silent-rules --disable-static
%make_build