From a26674f00a3558e67dd289deeea3500085cb4b8e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Aug 2023 10:26:46 +0200 Subject: update to 1.16.2 --- PHPINFO | 10 +++++----- REFLECTION | 4 ++-- php-pecl-mongodb.spec | 10 ++++++---- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/PHPINFO b/PHPINFO index 249f611..ff740b5 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,12 +2,12 @@ mongodb MongoDB support => enabled -MongoDB extension version => 1.16.1 +MongoDB extension version => 1.16.2 MongoDB extension stability => stable -libbson headers version => 1.24.1 -libbson library version => 1.24.1 -libmongoc headers version => 1.24.1 -libmongoc library version => 1.24.1 +libbson headers version => 1.24.2 +libbson library version => 1.24.2 +libmongoc headers version => 1.24.2 +libmongoc library version => 1.24.2 libmongoc SSL => enabled libmongoc SSL library => OpenSSL libmongoc crypto => enabled diff --git a/REFLECTION b/REFLECTION index b49e4a4..983872f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #116 mongodb version 1.16.1 ] { +Extension [ extension #118 mongodb version 1.16.2 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ extension #116 mongodb version 1.16.1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.16.1 } + Constant [ string MONGODB_VERSION ] { 1.16.2 } Constant [ string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index ea44c3c..fe5468e 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -32,7 +32,7 @@ %endif # Bundled versions -%global bundled_libmongo 1.24.1 +%global bundled_libmongo 1.24.3 %global bundled_libcrypt 1.8.1 %if %{with syslib} @@ -46,12 +46,12 @@ Summary: MongoDB driver for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.16.1 +%global upstream_version 1.16.2 #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} Version: %{upstream_version}%{?upstream_lower} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %if %{with syslib} License: Apache-2.0 %else @@ -91,7 +91,6 @@ BuildRequires: mongodb-server Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} Requires: %{?scl_prefix}php-json%{?_isa} -%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} # Don't provide php-mongodb which is the pure PHP library Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} @@ -331,6 +330,9 @@ exit $ret %changelog +* Thu Aug 17 2023 Remi Collet - 1.16.2-1 +- update to 1.16.2 + * Thu Jul 13 2023 Remi Collet - 1.16.1-2 - EL-8/9 rebuild with libraries in EPEL stable -- cgit