Skip to content

Commit 01bbeb8

Browse files
committed
sync RPM spec file for 1.18.0 release
1 parent 7c12ebc commit 01bbeb8

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

.evergreen/mongo-c-driver.spec

Lines changed: 19 additions & 1 deletion
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.17.5
13+
%global up_version 1.18.0
1414
#global up_prever rc0
1515
# disabled as require a MongoDB server
1616
%bcond_with tests
@@ -109,6 +109,8 @@ Documentation: http://mongoc.org/libbson/%{version}/
109109

110110

111111
%build
112+
sed -e '/CMAKE_SKIP_BUILD_RPATH/s/OFF/ON/' -i CMakeLists.txt
113+
112114
%cmake \
113115
-DENABLE_BSON:STRING=ON \
114116
-DENABLE_MONGOC:BOOL=ON \
@@ -223,6 +225,22 @@ exit $ret
223225

224226

225227
%changelog
228+
* Wed Jul 14 2021 Remi Collet <[email protected]> - 1.18.0-1
229+
- update to 1.18.0
230+
231+
* Wed Jul 7 2021 Remi Collet <[email protected]> - 1.17.7-1
232+
- update to 1.17.7
233+
234+
* Thu Jun 3 2021 Remi Collet <[email protected]> - 1.17.6-2
235+
- update to 1.17.6
236+
- fix invalid rpath
237+
238+
* Thu May 20 2021 Pete Walter <[email protected]> - 1.17.5-3
239+
- Rebuild for ICU 69
240+
241+
* Wed May 19 2021 Pete Walter <[email protected]> - 1.17.5-2
242+
- Rebuild for ICU 69
243+
226244
* Fri Apr 9 2021 Remi Collet <[email protected]> - 1.17.5-1
227245
- update to 1.17.5 (no change)
228246

.evergreen/spec.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%global gh_project mongo-c-driver
55
%global libname libmongoc
66
%global libver 1.0
7-
-%global up_version 1.17.5
7+
-%global up_version 1.18.0
88
+%global up_version 1.19.0
99
#global up_prever rc0
1010
# disabled as require a MongoDB server

0 commit comments

Comments
 (0)