From 1537b51272415f45022aeec07652c4f04e31b8c3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Jun 2024 16:37:31 +0200 Subject: update to 1.19.2 (no change) EL-7 use bundled libbson and libmongc 1.27.2 --- php-pecl-mongodb.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php-pecl-mongodb.spec') diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 9c3d515..ceb85c1 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -29,10 +29,10 @@ %endif # Bundled versions -%global bundled_libmongo 1.27.0 +%global bundled_libmongo 1.27.2 %global bundled_libcrypt 1.10.0 # Required versions -%global minimal_libmongo 1.27.1 +%global minimal_libmongo 1.27.2 %global minimal_libcrypt 1.9.1 %if %{with syslib} @@ -46,7 +46,7 @@ Summary: MongoDB driver for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.19.1 +%global upstream_version 1.19.2 #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -347,6 +347,10 @@ exit $ret %changelog +* Thu Jun 6 2024 Remi Collet - 1.19.2-1 +- update to 1.19.2 (no change) +- EL-7 use bundled libbson and libmongc 1.27.2 + * Wed May 29 2024 Remi Collet - 1.19.1-1 - update to 1.19.1 -- cgit