Skip to content

sync RPM spec file from downstream #1824

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
Jan 9, 2025
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
7 changes: 5 additions & 2 deletions .evergreen/etc/mongo-c-driver.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for mongo-c-driver
#
# SPDX-FileCopyrightText: Copyright 2024 Remi Collet
# SPDX-FileCopyrightText: Copyright 2015-2025 Remi Collet
# SPDX-License-Identifier: CECILL-2.1
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
Expand All @@ -10,7 +10,7 @@
%global gh_project mongo-c-driver
%global libname libmongoc
%global libver 1.0
%global up_version 1.29.1
%global up_version 1.29.2
#global up_prever rc0
# disabled as require a MongoDB server
%bcond_with tests
Expand Down Expand Up @@ -259,6 +259,9 @@ exit $ret


%changelog
* Tue Jan 7 2025 Remi Collet <[email protected]> - 1.29.2-1
- update to 1.29.2

* Thu Dec 12 2024 Remi Collet <[email protected]> - 1.29.1-1
- update to 1.29.1
- re-license spec file to CECILL-2.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.29.1
-%global up_version 1.29.2
+%global up_version 1.30.0
#global up_prever rc0
# disabled as require a MongoDB server
Expand Down