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.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 5e56353..768f78d 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-mongodb
#
-# SPDX-FileCopyrightText: Copyright 2015-2025 Remi Collet
+# SPDX-FileCopyrightText: Copyright 2015-2026 Remi Collet
# SPDX-License-Identifier: CECILL-2.1
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
@@ -23,10 +23,10 @@
%bcond_with syslib
# Bundled versions
-%global bundled_libmongo 1.30.6
+%global bundled_libmongo 1.30.7
%global bundled_libcrypt 1.12.0
# Required versions (in config.m4)
-%global minimal_libmongo 1.30.6
+%global minimal_libmongo 1.30.7
%global minimal_libcrypt 1.12.0
%if %{with syslib}
@@ -40,7 +40,7 @@
Summary: MongoDB driver for PHP version 1
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.21.4
+%global upstream_version 1.21.5
#global upstream_prever beta1
#global upstream_lower ~beta1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
@@ -307,6 +307,10 @@ exit $ret
%changelog
+* Thu Feb 5 2026 Remi Collet <remi@remirepo.net> - 1.21.5-1
+- update to 1.21.5
+- use bundled libbson and libmongc 1.30.7
+
* Wed Jan 28 2026 Remi Collet <remi@remirepo.net> - 1.21.4-1
- update to 1.21.4 (no change)