Skip to content

sync RPM spec file from downstream #1571

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .evergreen/etc/mongo-c-driver.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%global gh_project mongo-c-driver
%global libname libmongoc
%global libver 1.0
%global up_version 1.26.1
%global up_version 1.26.2
#global up_prever rc0
# disabled as require a MongoDB server
%bcond_with tests
Expand Down Expand Up @@ -243,6 +243,9 @@ exit $ret


%changelog
* Wed Apr 3 2024 Remi Collet <[email protected]> - 1.26.2-1
- update to 1.26.2

* Wed Mar 6 2024 Remi Collet <[email protected]> - 1.26.1-1
- update to 1.26.1

Expand Down
2 changes: 1 addition & 1 deletion .evergreen/etc/spec.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%global gh_project mongo-c-driver
%global libname libmongoc
%global libver 1.0
-%global up_version 1.26.1
-%global up_version 1.26.2
+%global up_version 1.27.0
#global up_prever rc0
# disabled as require a MongoDB server
Expand Down