diff options
| -rw-r--r-- | PHPINFO | 10 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-mongodb.spec | 10 | 
3 files changed, 13 insertions, 11 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #116 mongodb version 1.16.1 ] { +Extension [ <persistent> extension #118 mongodb version 1.16.2 ] {    - Dependencies {      Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> 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 <remi@remirepo.net> - 1.16.2-1 +- update to 1.16.2 +  * Thu Jul 13 2023 Remi Collet <remi@remirepo.net> - 1.16.1-2  - EL-8/9 rebuild with libraries in EPEL stable  | 
