File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 10
10
%global gh_project mongo-c-driver
11
11
%global libname libmongoc
12
12
%global libver 1.0
13
- %global up_version 1.27.6
13
+ %global up_version 1.28.0
14
14
#global up_prever rc0
15
15
# disabled as require a MongoDB server
16
16
%bcond_with tests
@@ -53,7 +53,7 @@ BuildRequires: openssl
53
53
%endif
54
54
%if %{with libmongocrypt }
55
55
# grep VERSION_LESS src/*/CMakeLists.txt
56
- BuildRequires: cmake(mongocrypt) >= 1.10 .0
56
+ BuildRequires: cmake(mongocrypt) >= 1.11 .0
57
57
%endif
58
58
BuildRequires: perl-interpreter
59
59
# From man pages
@@ -258,6 +258,10 @@ exit $ret
258
258
259
259
260
260
%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
+
261
265
*
Wed Sep 4 2024 Remi Collet <[email protected] > -
1.27.6-1
262
266
- update to 1.27.6
263
267
Original file line number Diff line number Diff line change 4
4
%global gh_project mongo-c-driver
5
5
%global libname libmongoc
6
6
%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
9
9
#global up_prever rc0
10
10
# disabled as require a MongoDB server
11
11
%bcond_with tests
You can’t perform that action at this time.
0 commit comments