import libpmemobj-cpp-1.13.0-1.module+el8.8.0+17329+92b0ed72

This commit is contained in:
CentOS Sources 2022-11-23 08:21:23 +00:00 committed by Stepan Oksanichenko
parent bd7d303904
commit 3870bb9eb0
3 changed files with 10 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libpmemobj-cpp-1.11.tar.gz
SOURCES/libpmemobj-cpp-1.13.0.tar.gz

View File

@ -1 +1 @@
21c1d08e7d7ca816ceece51d667e2f86e80e5e63 SOURCES/libpmemobj-cpp-1.11.tar.gz
25d601e0140f3d8db94edb19902826a6b91286e4 SOURCES/libpmemobj-cpp-1.13.0.tar.gz

View File

@ -1,9 +1,9 @@
%global min_libpmemobj_ver 1.11.1
%global upstreamversion 1.11
%global upstreamversion 1.13.0
Name: libpmemobj-cpp
Version: 1.11
Release: 2%{?dist}
Version: 1.13.0
Release: 1%{?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
@ -92,7 +92,7 @@ HTML documentation for libpmemobj++.
mkdir build
cd build
%cmake .. -DCMAKE_INSTALL_DOCDIR=%{_docdir}/libpmemobj++
%cmake .. -DCMAKE_INSTALL_DOCDIR=%{_docdir}/libpmemobj++ -DBUILD_TESTS=off -DCXX_STANDARD=17 -DTESTS_USE_VALGRIND=OFF
%make_build
%install
@ -100,6 +100,10 @@ cd build
%make_install
%changelog
* Mon Nov 21 2022 Bryan Gurney <bgurney@redhat.com> - 1.13.0-1
- Update to version 1.13.0
- Related: rhbz#2111428
* Thu Mar 10 2022 Bryan Gurney <bgurney@redhat.com> - 1.11-2
- Add libatomic to BuildRequires
- Related: rhbz#2061720