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 3939
4040package=mongo-cxx-driver
4141spec_file=../mongo-cxx-driver.spec
42- config=${MOCK_TARGET_CONFIG:= fedora-39 -aarch64}
42+ config=${MOCK_TARGET_CONFIG:= fedora-40 -aarch64}
4343
4444if [ ! -x /usr/bin/rpmbuild -o ! -x /usr/bin/rpmspec ]; then
4545 echo " Missing the rpmbuild or rpmspec utility from the rpm-build package"
Original file line number Diff line number Diff line change 88+
99 Name: mongo-cxx-driver
1010- Version: 3.6.5
11- + Version: 3.11.0
11+ + Version: 3.11.1
1212 Release: 1%{?dist}
1313 Summary: A C++ Driver for MongoDB
1414 License: ASL 2.0
3636 %cmake \
3737 -DCMAKE_BUILD_TYPE=Release \
3838 -DBSONCXX_POLY_USE_BOOST=1 \
39- + -DBUILD_VERSION=3.11.0 \
39+ + -DBUILD_VERSION=3.11.1 \
4040+ -DENABLE_UNINSTALL=OFF \
4141+ -DENABLE_TESTS=OFF \
4242 .
You can’t perform that action at this time.
0 commit comments