diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-30 16:14:53 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-30 16:14:53 +0200 |
commit | 3364eb2e869d14ea582c5a337e650ede0af81dd5 (patch) | |
tree | fc6d48f1ca79c24f627ab81b2c2b90e980c170a0 | |
parent | 2755752c33e63a63904bc105a97923431bead12b (diff) |
-rw-r--r-- | php-pecl-mongodb2.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-mongodb2.spec b/php-pecl-mongodb2.spec index d07ad8b..819c3cf 100644 --- a/php-pecl-mongodb2.spec +++ b/php-pecl-mongodb2.spec @@ -43,7 +43,7 @@ Name: %{?scl_prefix}php-pecl-%{pecl_name}2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure Version: %{upstream_version}%{?upstream_lower} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %if %{with syslib} License: Apache-2.0 %else @@ -264,6 +264,9 @@ OPT="-n" %changelog +* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 2.1.1-3 +- rebuild for 8.5.0alpha3 + * Thu Jul 17 2025 Remi Collet <remi@remirepo.net> - 2.1.1-2 - add fix for PHP 8.5.0alpha2 from https://github.com/mongodb/mongo-php-driver/pull/1849 |