Skip to content

Commit 22ae402

Browse files
committed
sync RPM spec file for 1.22.1 release
1 parent cec3012 commit 22ae402

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.evergreen/mongo-c-driver.spec

Lines changed: 12 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.0
13+
%global up_version 1.22.1
1414
#global up_prever rc0
1515
# disabled as require a MongoDB server
1616
%bcond_with tests
@@ -44,7 +44,7 @@ BuildRequires: mongodb-server
4444
BuildRequires: openssl
4545
%endif
4646
%if %{with libmongocrypt}
47-
BuildRequires: cmake(mongocrypt) >= 1.5.0
47+
BuildRequires: cmake(mongocrypt) >= 1.5.2
4848
%endif
4949
BuildRequires: perl-interpreter
5050
# From man pages
@@ -236,6 +236,16 @@ exit $ret
236236

237237

238238
%changelog
239+
* Wed Aug 3 2022 Remi Collet <[email protected]> - 1.22.1-1
240+
- update to 1.22.1
241+
- raise dependency to libmongocrypt 1.5.2
242+
243+
* Mon Aug 01 2022 Frantisek Zatloukal <[email protected]> - 1.22.0-3
244+
- Rebuilt for ICU 71.1
245+
246+
* Thu Jul 21 2022 Fedora Release Engineering <[email protected]> - 1.22.0-2
247+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
248+
239249
* Mon Jul 18 2022 Remi Collet <[email protected]> - 1.22.0-1
240250
- update to 1.22.0
241251
- raise dependency to libmongocrypt 1.5.0

.evergreen/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.22.0
8-
+%global up_version 1.23.0
7+
-%global up_version 1.22.1
8+
+%global up_version 1.23.1
99
#global up_prever rc0
1010
# disabled as require a MongoDB server
1111
%bcond_with tests

0 commit comments

Comments
 (0)