Skip to content

Commit 951ed56

Browse files
authored
sync RPM spec file from downstream (#1324)
1 parent e067515 commit 951ed56

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

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

Lines changed: 11 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.23.5
13+
%global up_version 1.24.1
1414
#global up_prever rc0
1515
# disabled as require a MongoDB server
1616
%bcond_with tests
@@ -28,7 +28,7 @@ URL: https://github.com/%{gh_owner}/%{gh_project}
2828

2929
Source0: https://github.com/%{gh_owner}/%{gh_project}/releases/download/%{up_version}%{?up_prever:-%{up_prever}}/%{gh_project}-%{up_version}%{?up_prever:-%{up_prever}}.tar.gz
3030

31-
BuildRequires: cmake >= 3.1
31+
BuildRequires: cmake >= 3.15
3232
BuildRequires: gcc
3333
BuildRequires: gcc-c++
3434
BuildRequires: make
@@ -128,6 +128,9 @@ Documentation: http://mongoc.org/libbson/%{version}/
128128
-DENABLE_CRYPTO_SYSTEM_PROFILE:BOOL=ON \
129129
-DENABLE_MAN_PAGES:BOOL=ON \
130130
-DENABLE_STATIC:STRING=OFF \
131+
-DENABLE_ZLIB:STRING=SYSTEM \
132+
-DENABLE_ZSTD:STRING=ON \
133+
-DENABLE_SNAPPY:STRING=ON \
131134
%if %{with tests}
132135
-DENABLE_TESTS:BOOL=ON \
133136
%else
@@ -235,6 +238,12 @@ exit $ret
235238

236239

237240
%changelog
241+
* Wed Jun 21 2023 Remi Collet <[email protected]> - 1.24.1-1
242+
- update to 1.24.1
243+
244+
* Wed Jun 21 2023 Remi Collet <[email protected]> - 1.24.0-1
245+
- update to 1.24.0
246+
238247
* Wed Jun 7 2023 Remi Collet <[email protected]> - 1.23.5-1
239248
- update to 1.23.5
240249

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

0 commit comments

Comments
 (0)