5
0
forked from pool/libatomic_ops
2023-03-28 08:45:38 +00:00
committed by Git OBS Bridge
parent 70e1501c76
commit b765061b11
4 changed files with 15 additions and 5 deletions

BIN
libatomic_ops-7.6.14.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
libatomic_ops-7.8.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 28 08:09:48 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- 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 <jengelh@inai.de>

View File

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