public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Remi Collet <remi@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/mongo-c-driver] epel10: v2.4.0
Date: Wed, 05 Aug 2026 04:50:27 GMT [thread overview]
Message-ID: <178590542766.1.768192889859283460.rpms-mongo-c-driver-e8731ef98856@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/mongo-c-driver
Branch : epel10
Commit : e8731ef98856f44eed7ca25be394f3f8569aac27
Author : Remi Collet <remi@fedoraproject.org>
Date : 2026-08-05T06:50:20+02:00
Stats : +10/-9 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/mongo-c-driver/c/e8731ef98856f44eed7ca25be394f3f8569aac27?branch=epel10
Log:
v2.4.0
(cherry picked from commit 9ad2686ccb470bb23608f05e1b9ed3a244451ce2)
---
diff --git a/.gitignore b/.gitignore
index 3a431da..89d7a51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ clog
/2.3.1.tar.gz
/2.3.2.tar.gz
/2.3.3.tar.gz
+/2.4.0.tar.gz
diff --git a/mongo-c-driver.spec b/mongo-c-driver.spec
index 55279d3..c291f51 100644
--- a/mongo-c-driver.spec
+++ b/mongo-c-driver.spec
@@ -10,8 +10,6 @@
%global gh_project mongo-c-driver
%global libname libmongoc
%global soname 2
-%global up_version 2.3.3
-#global up_prever rc0
# disabled as require a MongoDB server
%bcond_with tests
@@ -29,13 +27,13 @@
Name: mongo-c-driver
Summary: Client library written in C for MongoDB
-Version: %{up_version}%{?up_prever:~%{up_prever}}
+Version: 2.4.0
Release: 1%{?dist}
# See THIRD_PARTY_NOTICES
License: Apache-2.0 AND ISC AND MIT AND Zlib
URL: https://github.com/%{gh_owner}/%{gh_project}
-Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/refs/tags/%{up_version}%{?up_prever:-%{up_prever}}.tar.gz
+Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/refs/tags/%{version}.tar.gz
BuildRequires: cmake >= 3.15
BuildRequires: gcc
@@ -56,8 +54,7 @@ BuildRequires: openssl
%endif
%if %{with libmongocrypt}
# grep VERSION_LESS src/*/CMakeLists.txt
-# use 1.17 to ensure libbson2 is used
-BuildRequires: cmake(mongocrypt) >= 1.17
+BuildRequires: cmake(mongocrypt) >= 1.20
%endif
BuildRequires: perl-interpreter
# From man pages
@@ -138,12 +135,12 @@ Documentation: http://mongoc.org/libbson/%{version}/
%prep
-%setup -q -n %{gh_project}-%{up_version}%{?up_prever:-%{up_prever}}
+%setup -q -n %{gh_project}-%{version}
%build
%cmake \
- -DBUILD_VERSION=%{up_version}%{?up_prever:-%{up_prever}} \
+ -DBUILD_VERSION=%{version} \
-DENABLE_MONGOC:BOOL=ON \
-DENABLE_SHM_COUNTERS:BOOL=ON \
-DENABLE_SSL:STRING=OPENSSL \
@@ -275,6 +272,9 @@ exit $ret
%changelog
+* Wed Aug 5 2026 Remi Collet <remi@remirepo.net> - 2.4.0-1
+- update to 2.4.0
+
* Wed Jul 15 2026 Remi Collet <remi@remirepo.net> - 2.3.3-1
- update to 2.3.3
diff --git a/sources b/sources
index f9ee0e4..6e8a339 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (2.3.3.tar.gz) = 5da91713d4c392535b12b6bfa338e482d8196bcbb64fc7726f7944835a83301873b180f1756c7e583b291b170c957478b3d2439c0aa7704e01b1b9ad948acd73
+SHA512 (2.4.0.tar.gz) = f0469258626983d5c40c412c7b8c35b4bffed3f1ba4ade98c1e7538881878d1de3976d18cae9e9310a92c5c4e47968ce43890762a30225501f6980008fce845f
reply other threads:[~2026-08-05 4:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178590542766.1.768192889859283460.rpms-mongo-c-driver-e8731ef98856@fedoraproject.org \
--to=remi@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox