Sync from SUSE:SLFO:Main libatomic_ops revision 7ef93f8ca40810ffe441866c7051ff49

This commit is contained in:
Adrian Schröter 2024-10-03 17:26:41 +02:00
parent b47a3ebed8
commit 916f5c183d
4 changed files with 18 additions and 7 deletions

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

Binary file not shown.

View File

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

View File

@ -1,7 +1,7 @@
# #
# spec file for package libatomic_ops # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: libatomic_ops Name: libatomic_ops
Version: 7.8.0 Version: 7.8.2
Release: 0 Release: 0
Summary: A portable library for atomic memory operations Summary: A portable library for atomic memory operations
License: GPL-2.0-or-later AND MIT License: GPL-2.0-or-later AND MIT
@ -64,9 +64,7 @@ rm -fv "%buildroot/%_libdir"/*.la
cp -av ChangeLog "%buildroot/%_docdir/%name/" cp -av ChangeLog "%buildroot/%_docdir/%name/"
%check %check
%if !0%{?qemu_user_space_build:1}
%make_build check %make_build check
%endif
%files devel %files devel
%_libdir/libatomic_ops*.a %_libdir/libatomic_ops*.a