|
10 | 10 | %global gh_project mongo-c-driver
|
11 | 11 | %global libname libmongoc
|
12 | 12 | %global libver 1.0
|
13 |
| -%global up_version 1.25.4 |
| 13 | +%global up_version 1.26.0 |
14 | 14 | #global up_prever rc0
|
15 | 15 | # disabled as require a MongoDB server
|
16 | 16 | %bcond_with tests
|
@@ -38,13 +38,14 @@ BuildRequires: pkgconfig(libsasl2)
|
38 | 38 | BuildRequires: pkgconfig(zlib)
|
39 | 39 | BuildRequires: pkgconfig(snappy)
|
40 | 40 | BuildRequires: pkgconfig(libutf8proc)
|
41 |
| -BuildRequires: pkgconfig(libzstd) |
| 41 | +BuildRequires: pkgconfig(libzstd) >= 0.8.0 |
42 | 42 | %if %{with tests}
|
43 | 43 | BuildRequires: mongodb-server
|
44 | 44 | BuildRequires: openssl
|
45 | 45 | %endif
|
46 | 46 | %if %{with libmongocrypt}
|
47 |
| -BuildRequires: cmake(mongocrypt) >= 1.5.2 |
| 47 | +# grep VERSION_LESS src/*/CMakeLists.txt |
| 48 | +BuildRequires: cmake(mongocrypt) >= 1.8.0 |
48 | 49 | %endif
|
49 | 50 | BuildRequires: perl-interpreter
|
50 | 51 | # From man pages
|
@@ -242,6 +243,16 @@ exit $ret
|
242 | 243 |
|
243 | 244 |
|
244 | 245 | %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 | + |
245 | 256 | * Wed Jan 3 2024 Remi Collet <[email protected]> - 1.25.4-1
|
246 | 257 | - update to 1.25.4
|
247 | 258 |
|
|
0 commit comments