From 0a90ce07431b188b7f9b1aeb8aabcc47e15bf35c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Jun 2023 08:12:26 +0200 Subject: update to 1.16.1 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-mongodb.spec | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index c0d8021..249f611 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ mongodb MongoDB support => enabled -MongoDB extension version => 1.16.0 +MongoDB extension version => 1.16.1 MongoDB extension stability => stable libbson headers version => 1.24.1 libbson library version => 1.24.1 diff --git a/REFLECTION b/REFLECTION index c3f9b13..b49e4a4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #116 mongodb version 1.16.0 ] { +Extension [ extension #116 mongodb version 1.16.1 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ extension #116 mongodb version 1.16.0 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.16.0 } + Constant [ string MONGODB_VERSION ] { 1.16.1 } Constant [ string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 64b36ed..3bc2925 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -46,7 +46,7 @@ Summary: MongoDB driver for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.16.0 +%global upstream_version 1.16.1 #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -331,6 +331,9 @@ exit $ret %changelog +* Fri Jun 23 2023 Remi Collet - 1.16.1-1 +- update to 1.16.1 + * Thu Jun 22 2023 Remi Collet - 1.16.0-1 - update to 1.16.0 - EL use bundled libbson and libmongc 1.24.1 -- cgit