File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-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.23.5
13
+ %global up_version 1.24.1
14
14
#global up_prever rc0
15
15
# disabled as require a MongoDB server
16
16
%bcond_with tests
@@ -28,7 +28,7 @@ URL: https://github.com/%{gh_owner}/%{gh_project}
28
28
29
29
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
30
30
31
- BuildRequires: cmake >= 3.1
31
+ BuildRequires: cmake >= 3.15
32
32
BuildRequires: gcc
33
33
BuildRequires: gcc-c++
34
34
BuildRequires: make
@@ -128,6 +128,9 @@ Documentation: http://mongoc.org/libbson/%{version}/
128
128
-DENABLE_CRYPTO_SYSTEM_PROFILE:BOOL=ON \
129
129
-DENABLE_MAN_PAGES:BOOL=ON \
130
130
-DENABLE_STATIC:STRING=OFF \
131
+ -DENABLE_ZLIB:STRING= SYSTEM \
132
+ -DENABLE_ZSTD:STRING= ON \
133
+ -DENABLE_SNAPPY:STRING= ON \
131
134
%if %{with tests }
132
135
-DENABLE_TESTS:BOOL= ON \
133
136
%else
@@ -235,6 +238,12 @@ exit $ret
235
238
236
239
237
240
%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
+
238
247
*
Wed Jun 7 2023 Remi Collet <[email protected] > -
1.23.5-1
239
248
- update to 1.23.5
240
249
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.23.5
8
- + %global up_version 1.24.0
7
+ - %global up_version 1.24.1
8
+ + %global up_version 1.24.2
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