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 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
2929Source0: 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
3232BuildRequires: gcc
3333BuildRequires: gcc-c++
3434BuildRequires: 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments