diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-23 06:39:28 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-23 06:39:28 +0200 |
| commit | 012f7edb9ce39bab52d888978af8f3168f6d964a (patch) | |
| tree | 5eb042989e35040e954e904528225f086ef25fff | |
| parent | 52094b1cdd9cb5b13ec8ac085d3b3e0c56c16101 (diff) | |
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-mongodb2.spec | 5 |
3 files changed, 7 insertions, 4 deletions
@@ -2,7 +2,7 @@ mongodb MongoDB support => enabled -MongoDB extension version => 2.3.2 +MongoDB extension version => 2.3.3 MongoDB extension stability => stable libbson bundled version => 2.3.0 libmongoc bundled version => 2.3.0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #151 mongodb version 2.3.2 ] { +Extension [ <persistent> extension #151 mongodb version 2.3.3 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #151 mongodb version 2.3.2 ] { } - Constants [2] { - Constant [ <persistent> string MONGODB_VERSION ] { 2.3.2 } + Constant [ <persistent> string MONGODB_VERSION ] { 2.3.3 } Constant [ <persistent> string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb2.spec b/php-pecl-mongodb2.spec index 0b08672..465939f 100644 --- a/php-pecl-mongodb2.spec +++ b/php-pecl-mongodb2.spec @@ -35,7 +35,7 @@ %global runtime_libcrypt %(pkg-config --silence-errors --modversion libmongocrypt 2>/dev/null || echo %{system_libcrypt}) %endif -%global upstream_version 2.3.2 +%global upstream_version 2.3.3 #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{gh_proj}-%{upstream_version}%{?upstream_prever} @@ -264,6 +264,9 @@ OPT="-n" %changelog +* Sat May 23 2026 Remi Collet <remi@remirepo.net> - 2.3.3-1 +- update to 2.3.3 + * Wed May 20 2026 Remi Collet <remi@remirepo.net> - 2.3.2-1 - update to 2.3.2 - drop patch merged upstream |
