summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r--php-pecl-mongodb.spec10
1 files changed, 7 insertions, 3 deletions
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