File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Expand file tree Collapse file tree 2 files changed +16
-7
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.18 .0
13
+ %global up_version 1.19 .0
14
14
#global up_prever rc0
15
15
# disabled as require a MongoDB server
16
16
%bcond_with tests
@@ -109,8 +109,6 @@ Documentation: http://mongoc.org/libbson/%{version}/
109
109
110
110
111
111
%build
112
- sed -e ' /CMAKE_SKIP_BUILD_RPATH/s/OFF/ON/' -i CMakeLists.txt
113
-
114
112
%cmake \
115
113
-DENABLE_BSON:STRING=ON \
116
114
-DENABLE_MONGOC:BOOL=ON \
@@ -131,6 +129,7 @@ sed -e '/CMAKE_SKIP_BUILD_RPATH/s/OFF/ON/' -i CMakeLists.txt
131
129
-DENABLE_EXAMPLES:BOOL=OFF \
132
130
-DENABLE_UNINSTALL:BOOL=OFF \
133
131
-DENABLE_CLIENT_SIDE_ENCRYPTION:BOOL=ON \
132
+ -DCMAKE_SKIP_RPATH:BOOL=ON \
134
133
-S .
135
134
136
135
%if 0%{?cmake_build:1 }
@@ -225,6 +224,16 @@ exit $ret
225
224
226
225
227
226
%changelog
227
+ *
Fri Sep 3 2021 Remi Collet <[email protected] > -
1.19.0-1
228
+ - update to 1.19.0
229
+
230
+ *
Fri Jul 30 2021 Remi Collet <[email protected] > -
1.18.0-3
231
+ - use better fix for invalid RPATH using upstream solution from
232
+ https://jira.mongodb.org/browse/CDRIVER-4013
233
+
234
+ *
Thu Jul 22 2021 Fedora Release Engineering <[email protected] > -
1.18.0-2
235
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
236
+
228
237
*
Wed Jul 14 2021 Remi Collet <[email protected] > -
1.18.0-1
229
238
- update to 1.18.0
230
239
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.18 .0
8
- + %global up_version 1.19.0
7
+ - %global up_version 1.19 .0
8
+ + %global up_version 1.19.1
9
9
#global up_prever rc0
10
10
# disabled as require a MongoDB server
11
11
%bcond_with tests
33
33
34
34
%description devel
35
35
This package contains the header files and development libraries
36
- @@ -130 ,7 +128 ,6 @@
36
+ @@ -128 ,7 +126 ,6 @@
37
37
%endif
38
38
-DENABLE_EXAMPLES:BOOL=OFF \
39
39
-DENABLE_UNINSTALL:BOOL=OFF \
40
40
- -DENABLE_CLIENT_SIDE_ENCRYPTION:BOOL=ON \
41
+ -DCMAKE_SKIP_RPATH:BOOL=ON \
41
42
-S .
42
43
43
- %if 0%{?cmake_build:1}
You can’t perform that action at this time.
0 commit comments