Skip to content
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

sync RPM spec file from downstream #1812

Open
wants to merge 1 commit into
base: r1.29
Choose a base branch
from
Open
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
12 changes: 8 additions & 4 deletions .evergreen/etc/mongo-c-driver.spec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# remirepo/fedora spec file for mongo-c-driver
#
# Copyright (c) 2015-2024 Remi Collet
# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
# SPDX-FileCopyrightText: Copyright 2024 Remi Collet
# SPDX-License-Identifier: CECILL-2.1
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
# Please, preserve the changelog entries
#
%global gh_owner mongodb
%global gh_project mongo-c-driver
%global libname libmongoc
%global libver 1.0
%global up_version 1.29.0
%global up_version 1.29.1
#global up_prever rc0
# disabled as require a MongoDB server
%bcond_with tests
Expand Down Expand Up @@ -259,6 +259,10 @@ exit $ret


%changelog
* 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

* Thu Nov 7 2024 Remi Collet <[email protected]> - 1.29.0-1
- update to 1.29.0
- raise dependency to libmongocrypt 1.12.0
Expand Down
4 changes: 2 additions & 2 deletions .evergreen/etc/spec.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
%global gh_project mongo-c-driver
%global libname libmongoc
%global libver 1.0
-%global up_version 1.29.0
+%global up_version 1.29.1
-%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