summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-05 13:55:34 +0100
committerRemi Collet <remi@remirepo.net>2020-11-05 13:55:34 +0100
commitb64f5ecf55896710874aaa47504149d125f84743 (patch)
treea4066aee08add4c7936d9a8a343329f512dcd637
parent71edf5aa7a684b034e772d754274f300f9635649 (diff)
update to 1.8.2 (no change)
with libbson and libmongoc 1.17.2 with libmongocrypt 1.0.4
-rw-r--r--PHPINFO10
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec11
3 files changed, 15 insertions, 10 deletions
diff --git a/PHPINFO b/PHPINFO
index cba7708..7b6a222 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -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
diff --git a/REFLECTION b/REFLECTION
index 9981762..2c1042b 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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