summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-07-13 07:54:37 +0200
committerRemi Collet <remi@remirepo.net>2021-07-13 07:54:37 +0200
commit01c7fda348a372d0b26a9888afd865f73df11887 (patch)
tree7e9bd179b949def88aa01a27c6dc6753a92e4b6c
parent15c48d81f599f61d1dff494ce13bbf38be41016d (diff)
update to 1.9.2v1.9
with libbson and libmongoc 1.17.7
-rw-r--r--PHPINFO14
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec13
3 files changed, 19 insertions, 12 deletions
diff --git a/PHPINFO b/PHPINFO
index 3596e6f..acc3496 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,12 +2,12 @@
mongodb
MongoDB support => enabled
-MongoDB extension version => 1.9.1
+MongoDB extension version => 1.9.2
MongoDB extension stability => stable
-libbson headers version => 1.17.4
-libbson library version => 1.17.4
-libmongoc headers version => 1.17.4
-libmongoc library version => 1.17.4
+libbson headers version => 1.17.7
+libbson library version => 1.17.7
+libmongoc headers version => 1.17.7
+libmongoc library version => 1.17.7
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.2.0
-libmongocrypt library version => 1.2.0
+libmongocrypt headers version => 1.2.1
+libmongocrypt library version => 1.2.1
libmongocrypt crypto => enabled
libmongocrypt crypto library => libcrypto
diff --git a/REFLECTION b/REFLECTION
index 361b86e..b7e8fcd 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #115 mongodb version 1.9.1 ] {
+Extension [ <persistent> extension #156 mongodb version 1.9.2 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #115 mongodb version 1.9.1 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 1.9.1 }
+ Constant [ string MONGODB_VERSION ] { 1.9.2 }
Constant [ string MONGODB_STABILITY ] { stable }
}
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 75106c2..5e3dd1a 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -28,20 +28,20 @@
# temp for EL-8 until available in EPEL
%if 0%{?fedora} >= 32 || 0%{?rhel} >= 8
%global with_syslib 1
-%global libmongo 1.17.4
+%global libmongo 1.17.6
#global libmongover #{libmongo}
%global libmongover %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{libmongo})
%global libcrypt 1.2.0
%global libcryptver %(pkg-config --silence-errors --modversion libmongocrypt 2>/dev/null || echo %{libcrypt})
%else
%global with_syslib 0
-%global libmongo 1.17.4
+%global libmongo 1.17.7
%global libcrypt 1.0.4
%endif
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.9.1
+%global upstream_version 1.9.2
#global upstream_prever RC1
#global upstream_lower ~rc1
Version: %{upstream_version}%{?upstream_lower}
@@ -118,6 +118,9 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version}
%if "%{php_version}" > "8.0"
Obsoletes: php80-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "8.1"
+Obsoletes: php81-pecl-%{pecl_name} <= %{version}
+%endif
%endif
@@ -335,6 +338,10 @@ exit $ret
%changelog
+* Tue Jul 13 2021 Remi Collet <remi@remirepo.net> - 1.9.2-1
+- update to 1.9.2
+- with libbson and libmongoc 1.17.7
+
* Wed Apr 7 2021 Remi Collet <remi@remirepo.net> - 1.9.1-1
- update to 1.9.1
- with libbson and libmongoc 1.17.4