File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
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.21.2
13
+ %global up_version 1.22.0
14
14
#global up_prever rc0
15
15
# disabled as require a MongoDB server
16
16
%bcond_with tests
@@ -44,7 +44,7 @@ BuildRequires: mongodb-server
44
44
BuildRequires: openssl
45
45
%endif
46
46
%if %{with libmongocrypt }
47
- BuildRequires: cmake(mongocrypt) >= 1.3 .0
47
+ BuildRequires: cmake(mongocrypt) >= 1.5 .0
48
48
%endif
49
49
BuildRequires: perl-interpreter
50
50
# From man pages
@@ -236,6 +236,10 @@ exit $ret
236
236
237
237
238
238
%changelog
239
+ *
Mon Jul 18 2022 Remi Collet <[email protected] > -
1.22.0-1
240
+ - update to 1.22.0
241
+ - raise dependency to libmongocrypt 1.5.0
242
+
239
243
*
Wed Jun 8 2022 Remi Collet <[email protected] > -
1.21.2-1
240
244
- update to 1.21.2 (no change)
241
245
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.21.2
7
+ - %global up_version 1.22.0
8
8
+ %global up_version 1.23.0
9
9
#global up_prever rc0
10
10
# disabled as require a MongoDB server
You can’t perform that action at this time.
0 commit comments