From 916f5c183dc59b434d533a05b8db15b7a2a5cd7111d6a86d5b9b032a368c8a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 3 Oct 2024 17:26:41 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main libatomic_ops revision 7ef93f8ca40810ffe441866c7051ff49 --- libatomic_ops-7.8.0.tar.gz | 3 --- libatomic_ops-7.8.2.tar.gz | 3 +++ libatomic_ops.changes | 13 +++++++++++++ libatomic_ops.spec | 6 ++---- 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 libatomic_ops-7.8.0.tar.gz create mode 100644 libatomic_ops-7.8.2.tar.gz diff --git a/libatomic_ops-7.8.0.tar.gz b/libatomic_ops-7.8.0.tar.gz deleted file mode 100644 index 332cc2f..0000000 --- a/libatomic_ops-7.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15676e7674e11bda5a7e50a73f4d9e7d60452271b8acf6fd39a71fefdf89fa31 -size 526300 diff --git a/libatomic_ops-7.8.2.tar.gz b/libatomic_ops-7.8.2.tar.gz new file mode 100644 index 0000000..d0df8f4 --- /dev/null +++ b/libatomic_ops-7.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d305207fe207f2b3fb5cb4c019da12b44ce3fcbc593dfd5080d867b1a2419b51 +size 524637 diff --git a/libatomic_ops.changes b/libatomic_ops.changes index 95765ef..a7e85f0 100644 --- a/libatomic_ops.changes +++ b/libatomic_ops.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jan 15 14:55:48 UTC 2024 - Andreas Schwab + +- Enable testsuite on qemu build + +------------------------------------------------------------------- +Fri Dec 15 21:54:03 UTC 2023 - Jan Engelhardt + +- 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 diff --git a/libatomic_ops.spec b/libatomic_ops.spec index cbc9d92..51101eb 100644 --- a/libatomic_ops.spec +++ b/libatomic_ops.spec @@ -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