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.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 9fa6c58..9c3d515 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -37,7 +37,7 @@
%if %{with syslib}
# Build dependencies
-%global system_libmongo 1.27.0
+%global system_libmongo 1.27.1
%global system_libcrypt 1.10.0
# Runtime dependencies
%global runtime_libmongo %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{system_libmongo})
@@ -46,7 +46,7 @@
Summary: MongoDB driver for PHP
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.19.0
+%global upstream_version 1.19.1
#global upstream_prever beta1
#global upstream_lower ~beta1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
@@ -347,6 +347,9 @@ exit $ret
%changelog
+* Wed May 29 2024 Remi Collet <remi@remirepo.net> - 1.19.1-1
+- update to 1.19.1
+
* Mon May 13 2024 Remi Collet <remi@remirepo.net> - 1.19.0-1
- update to 1.19.0
- raise dependency on libbson and libmongc 1.27.0