Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .evergreen/build_snapshot_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ done

package=mongo-cxx-driver
spec_file=../mongo-cxx-driver.spec
config=${MOCK_TARGET_CONFIG:=fedora-40-aarch64}
config=${MOCK_TARGET_CONFIG:=fedora-43-aarch64}

if [ ! -x /usr/bin/rpmbuild -o ! -x /usr/bin/rpmspec ]; then
echo "Missing the rpmbuild or rpmspec utility from the rpm-build package"
Expand Down
15 changes: 7 additions & 8 deletions .evergreen/spec.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- mongo-cxx-driver.spec.orig 2021-09-07 10:45:09.609476580 -0400
+++ mongo-cxx-driver.spec 2021-09-07 10:48:52.781980206 -0400
--- mongo-cxx-driver.spec.orig 2024-10-02 16:04:01.333784649 -0400
+++ mongo-cxx-driver.spec 2025-10-17 16:53:35.057893623 -0400
@@ -1,8 +1,10 @@
# for better compatibility with SCL spec file
%global pkg_name mongo-cxx-driver
Expand All @@ -8,7 +8,7 @@
+
Name: mongo-cxx-driver
-Version: 3.6.5
+Version: 3.11.1
+Version: 3.11.2
Release: 1%{?dist}
Summary: A C++ Driver for MongoDB
License: ASL 2.0
Expand All @@ -23,7 +23,7 @@
BuildRequires: boost-devel >= 1.49
BuildRequires: openssl-devel
BuildRequires: cmake
@@ -67,8 +67,6 @@
@@ -67,8 +69,6 @@
%prep
%setup -q -n %{name}-r%{version}

Expand All @@ -32,14 +32,13 @@


%build
@@ -79,6 +77,9 @@
@@ -79,6 +79,9 @@
%cmake \
-DCMAKE_BUILD_TYPE=Release \
-DBSONCXX_POLY_USE_BOOST=1 \
+ -DBUILD_VERSION=3.11.1 \
+ -DBUILD_VERSION=3.11.2 \
+ -DENABLE_UNINSTALL=OFF \
+ -DENABLE_TESTS=OFF \
.

%changelog
* Mon Aug 09 2021 Honza Horak <hhorak@redhat.com> - 3.6.5-1
%cmake_build