diff options
| -rw-r--r-- | PHPINFO | 6 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-mongodb.spec | 10 | 
3 files changed, 12 insertions, 8 deletions
| @@ -2,7 +2,7 @@  mongodb  MongoDB support => enabled -MongoDB extension version => 1.7.1 +MongoDB extension version => 1.7.2  MongoDB extension stability => stable  libbson headers version => 1.16.1  libbson library version => 1.16.1 @@ -18,8 +18,8 @@ libmongoc ICU => enabled  libmongoc compression => enabled  libmongoc compression snappy => enabled  libmongoc compression zlib => enabled -libmongocrypt headers version => 1.0.1 -libmongocrypt library version => 1.0.1 +libmongocrypt headers version => 1.0.3 +libmongocrypt library version => 1.0.3  libmongocrypt crypto => enabled  libmongocrypt crypto library => libcrypto @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #106 mongodb version 1.7.1 ] { +Extension [ <persistent> extension #107 mongodb version 1.7.2 ] {    - Dependencies {      Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #106 mongodb version 1.7.1 ] {    }    - Constants [2] { -    Constant [ string MONGODB_VERSION ] { 1.7.1 } +    Constant [ string MONGODB_VERSION ] { 1.7.2 }      Constant [ string MONGODB_STABILITY ] { stable }    } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 6781006..d9525b5 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -34,17 +34,17 @@  %global with_syslib 1  %global libmongo    1.16.1  %global libmongover %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{libmongoc}) -%global libcrypt    1.0.1 +%global libcrypt    1.0.3  %global libcryptver %(pkg-config --silence-errors --modversion libmongocrypt 2>/dev/null || echo %{libcrypt})  %else  %global with_syslib 0  %global libmongo    1.16.1 -%global libcrypt    1.0.1 +%global libcrypt    1.0.3  %endif  Summary:        MongoDB driver for PHP  Name:           %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.7.1 +%global upstream_version 1.7.2  #global upstream_prever  RC1  #global upstream_lower   ~rc1  Version:        %{upstream_version}%{?upstream_lower} @@ -336,6 +336,10 @@ exit $ret  %changelog +* Thu Feb 13 2020 Remi Collet <remi@remirepo.net> - 1.7.2-1 +- update to 1.7.2 (no change) +- with libmongocrypt 1.0.3 +  * Wed Feb  5 2020 Remi Collet <remi@remirepo.net> - 1.7.1-1  - update to 1.7.1 (no change)  - drop patch merged upstream | 
