Skip to content

Commit 0652f09

Browse files
committed
sync RPM spec file for 1.23.1 release
1 parent aa7d670 commit 0652f09

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

.evergreen/mongo-c-driver.spec

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.22.1
13+
%global up_version 1.23.1
1414
#global up_prever rc0
1515
# disabled as require a MongoDB server
1616
%bcond_with tests
@@ -21,7 +21,7 @@
2121
Name: mongo-c-driver
2222
Summary: Client library written in C for MongoDB
2323
Version: %{up_version}%{?up_prever:~%{up_prever}}
24-
Release: 1%{?dist}
24+
Release: 2%{?dist}
2525
# See THIRD_PARTY_NOTICES
2626
License: ASL 2.0 and ISC and MIT and zlib
2727
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -236,6 +236,12 @@ exit $ret
236236

237237

238238
%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+
239245
* Wed Aug 3 2022 Remi Collet <[email protected]> - 1.22.1-1
240246
- update to 1.22.1
241247
- raise dependency to libmongocrypt 1.5.2

.evergreen/spec.patch

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
11
--- mongo-c-driver.spec.orig 2021-11-04 16:34:50.350572049 -0400
22
+++ 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 @@
154

165
Name: mongo-c-driver
176
Summary: Client library written in C for MongoDB
187
-Version: %{up_version}%{?up_prever:~%{up_prever}}
198
+Version: %{up_version}%{up_prever}
20-
Release: 1%{?dist}
9+
Release: 2%{?dist}
2110
# See THIRD_PARTY_NOTICES
2211
License: ASL 2.0 and ISC and MIT and zlib

0 commit comments

Comments
 (0)