summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-03-19 07:44:22 +0100
committerRemi Collet <remi@php.net>2024-03-19 07:44:22 +0100
commit5bc3a528a9df8661707738e8bf9a539410b1a263 (patch)
tree7e7e8e165e30d349c8105976c277775a5813fb8f /php-pecl-mongodb.spec
parent4ff2c926a35f37babfe89cd2987d35cad172e5e5 (diff)
update to 1.17.3 (no change)
EL use bundled libbson and libmongc 1.25.4 EL use bundled libmongocrypt 1.8.4
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r--php-pecl-mongodb.spec15
1 files changed, 10 insertions, 5 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index a51cc2a..8a4bec2 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -29,13 +29,13 @@
%endif
# Bundled versions
-%global bundled_libmongo 1.25.2
-%global bundled_libcrypt 1.8.2
+%global bundled_libmongo 1.25.4
+%global bundled_libcrypt 1.8.4
%if %{with syslib}
# Build dependencies
-%global system_libmongo 1.25.2
-%global system_libcrypt 1.8.2
+%global system_libmongo 1.25.4
+%global system_libcrypt 1.8.4
# 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.2
+%global upstream_version 1.17.3
#global upstream_prever beta1
#global upstream_lower ~beta1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
@@ -340,6 +340,11 @@ exit $ret
%changelog
+* 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
+- EL use bundled libmongocrypt 1.8.4
+
* Thu Dec 21 2023 Remi Collet <remi@remirepo.net> - 1.17.2-1
- update to 1.17.2