File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# remirepo/fedora spec file for mongo-c-driver
2
2
#
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
6
6
#
7
7
# Please, preserve the changelog entries
8
8
#
9
9
%global gh_owner mongodb
10
10
%global gh_project mongo-c-driver
11
11
%global libname libmongoc
12
12
%global libver 1.0
13
- %global up_version 1.29.0
13
+ %global up_version 1.29.1
14
14
#global up_prever rc0
15
15
# disabled as require a MongoDB server
16
16
%bcond_with tests
@@ -259,6 +259,10 @@ exit $ret
259
259
260
260
261
261
%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
+
262
266
*
Thu Nov 7 2024 Remi Collet <[email protected] > -
1.29.0-1
263
267
- update to 1.29.0
264
268
- raise dependency to libmongocrypt 1.12.0
Original file line number Diff line number Diff line change 4
4
%global gh_project mongo-c-driver
5
5
%global libname libmongoc
6
6
%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
9
9
#global up_prever rc0
10
10
# disabled as require a MongoDB server
11
11
%bcond_with tests
You can’t perform that action at this time.
0 commit comments