summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-04-12 11:02:39 +0200
committerRemi Collet <remi@php.net>2024-04-12 11:02:39 +0200
commitb3a112d859af8ad06be62522de3fae84e0610cad (patch)
tree88cd518c82ac20f349110dca62b1a72ec26dee8a /php-pecl-mongodb.spec
parentde702a9695bc5be628e1f2a3041a1d18224494eb (diff)
update to 1.18.1 (no change)HEADmaster
EL use bundled libbson and libmongc 1.26.2
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r--php-pecl-mongodb.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 48307fb..15cc7fd 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -29,12 +29,12 @@
%endif
# Bundled versions
-%global bundled_libmongo 1.26.1
+%global bundled_libmongo 1.26.2
%global bundled_libcrypt 1.9.1
%if %{with syslib}
# Build dependencies
-%global system_libmongo 1.26.1
+%global system_libmongo 1.26.2
%global system_libcrypt 1.9.1
# Runtime dependencies
%global runtime_libmongo %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{system_libmongo})
@@ -43,7 +43,7 @@
Summary: MongoDB driver for PHP
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.18.0
+%global upstream_version 1.18.1
#global upstream_prever beta1
#global upstream_lower ~beta1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
@@ -340,6 +340,10 @@ exit $ret
%changelog
+* Fri Apr 12 2024 Remi Collet <remi@remirepo.net> - 1.18.1-1
+- update to 1.18.1 (no change)
+- EL use bundled libbson and libmongc 1.26.2
+
* Thu Mar 28 2024 Remi Collet <remi@remirepo.net> - 1.18.0-1
- update to 1.18.0
- EL use bundled libbson and libmongc 1.26.1