Compare commits

..

No commits in common. "c8-stream-1_fileformat_v6" and "imports/c8-stream-1_fileformat_v6/libpmemobj-cpp-1.11-2.module+el8.6.0+14464+560c233d" have entirely different histories.

3 changed files with 6 additions and 10 deletions

2
.gitignore vendored
View File

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

View File

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

View File

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