diff options
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r-- | php-pecl-mongodb.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index b97f570..7c07ac5 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -39,15 +39,15 @@ %global libcryptver %(pkg-config --silence-errors --modversion libmongocrypt 2>/dev/null || echo %{libcrypt}) %else %global with_syslib 0 -%global libmongo 1.17.0~beta +%global libmongo 1.17.0~beta2 %global libcrypt 1.0.3 %endif Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} %global upstream_version 1.8.0 -%global upstream_prever beta1 -%global upstream_lower ~beta1 +%global upstream_prever beta2 +%global upstream_lower ~beta2 Version: %{upstream_version}%{?upstream_lower} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 @@ -342,6 +342,10 @@ exit $ret %changelog +* Thu Jun 11 2020 Remi Collet <remi@remirepo.net> - 1.8.0~beta2-1 +- update to 1.8.0beta2 +- with libbson and libmongoc 1.18.0-beta2 + * Wed Apr 15 2020 Remi Collet <remi@remirepo.net> - 1.8.0~beta1-1 - update to 1.8.0beta1 - with libbson and libmongoc 1.18.0-beta |