summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-03-28 07:20:12 +0100
committerRemi Collet <remi@php.net>2024-03-28 07:20:12 +0100
commitde702a9695bc5be628e1f2a3041a1d18224494eb (patch)
tree3da8680286e3bd9debb1283d4ce83c910ffcaa6a /php-pecl-mongodb.spec
parent5bc3a528a9df8661707738e8bf9a539410b1a263 (diff)
update to 1.18.0
EL use bundled libbson and libmongc 1.26.1 EL use bundled libmongocrypt 1.9.1
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r--php-pecl-mongodb.spec17
1 files changed, 11 insertions, 6 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 8a4bec2..48307fb 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-mongodb
#
-# Copyright (c) 2015-2023 Remi Collet
+# Copyright (c) 2015-2024 Remi Collet
# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -29,13 +29,13 @@
%endif
# Bundled versions
-%global bundled_libmongo 1.25.4
-%global bundled_libcrypt 1.8.4
+%global bundled_libmongo 1.26.1
+%global bundled_libcrypt 1.9.1
%if %{with syslib}
# Build dependencies
-%global system_libmongo 1.25.4
-%global system_libcrypt 1.8.4
+%global system_libmongo 1.26.1
+%global system_libcrypt 1.9.1
# Runtime dependencies
%global runtime_libmongo %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{system_libmongo})
%global runtime_libcrypt %(pkg-config --silence-errors --modversion libmongocrypt 2>/dev/null || echo %{system_libcrypt})
@@ -43,7 +43,7 @@
Summary: MongoDB driver for PHP
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.17.3
+%global upstream_version 1.18.0
#global upstream_prever beta1
#global upstream_lower ~beta1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
@@ -340,6 +340,11 @@ exit $ret
%changelog
+* Thu Mar 28 2024 Remi Collet <remi@remirepo.net> - 1.18.0-1
+- update to 1.18.0
+- EL use bundled libbson and libmongc 1.26.1
+- EL use bundled libmongocrypt 1.9.1
+
* Tue Mar 19 2024 Remi Collet <remi@remirepo.net> - 1.17.3-1
- update to 1.17.3 (no change)
- EL use bundled libbson and libmongc 1.25.4