Skip to content

Commit 563ffb5

Browse files
authored
sync RPM spec file from downstream (#1549)
1 parent 4ca75c4 commit 563ffb5

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

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

Lines changed: 14 additions & 3 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.25.4
13+
%global up_version 1.26.0
1414
#global up_prever rc0
1515
# disabled as require a MongoDB server
1616
%bcond_with tests
@@ -38,13 +38,14 @@ BuildRequires: pkgconfig(libsasl2)
3838
BuildRequires: pkgconfig(zlib)
3939
BuildRequires: pkgconfig(snappy)
4040
BuildRequires: pkgconfig(libutf8proc)
41-
BuildRequires: pkgconfig(libzstd)
41+
BuildRequires: pkgconfig(libzstd) >= 0.8.0
4242
%if %{with tests}
4343
BuildRequires: mongodb-server
4444
BuildRequires: openssl
4545
%endif
4646
%if %{with libmongocrypt}
47-
BuildRequires: cmake(mongocrypt) >= 1.5.2
47+
# grep VERSION_LESS src/*/CMakeLists.txt
48+
BuildRequires: cmake(mongocrypt) >= 1.8.0
4849
%endif
4950
BuildRequires: perl-interpreter
5051
# From man pages
@@ -242,6 +243,16 @@ exit $ret
242243

243244

244245
%changelog
246+
* Fri Feb 16 2024 Remi Collet <[email protected]> - 1.26.0-1
247+
- update to 1.26.0
248+
- raise dependency to libmongocrypt 1.8.0
249+
250+
* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 1.25.4-3
251+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
252+
253+
* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 1.25.4-2
254+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
255+
245256
* Wed Jan 3 2024 Remi Collet <[email protected]> - 1.25.4-1
246257
- update to 1.25.4
247258

.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.25.4
8-
+%global up_version 1.26.0
7+
-%global up_version 1.26.0
8+
+%global up_version 1.26.1
99
#global up_prever rc0
1010
# disabled as require a MongoDB server
1111
%bcond_with tests

0 commit comments

Comments
 (0)