Skip to content

Commit 3a73242

Browse files
authored
sync RPM spec file from downstream (#1793)
1 parent edeeda2 commit 3a73242

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

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

Lines changed: 7 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.28.1
13+
%global up_version 1.29.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.11.0
56+
BuildRequires: cmake(mongocrypt) >= 1.12.0
5757
%endif
5858
BuildRequires: perl-interpreter
5959
# From man pages
@@ -255,9 +255,14 @@ exit $ret
255255
%{_libdir}/cmake/bson-%{libver}
256256
%{_libdir}/pkgconfig/libbson-*.pc
257257
%{_mandir}/man3/bson*
258+
%{_mandir}/man3/libbson*
258259

259260

260261
%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+
261266
* Thu Oct 10 2024 Remi Collet <[email protected]> - 1.28.1-1
262267
- update to 1.28.1
263268

.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.28.1
8-
+%global up_version 1.29.0
7+
-%global up_version 1.29.0
8+
+%global up_version 1.29.1
99
#global up_prever rc0
1010
# disabled as require a MongoDB server
1111
%bcond_with tests

0 commit comments

Comments
 (0)