From f608601823b39f03062fd1ed494a8e4215184d1d32a26afbf8d9acaa10b246f4 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Thu, 11 Mar 2021 14:20:17 +0000 Subject: [PATCH] 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 --- userspace-rcu-0.12.1.tar.bz2 | 3 --- userspace-rcu-0.12.1.tar.bz2.asc | 11 ----------- userspace-rcu-0.12.2.tar.bz2 | 3 +++ userspace-rcu-0.12.2.tar.bz2.asc | 11 +++++++++++ userspace-rcu.changes | 14 ++++++++++++++ userspace-rcu.spec | 4 ++-- 6 files changed, 30 insertions(+), 16 deletions(-) delete mode 100644 userspace-rcu-0.12.1.tar.bz2 delete mode 100644 userspace-rcu-0.12.1.tar.bz2.asc create mode 100644 userspace-rcu-0.12.2.tar.bz2 create mode 100644 userspace-rcu-0.12.2.tar.bz2.asc diff --git a/userspace-rcu-0.12.1.tar.bz2 b/userspace-rcu-0.12.1.tar.bz2 deleted file mode 100644 index 8868d94..0000000 --- a/userspace-rcu-0.12.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbfaead0345642b97e0de90f889dfbab4b2643a6a5e5c6bb59cd0d26fc0bcd0e -size 527626 diff --git a/userspace-rcu-0.12.1.tar.bz2.asc b/userspace-rcu-0.12.1.tar.bz2.asc deleted file mode 100644 index 5dc1037..0000000 --- a/userspace-rcu-0.12.1.tar.bz2.asc +++ /dev/null @@ -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----- diff --git a/userspace-rcu-0.12.2.tar.bz2 b/userspace-rcu-0.12.2.tar.bz2 new file mode 100644 index 0000000..f97900e --- /dev/null +++ b/userspace-rcu-0.12.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eefc11e4f6c212fc7d84d871e1cc139da0669a46ff3fda557a6fdd4d74ca67b +size 529440 diff --git a/userspace-rcu-0.12.2.tar.bz2.asc b/userspace-rcu-0.12.2.tar.bz2.asc new file mode 100644 index 0000000..b5e3340 --- /dev/null +++ b/userspace-rcu-0.12.2.tar.bz2.asc @@ -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----- diff --git a/userspace-rcu.changes b/userspace-rcu.changes index 255f3f4..f15fd6e 100644 --- a/userspace-rcu.changes +++ b/userspace-rcu.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Mar 8 23:28:27 UTC 2021 - Dirk Müller + +- 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 diff --git a/userspace-rcu.spec b/userspace-rcu.spec index bbc2b13..8d46424 100644 --- a/userspace-rcu.spec +++ b/userspace-rcu.spec @@ -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 # # 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