From b64f5ecf55896710874aaa47504149d125f84743 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Nov 2020 13:55:34 +0100 Subject: update to 1.8.2 (no change) with libbson and libmongoc 1.17.2 with libmongocrypt 1.0.4 --- php-pecl-mongodb.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'php-pecl-mongodb.spec') 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 - 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 - 1.8.1-1 - update to 1.8.1 -- cgit