From b765061b117036bf8c9e20b945f02669699ce716467025da3db45ac9f279842d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 28 Mar 2023 08:45:38 +0000 Subject: [PATCH] - Update to release 7.8.0 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libatomic_ops?expand=0&rev=35 --- libatomic_ops-7.6.14.tar.gz | 3 --- libatomic_ops-7.8.0.tar.gz | 3 +++ libatomic_ops.changes | 10 ++++++++++ libatomic_ops.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 libatomic_ops-7.6.14.tar.gz create mode 100644 libatomic_ops-7.8.0.tar.gz diff --git a/libatomic_ops-7.6.14.tar.gz b/libatomic_ops-7.6.14.tar.gz deleted file mode 100644 index be8f999..0000000 --- a/libatomic_ops-7.6.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:390f244d424714735b7050d056567615b3b8f29008a663c262fb548f1802d292 -size 500006 diff --git a/libatomic_ops-7.8.0.tar.gz b/libatomic_ops-7.8.0.tar.gz new file mode 100644 index 0000000..332cc2f --- /dev/null +++ b/libatomic_ops-7.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15676e7674e11bda5a7e50a73f4d9e7d60452271b8acf6fd39a71fefdf89fa31 +size 526300 diff --git a/libatomic_ops.changes b/libatomic_ops.changes index df4e651..95765ef 100644 --- a/libatomic_ops.changes +++ b/libatomic_ops.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 28 08:09:48 UTC 2023 - Jan Engelhardt + +- Update to release 7.8.0 + * Do not expose AO_REAL_HEAD/NEXT_PTR implementation in header + by default + * Hide AO_free_list symbol + * New AO_stack_is_lock_free API function + * Use GCC atomic intrinsics for SPARC + ------------------------------------------------------------------- Thu Aug 25 21:50:14 UTC 2022 - Jan Engelhardt diff --git a/libatomic_ops.spec b/libatomic_ops.spec index de277fe..cbc9d92 100644 --- a/libatomic_ops.spec +++ b/libatomic_ops.spec @@ -1,7 +1,7 @@ # # spec file for package libatomic_ops # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libatomic_ops -Version: 7.6.14 +Version: 7.8.0 Release: 0 Summary: A portable library for atomic memory operations License: GPL-2.0-or-later AND MIT