diff options
-rw-r--r-- | php-pecl-xdebug3.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index eb052b0..075d3b0 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -39,7 +39,7 @@ Version: %{upstream_version}%{?upstream_lower:~%{upstream_lower}} %if 0%{?gh_date:1} Release: 1.%{gh_date}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif # The Xdebug License, version 1.01 @@ -269,6 +269,9 @@ fi %changelog +* Thu Sep 1 2022 Remi Collet <remi@remirepo.net> - 3.2.0~alpha3-2 +- rebuild for PHP 8.2.0RC1 + * Mon Aug 29 2022 Remi Collet <remi@remirepo.net> - 3.2.0~alpha3-1 - update to 3.2.0alpha3 |