diff --git a/libatomic_ops-7.8.0.tar.gz b/libatomic_ops-7.8.0.tar.gz deleted file mode 100644 index b02ff37..0000000 Binary files a/libatomic_ops-7.8.0.tar.gz and /dev/null differ diff --git a/libatomic_ops-7.8.2.tar.gz b/libatomic_ops-7.8.2.tar.gz new file mode 100644 index 0000000..353711f Binary files /dev/null and b/libatomic_ops-7.8.2.tar.gz differ diff --git a/libatomic_ops.spec b/libatomic_ops.spec index edb49df..7a78a71 100644 --- a/libatomic_ops.spec +++ b/libatomic_ops.spec @@ -1,5 +1,5 @@ Name: libatomic_ops -Version: 7.8.0 +Version: 7.8.2 Release: 1 Summary: Atomic memory update operations License: GPLv2 @@ -63,6 +63,17 @@ The devel for %{name} %doc AUTHORS ChangeLog README.md %changelog +* Thu Feb 08 2024 Weifeng Su - 7.8.2-1 +- upgrade to version 7.8.2: + -Resolve warning in GCC11 + -Fix comparison warning in add_chunk_as + -Address Clang 16 AO_pt_lock issue + -Handle Mingw64-GCC _atomic_errors + -Fix linker errors in OpenBSD build + -Update get_chunk for mmap placement + -Correct typos in names/comments + -Update CMake version to 3.5 + * Wed Nov 01 2023 liweigang - 7.8.0-1 - update to version 7.8.0