From 5de161f1e5e5ed0431164feeb1b0059a912c7df2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Sep 2022 11:05:53 +0200 Subject: rebuild for PHP 8.2.0RC1 --- php-pecl-xdebug3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-xdebug3.spec') 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 - 3.2.0~alpha3-2 +- rebuild for PHP 8.2.0RC1 + * Mon Aug 29 2022 Remi Collet - 3.2.0~alpha3-1 - update to 3.2.0alpha3 -- cgit