summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r--php-pecl-mongodb.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index fc35170..1c8e055 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -34,20 +34,20 @@
%if %{with syslib}
# Build dependency
-%global libmongo 1.22.2
+%global libmongo 1.23.1
%global libcrypt 1.5.2
# Runtime dependency
%global libmongover %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{libmongo})
%global libcryptver %(pkg-config --silence-errors --modversion libmongocrypt 2>/dev/null || echo %{libcrypt})
%else
# Bundled versions
-%global libmongo 1.22.2
+%global libmongo 1.23.1
%global libcrypt 1.5.2
%endif
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.14.2
+%global upstream_version 1.15.0
#global upstream_prever beta1
#global upstream_lower ~beta1
Version: %{upstream_version}%{?upstream_lower}
@@ -323,8 +323,13 @@ exit $ret
%changelog
+* Wed Nov 23 2022 Remi Collet <remi@remirepo.net> - 1.15.0-1
+- update to 1.15.0
+- EL-7 use bundled libbson and libmongc 1.23.1
+
* Fri Oct 21 2022 Remi Collet <remi@remirepo.net> - 1.14.2-1
- update to 1.14.2
+- EL-7 use bundled libmongocrypt 1.5.2
* Mon Sep 12 2022 Remi Collet <remi@remirepo.net> - 1.14.1-2
- EL-9 rebuild with libraries in EPEL stable