Skip to content

Commit a51a4d8

Browse files
authored
sync RPM spec file from downstream (#1735)
1 parent f8a2027 commit a51a4d8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.evergreen/etc/mongo-c-driver.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
%global gh_project mongo-c-driver
1111
%global libname libmongoc
1212
%global libver 1.0
13-
%global up_version 1.27.6
13+
%global up_version 1.28.0
1414
#global up_prever rc0
1515
# disabled as require a MongoDB server
1616
%bcond_with tests
@@ -53,7 +53,7 @@ BuildRequires: openssl
5353
%endif
5454
%if %{with libmongocrypt}
5555
# grep VERSION_LESS src/*/CMakeLists.txt
56-
BuildRequires: cmake(mongocrypt) >= 1.10.0
56+
BuildRequires: cmake(mongocrypt) >= 1.11.0
5757
%endif
5858
BuildRequires: perl-interpreter
5959
# From man pages
@@ -258,6 +258,10 @@ exit $ret
258258

259259

260260
%changelog
261+
* Thu Sep 19 2024 Remi Collet <[email protected]> - 1.28.0-1
262+
- update to 1.28.0
263+
- raise dependency to libmongocrypt 1.11.0
264+
261265
* Wed Sep 4 2024 Remi Collet <[email protected]> - 1.27.6-1
262266
- update to 1.27.6
263267

.evergreen/etc/spec.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
%global gh_project mongo-c-driver
55
%global libname libmongoc
66
%global libver 1.0
7-
-%global up_version 1.27.6
8-
+%global up_version 1.28.0
7+
-%global up_version 1.28.0
8+
+%global up_version 1.28.1
99
#global up_prever rc0
1010
# disabled as require a MongoDB server
1111
%bcond_with tests

0 commit comments

Comments
 (0)