Skip to content

Commit 3e942aa

Browse files
authored
sync RPM spec file from downstream (#1554)
1 parent 94b3c37 commit 3e942aa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 4 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.26.0
13+
%global up_version 1.26.1
1414
#global up_prever rc0
1515
# disabled as require a MongoDB server
1616
%bcond_with tests
@@ -243,6 +243,9 @@ exit $ret
243243

244244

245245
%changelog
246+
* Wed Mar 6 2024 Remi Collet <[email protected]> - 1.26.1-1
247+
- update to 1.26.1
248+
246249
* Fri Feb 16 2024 Remi Collet <[email protected]> - 1.26.0-1
247250
- update to 1.26.0
248251
- raise dependency to libmongocrypt 1.8.0

.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.26.0
7+
-%global up_version 1.26.1
88
+%global up_version 1.27.0
99
#global up_prever rc0
1010
# disabled as require a MongoDB server

0 commit comments

Comments
 (0)