import libpmemobj-cpp-1.11-1.module+el8.6.0+14043+a2e27587

This commit is contained in:
CentOS Sources 2022-02-11 07:31:56 +00:00 committed by Stepan Oksanichenko
parent 9dce4e01ca
commit f0ee2e4c6b
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
f3bdb840779479f83f6dc2e77bb51c8c6aec97a0 SOURCES/libpmemobj-cpp-1.9.tar.gz
21c1d08e7d7ca816ceece51d667e2f86e80e5e63 SOURCES/libpmemobj-cpp-1.11.tar.gz

View File

@ -1,8 +1,8 @@
%global min_libpmemobj_ver 1.9
%global upstreamversion 1.9
%global min_libpmemobj_ver 1.11.1
%global upstreamversion 1.11
Name: libpmemobj-cpp
Version: 1.9
Version: 1.11
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.
@ -99,6 +99,10 @@ cd build
%make_install
%changelog
* 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.