Compare commits

...

No commits in common. "c8-stream-1_fileformat_v6" and "c8-beta-stream-1-fileformat-v6" have entirely different histories.

3 changed files with 6 additions and 19 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
25d601e0140f3d8db94edb19902826a6b91286e4 SOURCES/libpmemobj-cpp-1.13.0.tar.gz
f3bdb840779479f83f6dc2e77bb51c8c6aec97a0 SOURCES/libpmemobj-cpp-1.9.tar.gz

View File

@ -1,8 +1,8 @@
%global min_libpmemobj_ver 1.11.1
%global upstreamversion 1.13.0
%global min_libpmemobj_ver 1.9
%global upstreamversion 1.9
Name: libpmemobj-cpp
Version: 1.13.0
Version: 1.9
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.
@ -18,7 +18,6 @@ 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.
@ -92,7 +91,7 @@ HTML documentation for libpmemobj++.
mkdir 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
%install
@ -100,18 +99,6 @@ 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
* Wed Jan 26 2022 Bryan Gurney <bgurney@redhat.com> - 1.11-1
- Update to upstream version 1.11
- Related: rhbz#2009889
* Mon Feb 1 2021 Jeff Moyer <jmoyer@redhat.com> - 1.9-1
- Update to upstream version 1.9
- get rid of % check, as the builtin tests now require packages we don't ship.