File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- --- mongo-cxx-driver.spec.orig 2021-09-07 10:45:09.609476580 -0400
2
- +++ mongo-cxx-driver.spec 2021-09-07 10:48:52.781980206 -0400
1
+ --- mongo-cxx-driver.spec.orig 2024-10-02 16:04:01.333784649 -0400
2
+ +++ mongo-cxx-driver.spec 2024-12-02 10:57:02.798895580 -0500
3
3
@@ -1,8 +1,10 @@
4
4
# for better compatibility with SCL spec file
5
5
%global pkg_name mongo-cxx-driver
8
8
+
9
9
Name: mongo-cxx-driver
10
10
- Version: 3.6.5
11
- + Version: 3.12 .0
11
+ + Version: 4.1 .0
12
12
Release: 1%{?dist}
13
13
Summary: A C++ Driver for MongoDB
14
14
License: ASL 2.0
15
- @@ -10,8 +12,8 @@
15
+ @@ -10,9 +12,8 @@
16
16
Source0: https://github.com/mongodb/%{pkg_name}/archive/%{name}-r%{version}.tar.gz
17
17
18
18
19
19
- Patch2: mongo-cxx-driver-3.3.1_paths.patch
20
20
- Patch3: mongo-cxx-driver-catch-update.patch
21
+ - BuildRequires: boost-devel >= 1.49
21
22
+ BuildRequires: pkgconfig
22
23
+ BuildRequires: pkgconfig(libutf8proc)
23
- BuildRequires: boost-devel >= 1.49
24
24
BuildRequires: openssl-devel
25
25
BuildRequires: cmake
26
- @@ -67,8 +67,6 @@
26
+ BuildRequires: cyrus-sasl-devel
27
+ @@ -67,8 +68,6 @@
27
28
%prep
28
29
%setup -q -n %{name}-r%{version}
29
30
32
33
33
34
34
35
%build
35
- @@ -79,6 +77,9 @@
36
+ @@ -78,7 +77,8 @@
37
+
36
38
%cmake \
37
39
-DCMAKE_BUILD_TYPE=Release \
38
- -DBSONCXX_POLY_USE_BOOST=1 \
39
- + -DBUILD_VERSION=3.12 .0 \
40
+ - -DBSONCXX_POLY_USE_BOOST=1 \
41
+ + -DBUILD_VERSION=4.1 .0 \
40
42
+ -DENABLE_UNINSTALL=OFF \
41
- + -DENABLE_TESTS=OFF \
42
43
.
43
44
44
- %changelog
45
- * Mon Aug 09 2021 Honza Horak <
[email protected] > - 3.6.5-1
45
+ %cmake_build
You can’t perform that action at this time.
0 commit comments