summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-25 11:00:31 +0100
committerRemi Collet <remi@remirepo.net>2020-02-25 11:00:31 +0100
commit6932147b0204ec732e5df441afa5cda8337d7c7c (patch)
treee012ce9452124a0f6bb47aeb4d94ad71c5d31bd1
parent141c02a233f288d0e1ed11f2c1213df43b4adad4 (diff)
update to 1.7.3 (no change)
with libbson and libmongoc 1.16.2
-rw-r--r--PHPINFO10
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec15
3 files changed, 19 insertions, 10 deletions
diff --git a/PHPINFO b/PHPINFO
index bb312a8..5ee303d 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,12 +2,12 @@
mongodb
MongoDB support => enabled
-MongoDB extension version => 1.7.2
+MongoDB extension version => 1.7.3
MongoDB extension stability => stable
-libbson headers version => 1.16.1
-libbson library version => 1.16.1
-libmongoc headers version => 1.16.1
-libmongoc library version => 1.16.1
+libbson headers version => 1.16.2
+libbson library version => 1.16.2
+libmongoc headers version => 1.16.2
+libmongoc library version => 1.16.2
libmongoc SSL => enabled
libmongoc SSL library => OpenSSL
libmongoc crypto => enabled
diff --git a/REFLECTION b/REFLECTION
index ba87f22..2590c78 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #107 mongodb version 1.7.2 ] {
+Extension [ <persistent> extension #108 mongodb version 1.7.3 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #107 mongodb version 1.7.2 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 1.7.2 }
+ Constant [ string MONGODB_VERSION ] { 1.7.3 }
Constant [ string MONGODB_STABILITY ] { stable }
}
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index d9525b5..1195da0 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.3
+%global libcrypt 1.0.1
%global libcryptver %(pkg-config --silence-errors --modversion libmongocrypt 2>/dev/null || echo %{libcrypt})
%else
%global with_syslib 0
-%global libmongo 1.16.1
+%global libmongo 1.16.2
%global libcrypt 1.0.3
%endif
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.7.2
+%global upstream_version 1.7.3
#global upstream_prever RC1
#global upstream_lower ~rc1
Version: %{upstream_version}%{?upstream_lower}
@@ -145,6 +145,11 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd NTS
+%if 0%{?rhel} == 8
+# temporary: lower minimal required version
+sed -e 's/1.16.2/1.16.1/;s/1.0.3/1.0.1/' -i config.m4
+%endif
+
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_MONGODB_VERSION /{s/.* "//;s/".*$//;p}' phongo_version.h)
if test "x${extver}" != "x%{upstream_version}%{?upstream_prever}"; then
@@ -336,6 +341,10 @@ exit $ret
%changelog
+* Tue Feb 25 2020 Remi Collet <remi@remirepo.net> - 1.7.3-1
+- update to 1.7.3 (no change)
+- with libbson and libmongoc 1.16.2
+
* 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