public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mongo-c-driver] rawhide: v2.4.0
@ 2026-08-05  4:49 Remi Collet
  0 siblings, 0 replies; only message in thread
From: Remi Collet @ 2026-08-05  4:49 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/mongo-c-driver
Branch : rawhide
Commit : 9ad2686ccb470bb23608f05e1b9ed3a244451ce2
Author : Remi Collet <remi@fedoraproject.org>
Date   : 2026-08-05T06:49:30+02:00
Stats  : +11/-10 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/mongo-c-driver/c/9ad2686ccb470bb23608f05e1b9ed3a244451ce2?branch=rawhide

Log:
v2.4.0

---
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 e6d002f..a2385c0 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}}
-Release:   2%{?dist}
+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
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-05  4:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05  4:49 [rpms/mongo-c-driver] rawhide: v2.4.0 Remi Collet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox