File tree Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 10
10
%global gh_project mongo-c-driver
11
11
%global libname libmongoc
12
12
%global libver 1.0
13
- %global up_version 1.22 .1
13
+ %global up_version 1.23 .1
14
14
#global up_prever rc0
15
15
# disabled as require a MongoDB server
16
16
%bcond_with tests
21
21
Name: mongo-c-driver
22
22
Summary: Client library written in C for MongoDB
23
23
Version: %{up_version }%{?up_prever:~%{up_prever }}
24
- Release: 1 %{?dist }
24
+ Release: 2 %{?dist }
25
25
# See THIRD_PARTY_NOTICES
26
26
License: ASL 2.0 and ISC and MIT and zlib
27
27
URL: https://github.com/%{gh_owner }/%{gh_project }
@@ -236,6 +236,12 @@ exit $ret
236
236
237
237
238
238
%changelog
239
+ *
Thu Oct 20 2022 Remi Collet <[email protected] > -
1.23.1-2
240
+ - update to 1.23.1
241
+
242
+ *
Thu Sep 8 2022 Remi Collet <[email protected] > -
1.23.0-1
243
+ - update to 1.23.0
244
+
239
245
*
Wed Aug 3 2022 Remi Collet <[email protected] > -
1.22.1-1
240
246
- update to 1.22.1
241
247
- raise dependency to libmongocrypt 1.5.2
Original file line number Diff line number Diff line change 1
1
--- mongo-c-driver.spec.orig 2021-11-04 16:34:50.350572049 -0400
2
2
+++ mongo-c-driver.spec 2021-11-04 16:37:54.962271319 -0400
3
- @@ -10,17 +10,17 @@
4
- %global gh_project mongo-c-driver
5
- %global libname libmongoc
6
- %global libver 1.0
7
- - %global up_version 1.22.1
8
- + %global up_version 1.23.1
9
- #global up_prever rc0
10
- # disabled as require a MongoDB server
11
- %bcond_with tests
12
-
13
- # disable for bootstrap (libmongocrypt needs libbson)
14
- %bcond_without libmongocrypt
3
+ @@ -20,7 +20,7 @@
15
4
16
5
Name: mongo-c-driver
17
6
Summary: Client library written in C for MongoDB
18
7
- Version: %{up_version}%{?up_prever:~%{up_prever}}
19
8
+ Version: %{up_version}%{up_prever}
20
- Release: 1 %{?dist}
9
+ Release: 2 %{?dist}
21
10
# See THIRD_PARTY_NOTICES
22
11
License: ASL 2.0 and ISC and MIT and zlib
You can’t perform that action at this time.
0 commit comments