diff --git a/libpmemobj-cpp.spec b/libpmemobj-cpp.spec index e54d3f9..5e1cd5d 100644 --- a/libpmemobj-cpp.spec +++ b/libpmemobj-cpp.spec @@ -4,7 +4,7 @@ Name: libpmemobj-cpp Version: 1.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C++ bindings for libpmemobj # Note: tests/external/libcxx is dual licensed using University of Illinois "BSD-Like" license and the MIT license. It's used only during development/testing and is NOT part of the binary RPM. License: BSD @@ -21,6 +21,7 @@ BuildRequires: pkgconfig BuildRequires: doxygen BuildRequires: perl-Encode BuildRequires: gdb +BuildRequires: libatomic # optional dependencies, used only in tests BuildRequires: ncurses-devel @@ -116,6 +117,9 @@ cd build ctest -V -E concurrent_hash_map_rehash_0_helgrind -E concurrent_hash_map_insert_lookup_0_helgrind -E enumerable_thread_specific_access_0_drd %changelog +* Wed Nov 04 2020 Jeff Law - 1.11-2 +- Add libatomic to buildrequires + * Fri Oct 9 2020 Adam Borowski - 1.11-1 - Update to version 1.11. - Disable enumerable_thread_specific_access_0_drd