summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb2.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-mongodb2.spec')
-rw-r--r--php-pecl-mongodb2.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/php-pecl-mongodb2.spec b/php-pecl-mongodb2.spec
index 2e9202e..f8ccd4b 100644
--- a/php-pecl-mongodb2.spec
+++ b/php-pecl-mongodb2.spec
@@ -20,10 +20,10 @@
%bcond_with syslib
# Bundled versions
-%global bundled_libmongo 1.30.6
+%global bundled_libmongo 1.30.7
%global bundled_libcrypt 1.12.0
# Required versions (in config.m4)
-%global minimal_libmongo 1.30.6
+%global minimal_libmongo 1.30.7
%global minimal_libcrypt 1.12.0
%if %{with syslib}
@@ -37,7 +37,7 @@
Summary: MongoDB driver for PHP version 2
Name: %{?scl_prefix}php-pecl-%{pecl_name}2
-%global upstream_version 2.1.7
+%global upstream_version 2.1.8
#global upstream_prever beta1
#global upstream_lower ~beta1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
@@ -264,6 +264,10 @@ OPT="-n"
%changelog
+* Thu Feb 5 2026 Remi Collet <remi@remirepo.net> - 2.1.8-1
+- update to 2.1.8
+- use bundled libbson and libmongc 1.30.7
+
* Wed Jan 28 2026 Remi Collet <remi@remirepo.net> - 2.1.7-1
- update to 2.1.7 (no change)