From 59afd52cd0269f880da080544f476fff81ad2ade Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 28 Mar 2023 13:37:16 +0000 Subject: [PATCH] import libpmemobj-cpp-1.13.0-1.module+el8.8.0+17329+92b0ed72 --- .gitignore | 2 +- .libpmemobj-cpp.metadata | 2 +- SPECS/libpmemobj-cpp.spec | 12 ++++++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 622a616..3dc18ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libpmemobj-cpp-1.11.tar.gz +SOURCES/libpmemobj-cpp-1.13.0.tar.gz diff --git a/.libpmemobj-cpp.metadata b/.libpmemobj-cpp.metadata index f3e4def..18c8e18 100644 --- a/.libpmemobj-cpp.metadata +++ b/.libpmemobj-cpp.metadata @@ -1 +1 @@ -21c1d08e7d7ca816ceece51d667e2f86e80e5e63 SOURCES/libpmemobj-cpp-1.11.tar.gz +25d601e0140f3d8db94edb19902826a6b91286e4 SOURCES/libpmemobj-cpp-1.13.0.tar.gz diff --git a/SPECS/libpmemobj-cpp.spec b/SPECS/libpmemobj-cpp.spec index 3300ff5..94a54ef 100644 --- a/SPECS/libpmemobj-cpp.spec +++ b/SPECS/libpmemobj-cpp.spec @@ -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 - 1.13.0-1 +- Update to version 1.13.0 +- Related: rhbz#2111428 + * Thu Mar 10 2022 Bryan Gurney - 1.11-2 - Add libatomic to BuildRequires - Related: rhbz#2061720