diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-01 11:05:53 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-01 11:05:53 +0200 |
commit | 5de161f1e5e5ed0431164feeb1b0059a912c7df2 (patch) | |
tree | 501f7363c3d298f3ef9fc47529116e975b5bcd6f | |
parent | 2ac16991647f53f181e345d747240790a5c5c079 (diff) |
rebuild for PHP 8.2.0RC1
-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 |