File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-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.28.1
13
+ %global up_version 1.29.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.11 .0
56
+ BuildRequires: cmake(mongocrypt) >= 1.12 .0
57
57
%endif
58
58
BuildRequires: perl-interpreter
59
59
# From man pages
@@ -255,9 +255,14 @@ exit $ret
255
255
%{_libdir }/cmake/bson-%{libver }
256
256
%{_libdir }/pkgconfig/libbson-* .pc
257
257
%{_mandir }/man3/bson*
258
+ %{_mandir }/man3/libbson*
258
259
259
260
260
261
%changelog
262
+ *
Thu Nov 7 2024 Remi Collet <[email protected] > -
1.29.0-1
263
+ - update to 1.29.0
264
+ - raise dependency to libmongocrypt 1.12.0
265
+
261
266
*
Thu Oct 10 2024 Remi Collet <[email protected] > -
1.28.1-1
262
267
- update to 1.28.1
263
268
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.28.1
8
- + %global up_version 1.29.0
7
+ - %global up_version 1.29.0
8
+ + %global up_version 1.29.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