Sync from SUSE:SLFO:Main libatomic_ops revision 7ef93f8ca40810ffe441866c7051ff49
This commit is contained in:
parent
b47a3ebed8
commit
916f5c183d
BIN
libatomic_ops-7.8.0.tar.gz
(Stored with Git LFS)
BIN
libatomic_ops-7.8.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
libatomic_ops-7.8.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
libatomic_ops-7.8.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:55:48 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Enable testsuite on qemu build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 15 21:54:03 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 7.8.2
|
||||
* Eliminate 'atomic_thread_fence is unsupported with tsan' gcc-11 warning
|
||||
* Fix get_chunk for case of mmap area is located before AO_initial_heap
|
||||
* Fix typo in AO_HAVE_compare_and_swap_double name in atomic_ops_stack.h
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 08:09:48 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libatomic_ops
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 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.8.0
|
||||
Version: 7.8.2
|
||||
Release: 0
|
||||
Summary: A portable library for atomic memory operations
|
||||
License: GPL-2.0-or-later AND MIT
|
||||
@ -64,9 +64,7 @@ rm -fv "%buildroot/%_libdir"/*.la
|
||||
cp -av ChangeLog "%buildroot/%_docdir/%name/"
|
||||
|
||||
%check
|
||||
%if !0%{?qemu_user_space_build:1}
|
||||
%make_build check
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
%_libdir/libatomic_ops*.a
|
||||
|
Loading…
Reference in New Issue
Block a user