Skip to content

Commit 805ae7c

Browse files
authored
sync RPM spec file from downstream (#1823)
1 parent d5321db commit 805ae7c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# remirepo/fedora spec file for mongo-c-driver
22
#
3-
# SPDX-FileCopyrightText: Copyright 2024 Remi Collet
3+
# SPDX-FileCopyrightText: Copyright 2015-2025 Remi Collet
44
# SPDX-License-Identifier: CECILL-2.1
55
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
66
#
@@ -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.29.1
13+
%global up_version 1.29.2
1414
#global up_prever rc0
1515
# disabled as require a MongoDB server
1616
%bcond_with tests
@@ -259,6 +259,9 @@ exit $ret
259259

260260

261261
%changelog
262+
* Tue Jan 7 2025 Remi Collet <[email protected]> - 1.29.2-1
263+
- update to 1.29.2
264+
262265
* Thu Dec 12 2024 Remi Collet <[email protected]> - 1.29.1-1
263266
- update to 1.29.1
264267
- re-license spec file to CECILL-2.1

.evergreen/etc/spec.patch

Lines changed: 2 additions & 2 deletions
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.1
8-
+%global up_version 1.29.2
7+
-%global up_version 1.29.2
8+
+%global up_version 1.29.3
99
#global up_prever rc0
1010
# disabled as require a MongoDB server
1111
%bcond_with tests

0 commit comments

Comments
 (0)