Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/libpmemobj-cpp.git#fe961aba886edadc3ed283bf29fa5cb8a00e5a05
This commit is contained in:
DistroBaker 2020-12-10 01:24:26 +01:00
parent 06140b9e8d
commit 24dcd8ff1e

View File

@ -4,7 +4,7 @@
Name: libpmemobj-cpp Name: libpmemobj-cpp
Version: 1.11 Version: 1.11
Release: 1%{?dist} Release: 2%{?dist}
Summary: C++ bindings for libpmemobj 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. # 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 License: BSD
@ -21,6 +21,7 @@ BuildRequires: pkgconfig
BuildRequires: doxygen BuildRequires: doxygen
BuildRequires: perl-Encode BuildRequires: perl-Encode
BuildRequires: gdb BuildRequires: gdb
BuildRequires: libatomic
# optional dependencies, used only in tests # optional dependencies, used only in tests
BuildRequires: ncurses-devel 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 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 %changelog
* Wed Nov 04 2020 Jeff Law <law@redhat.com> - 1.11-2
- Add libatomic to buildrequires
* Fri Oct 9 2020 Adam Borowski <kilobyte@angband.pl> - 1.11-1 * Fri Oct 9 2020 Adam Borowski <kilobyte@angband.pl> - 1.11-1
- Update to version 1.11. - Update to version 1.11.
- Disable enumerable_thread_specific_access_0_drd - Disable enumerable_thread_specific_access_0_drd