File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
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 1
- --- mongo-c-driver.spec
2
- +++ mongo-c-driver.spec
1
+ --- mongo-c-driver.spec.orig 2024-11-13 05:08:33.181631772 -0500
2
+ +++ mongo-c-driver.spec 2024-11-16 09:53:48.062772774 -0500
3
3
@@ -10,7 +10,7 @@
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.30 .0
9
9
#global up_prever rc0
10
10
# disabled as require a MongoDB server
11
11
%bcond_with tests
12
- @@ -20 ,7 +20 ,7 @@
12
+ @@ -26 ,7 +26 ,7 @@
13
13
14
14
Name: mongo-c-driver
15
15
Summary: Client library written in C for MongoDB
You can’t perform that action at this time.
0 commit comments