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 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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 1.19.1-1 - update to 1.19.1 |