diff options
author | Remi Collet <remi@remirepo.net> | 2025-10-08 07:31:04 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-10-08 07:31:04 +0200 |
commit | d2ce5022c48eb543491a14250c02bab7502a1ca1 (patch) | |
tree | bdf8ef1b47bdde004c6208ed86a241acf6ce71d2 /php-pecl-mongodb.spec | |
parent | 869f129f7beb1c0147c63a71faa062f66ce090f6 (diff) |
use bundled libbson and libmongc 1.30.6
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r-- | php-pecl-mongodb.spec | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 13bd868..f4e0b08 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -23,10 +23,10 @@ %bcond_with syslib # Bundled versions -%global bundled_libmongo 1.30.5 +%global bundled_libmongo 1.30.6 %global bundled_libcrypt 1.12.0 # Required versions (in config.m4) -%global minimal_libmongo 1.30.5 +%global minimal_libmongo 1.30.6 %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.1 +%global upstream_version 1.21.2 #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -92,8 +92,10 @@ Requires: %{?scl_prefix}php(api) = %{php_core_api} Requires: %{?scl_prefix}php-json%{?_isa} # Don't provide php-mongodb which is the pure PHP library +# PECL Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +# PIE Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version} @@ -305,8 +307,12 @@ exit $ret %changelog +* Wed Oct 8 2025 Remi Collet <remi@remirepo.net> - 1.21.2-1 +- update to 1.21.2 +- use bundled libbson and libmongc 1.30.6 + * Mon Jun 16 2025 Remi Collet <remi@remirepo.net> - 1.21.1-1 -- update to 1.21.1 +- update to 1.21.1 (no change) - use bundled libbson and libmongc 1.30.5 * Thu Apr 10 2025 Remi Collet <remi@remirepo.net> - 1.21.0-2 |