diff options
| -rw-r--r-- | PHPINFO | 14 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-mongodb.spec | 19 | 
3 files changed, 18 insertions, 19 deletions
@@ -2,12 +2,12 @@  mongodb  MongoDB support => enabled -MongoDB extension version => 1.15.1 +MongoDB extension version => 1.15.2  MongoDB extension stability => stable -libbson headers version => 1.23.2 -libbson library version => 1.23.2 -libmongoc headers version => 1.23.2 -libmongoc library version => 1.23.2 +libbson headers version => 1.23.3 +libbson library version => 1.23.3 +libmongoc headers version => 1.23.3 +libmongoc library version => 1.23.3  libmongoc SSL => enabled  libmongoc SSL library => OpenSSL  libmongoc crypto => enabled @@ -19,8 +19,8 @@ libmongoc compression => enabled  libmongoc compression snappy => enabled  libmongoc compression zlib => enabled  libmongoc compression zstd => enabled -libmongocrypt headers version => 1.7.1 -libmongocrypt library version => 1.7.1 +libmongocrypt headers version => 1.7.4 +libmongocrypt library version => 1.7.4  libmongocrypt crypto => enabled  libmongocrypt crypto library => libcrypto  crypt_shared library version => unknown @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #115 mongodb version 1.15.1 ] { +Extension [ <persistent> extension #115 mongodb version 1.15.2 ] {    - Dependencies {      Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #115 mongodb version 1.15.1 ] {    }    - Constants [2] { -    Constant [ string MONGODB_VERSION ] { 1.15.1 } +    Constant [ string MONGODB_VERSION ] { 1.15.2 }      Constant [ string MONGODB_STABILITY ] { stable }    } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index f6be753..eb27510 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -11,7 +11,6 @@  %undefine _strict_symbol_defs_build  %if 0%{?scl:1} -%global sub_prefix %{scl_prefix}  %scl_package       php-pecl-mongodb  %else  %global _root_prefix %{_prefix} @@ -33,12 +32,12 @@  %endif  # Bundled versions -%global bundled_libmongo  1.23.2 +%global bundled_libmongo  1.23.3  %global bundled_libcrypt  1.5.2  %if %{with syslib}  # Build dependencies -%global system_libmongo   1.23.1 +%global system_libmongo   1.23.3  %global system_libcrypt   1.5.2  # Runtime dependencies  %global runtime_libmongo  %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{system_libmongo}) @@ -46,8 +45,8 @@  %endif  Summary:        MongoDB driver for PHP -Name:           %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.15.1 +Name:           %{?scl_prefix}php-pecl-%{pecl_name} +%global upstream_version 1.15.2  #global upstream_prever  beta1  #global upstream_lower   ~beta1  Version:        %{upstream_version}%{?upstream_lower} @@ -96,10 +95,6 @@ Requires:       %{?scl_prefix}php-json%{?_isa}  # Don't provide php-mongodb which is the pure PHP library  Provides:       %{?scl_prefix}php-pecl(%{pecl_name})         = %{version}  Provides:       %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} -%if "%{?scl_prefix}" != "%{?sub_prefix}" -Provides:       %{?scl_prefix}php-pecl-%{pecl_name}          = %{version}-%{release} -Provides:       %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa}  = %{version}-%{release} -%endif  %if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} == 7  # Other third party repo stuff @@ -334,11 +329,15 @@ exit $ret  %changelog +* Sat Apr 22 2023 Remi Collet <remi@remirepo.net> - 1.15.2-1 +- update to 1.15.2 (no change) +- EL-7 use bundled libbson and libmongc 1.23.3 +  * Thu Feb  9 2023 Remi Collet <remi@remirepo.net> - 1.15.1-1  - update to 1.15.1  - EL-7 use bundled libbson and libmongc 1.23.2  - cleanup spec macros -- use spdx license id +- use SPDX license ID  * Wed Nov 23 2022 Remi Collet <remi@remirepo.net> - 1.15.0-1  - update to 1.15.0  | 
