Skip to content

Commit a43d0a4

Browse files
committed
sync RPM spec file for 1.19.0 release
1 parent 6aa01ea commit a43d0a4

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

.evergreen/mongo-c-driver.spec

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

110110

111111
%build
112-
sed -e '/CMAKE_SKIP_BUILD_RPATH/s/OFF/ON/' -i CMakeLists.txt
113-
114112
%cmake \
115113
-DENABLE_BSON:STRING=ON \
116114
-DENABLE_MONGOC:BOOL=ON \
@@ -131,6 +129,7 @@ sed -e '/CMAKE_SKIP_BUILD_RPATH/s/OFF/ON/' -i CMakeLists.txt
131129
-DENABLE_EXAMPLES:BOOL=OFF \
132130
-DENABLE_UNINSTALL:BOOL=OFF \
133131
-DENABLE_CLIENT_SIDE_ENCRYPTION:BOOL=ON \
132+
-DCMAKE_SKIP_RPATH:BOOL=ON \
134133
-S .
135134

136135
%if 0%{?cmake_build:1}
@@ -225,6 +224,16 @@ exit $ret
225224

226225

227226
%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+
228237
* Wed Jul 14 2021 Remi Collet <[email protected]> - 1.18.0-1
229238
- update to 1.18.0
230239

.evergreen/spec.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
%global gh_project mongo-c-driver
55
%global libname libmongoc
66
%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
99
#global up_prever rc0
1010
# disabled as require a MongoDB server
1111
%bcond_with tests
@@ -33,11 +33,11 @@
3333

3434
%description devel
3535
This package contains the header files and development libraries
36-
@@ -130,7 +128,6 @@
36+
@@ -128,7 +126,6 @@
3737
%endif
3838
-DENABLE_EXAMPLES:BOOL=OFF \
3939
-DENABLE_UNINSTALL:BOOL=OFF \
4040
- -DENABLE_CLIENT_SIDE_ENCRYPTION:BOOL=ON \
41+
-DCMAKE_SKIP_RPATH:BOOL=ON \
4142
-S .
4243

43-
%if 0%{?cmake_build:1}

0 commit comments

Comments
 (0)