summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-12-06 09:16:28 +0100
committerRemi Collet <remi@php.net>2023-12-06 09:16:28 +0100
commitdb0dc111b94923f3e82de7be6851c219c568bfd2 (patch)
tree83c498134aef79a6d96a13d88ca80811237e36bf /php-pecl-mongodb.spec
parenta4d6d80f5567ae6aefb720977c00bcf5410af504 (diff)
update to 1.17.1
EL use bundled libbson and libmongc 1.25.2
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r--php-pecl-mongodb.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 102ef8e..95b9cb1 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -7,9 +7,6 @@
# Please, preserve the changelog entries
#
-# we don't want -z defs linker flag
-%undefine _strict_symbol_defs_build
-
%if 0%{?scl:1}
%scl_package php-pecl-mongodb
%else
@@ -32,12 +29,12 @@
%endif
# Bundled versions
-%global bundled_libmongo 1.25.1
+%global bundled_libmongo 1.25.2
%global bundled_libcrypt 1.8.2
%if %{with syslib}
# Build dependencies
-%global system_libmongo 1.25.1
+%global system_libmongo 1.25.2
%global system_libcrypt 1.8.2
# Runtime dependencies
%global runtime_libmongo %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{system_libmongo})
@@ -46,7 +43,7 @@
Summary: MongoDB driver for PHP
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.17.0
+%global upstream_version 1.17.1
#global upstream_prever beta1
#global upstream_lower ~beta1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
@@ -343,6 +340,10 @@ exit $ret
%changelog
+* Wed Dec 6 2023 Remi Collet <remi@remirepo.net> - 1.17.1-1
+- update to 1.17.1
+- EL use bundled libbson and libmongc 1.25.2
+
* Wed Nov 15 2023 Remi Collet <remi@remirepo.net> - 1.17.0-1
- update to 1.17.0
- raise dependency on PHP 7.4