import libpmemobj-cpp-1.11-2.module+el8.6.0+14464+560c233d

This commit is contained in:
CentOS Sources 2022-09-27 15:47:14 -04:00 committed by Stepan Oksanichenko
parent 9b2e73f241
commit fd4a3902ab
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,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
@ -18,6 +18,7 @@ BuildRequires: gcc-c++
BuildRequires: pkgconfig
BuildRequires: doxygen
BuildRequires: perl-Encode
BuildRequires: libatomic
# There's nothing x86-64 specific in this package, but we have
# to duplicate what spec for pmdk/libpmemobj has at the moment.
@ -99,6 +100,10 @@ cd build
%make_install
%changelog
* Thu Mar 10 2022 Bryan Gurney <bgurney@redhat.com> - 1.11-2
- Add libatomic to BuildRequires
- Related: rhbz#2061720
* Wed Jan 26 2022 Bryan Gurney <bgurney@redhat.com> - 1.11-1
- Update to upstream version 1.11
- Related: rhbz#2009889