From 3dddbdcecd687a47451be3b96b50907eab490d14 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Oct 2022 07:45:14 +0200 Subject: update to 3.2.0RC1 --- php-pecl-xdebug3.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-xdebug3.spec') diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 075d3b0..25b2038 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -21,13 +21,13 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 89bb81c5c8fd0a229f3dd593aedbe263abdb8efd +%global gh_commit ddee051e64322c1955ccc7350a6da48af3a27ee7 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20201011 # version/release %global upstream_version 3.2.0 -%global upstream_prever alpha3 +%global upstream_prever RC1 %global upstream_lower %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]') # XDebug should be loaded after opcache @@ -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: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?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 +* Tue Oct 11 2022 Remi Collet - 3.2.0~rc1-1 +- update to 3.2.0RC1 + * Thu Sep 1 2022 Remi Collet - 3.2.0~alpha3-2 - rebuild for PHP 8.2.0RC1 -- cgit