import libpmemobj-cpp-1.11-2.module+el8.6.0+14464+560c233d
This commit is contained in:
parent
00d80f3d87
commit
575327c13f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/libpmemobj-cpp-1.9.tar.gz
|
SOURCES/libpmemobj-cpp-1.11.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
f3bdb840779479f83f6dc2e77bb51c8c6aec97a0 SOURCES/libpmemobj-cpp-1.9.tar.gz
|
21c1d08e7d7ca816ceece51d667e2f86e80e5e63 SOURCES/libpmemobj-cpp-1.11.tar.gz
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
%global min_libpmemobj_ver 1.9
|
%global min_libpmemobj_ver 1.11.1
|
||||||
%global upstreamversion 1.9
|
%global upstreamversion 1.11
|
||||||
|
|
||||||
Name: libpmemobj-cpp
|
Name: libpmemobj-cpp
|
||||||
Version: 1.9
|
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
|
||||||
@ -18,6 +18,7 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: perl-Encode
|
BuildRequires: perl-Encode
|
||||||
|
BuildRequires: libatomic
|
||||||
|
|
||||||
# There's nothing x86-64 specific in this package, but we have
|
# There's nothing x86-64 specific in this package, but we have
|
||||||
# to duplicate what spec for pmdk/libpmemobj has at the moment.
|
# to duplicate what spec for pmdk/libpmemobj has at the moment.
|
||||||
@ -99,6 +100,14 @@ cd build
|
|||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%changelog
|
%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
|
||||||
|
|
||||||
* Mon Feb 1 2021 Jeff Moyer <jmoyer@redhat.com> - 1.9-1
|
* Mon Feb 1 2021 Jeff Moyer <jmoyer@redhat.com> - 1.9-1
|
||||||
- Update to upstream version 1.9
|
- Update to upstream version 1.9
|
||||||
- get rid of % check, as the builtin tests now require packages we don't ship.
|
- get rid of % check, as the builtin tests now require packages we don't ship.
|
||||||
|
Loading…
Reference in New Issue
Block a user