diff options
| author | Remi Collet <remi@remirepo.net> | 2020-11-05 13:55:34 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-11-05 13:55:34 +0100 | 
| commit | b64f5ecf55896710874aaa47504149d125f84743 (patch) | |
| tree | a4066aee08add4c7936d9a8a343329f512dcd637 | |
| parent | 71edf5aa7a684b034e772d754274f300f9635649 (diff) | |
update to 1.8.2 (no change)
with libbson and libmongoc 1.17.2
with libmongocrypt 1.0.4
| -rw-r--r-- | PHPINFO | 10 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-mongodb.spec | 11 | 
3 files changed, 15 insertions, 10 deletions
| @@ -2,12 +2,12 @@  mongodb  MongoDB support => enabled -MongoDB extension version => 1.8.1 +MongoDB extension version => 1.8.2  MongoDB extension stability => stable -libbson headers version => 1.17.0 -libbson library version => 1.17.0 -libmongoc headers version => 1.17.0 -libmongoc library version => 1.17.0 +libbson headers version => 1.17.2 +libbson library version => 1.17.2 +libmongoc headers version => 1.17.2 +libmongoc library version => 1.17.2  libmongoc SSL => enabled  libmongoc SSL library => OpenSSL  libmongoc crypto => enabled @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #113 mongodb version 1.8.1 ] { +Extension [ <persistent> extension #113 mongodb version 1.8.2 ] {    - Dependencies {      Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #113 mongodb version 1.8.1 ] {    }    - Constants [2] { -    Constant [ string MONGODB_VERSION ] { 1.8.1 } +    Constant [ string MONGODB_VERSION ] { 1.8.2 }      Constant [ string MONGODB_STABILITY ] { stable }    } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 97e3fd2..a7bf5be 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -35,13 +35,13 @@  %global libcryptver %(pkg-config --silence-errors --modversion libmongocrypt 2>/dev/null || echo %{libcrypt})  %else  %global with_syslib 0 -%global libmongo    1.17.0 -%global libcrypt    1.0.3 +%global libmongo    1.17.2 +%global libcrypt    1.0.4  %endif  Summary:        MongoDB driver for PHP  Name:           %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.8.1 +%global upstream_version 1.8.2  #global upstream_prever  RC1  #global upstream_lower   ~rc1  Version:        %{upstream_version}%{?upstream_lower} @@ -340,6 +340,11 @@ exit $ret  %changelog +* Thu Nov  5 2020 Remi Collet <remi@remirepo.net> - 1.8.2-1 +- update to 1.8.2 (no change) +- with libbson and libmongoc 1.17.2 +- with libmongocrypt 1.0.4 +  * Tue Oct  6 2020 Remi Collet <remi@remirepo.net> - 1.8.1-1  - update to 1.8.1 | 
