Skip to content

Commit 35a4322

Browse files
authored
sync RPM spec file from downstream (#1812)
1 parent 078f9bc commit 35a4322

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

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

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# remirepo/fedora spec file for mongo-c-driver
22
#
3-
# Copyright (c) 2015-2024 Remi Collet
4-
# License: CC-BY-SA-4.0
5-
# http://creativecommons.org/licenses/by-sa/4.0/
3+
# SPDX-FileCopyrightText: Copyright 2024 Remi Collet
4+
# SPDX-License-Identifier: CECILL-2.1
5+
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
66
#
77
# Please, preserve the changelog entries
88
#
99
%global gh_owner mongodb
1010
%global gh_project mongo-c-driver
1111
%global libname libmongoc
1212
%global libver 1.0
13-
%global up_version 1.29.0
13+
%global up_version 1.29.1
1414
#global up_prever rc0
1515
# disabled as require a MongoDB server
1616
%bcond_with tests
@@ -259,6 +259,10 @@ exit $ret
259259

260260

261261
%changelog
262+
* Thu Dec 12 2024 Remi Collet <[email protected]> - 1.29.1-1
263+
- update to 1.29.1
264+
- re-license spec file to CECILL-2.1
265+
262266
* Thu Nov 7 2024 Remi Collet <[email protected]> - 1.29.0-1
263267
- update to 1.29.0
264268
- raise dependency to libmongocrypt 1.12.0

.evergreen/etc/spec.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
%global gh_project mongo-c-driver
55
%global libname libmongoc
66
%global libver 1.0
7-
-%global up_version 1.29.0
8-
+%global up_version 1.29.1
7+
-%global up_version 1.29.1
8+
+%global up_version 1.29.2
99
#global up_prever rc0
1010
# disabled as require a MongoDB server
1111
%bcond_with tests

0 commit comments

Comments
 (0)