Skip to content

Commit 219bacb

Browse files
authored
sync RPM spec file from downstream (#1716)
1 parent c00bc17 commit 219bacb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.evergreen/etc/mongo-c-driver.spec

Lines changed: 4 additions & 2 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.27.5
13+
%global up_version 1.27.6
1414
#global up_prever rc0
1515
# disabled as require a MongoDB server
1616
%bcond_with tests
@@ -227,7 +227,6 @@ exit $ret
227227
%{_bindir}/mongoc-stat
228228

229229
%files libs
230-
%{!?_licensedir:%global license %%doc}
231230
%license COPYING
232231
%license THIRD_PARTY_NOTICES
233232
%{_libdir}/%{libname}-%{libver}.so.*
@@ -259,6 +258,9 @@ exit $ret
259258

260259

261260
%changelog
261+
* Wed Sep 4 2024 Remi Collet <[email protected]> - 1.27.6-1
262+
- update to 1.27.6
263+
262264
* Wed Aug 7 2024 Remi Collet <[email protected]> - 1.27.5-1
263265
- update to 1.27.5
264266

.evergreen/etc/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.27.5
7+
-%global up_version 1.27.6
88
+%global up_version 1.28.0
99
#global up_prever rc0
1010
# disabled as require a MongoDB server

0 commit comments

Comments
 (0)