File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
40
40
package=mongo-cxx-driver
41
41
spec_file=../mongo-cxx-driver.spec
42
- config=${MOCK_TARGET_CONFIG:= fedora-39 -aarch64}
42
+ config=${MOCK_TARGET_CONFIG:= fedora-40 -aarch64}
43
43
44
44
if [ ! -x /usr/bin/rpmbuild -o ! -x /usr/bin/rpmspec ]; then
45
45
echo " Missing the rpmbuild or rpmspec utility from the rpm-build package"
Original file line number Diff line number Diff line change 8
8
+
9
9
Name: mongo-cxx-driver
10
10
- Version: 3.6.5
11
- + Version: 3.11.0
11
+ + Version: 3.11.1
12
12
Release: 1%{?dist}
13
13
Summary: A C++ Driver for MongoDB
14
14
License: ASL 2.0
36
36
%cmake \
37
37
-DCMAKE_BUILD_TYPE=Release \
38
38
-DBSONCXX_POLY_USE_BOOST=1 \
39
- + -DBUILD_VERSION=3.11.0 \
39
+ + -DBUILD_VERSION=3.11.1 \
40
40
+ -DENABLE_UNINSTALL=OFF \
41
41
+ -DENABLE_TESTS=OFF \
42
42
.
You can’t perform that action at this time.
0 commit comments