Skip to content

Commit 5697f63

Browse files
authored
sync RPM spec file from downstream (#1792)
1 parent 9c0a2f5 commit 5697f63

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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
33
@@ -10,7 +10,7 @@
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.30.0
99
#global up_prever rc0
1010
# disabled as require a MongoDB server
1111
%bcond_with tests
12-
@@ -20,7 +20,7 @@
12+
@@ -26,7 +26,7 @@
1313

1414
Name: mongo-c-driver
1515
Summary: Client library written in C for MongoDB

0 commit comments

Comments
 (0)