summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-mongodb2.spec5
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