From c7a324bd6e7fa7f311a94130fa27144ae7af5ac7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Oct 2019 14:57:26 +0100 Subject: v2.8.0 --- php-pecl-xdebug.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-pecl-xdebug.spec') diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index ff3a49a..bed6071 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -19,13 +19,13 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit f1bde951b797bd6669a5ba677d98214b5c3ac315 +%global gh_commit 1a7976906e8b003645d32a54dbd059ca7e2ed513 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20190614 %global with_tests 0%{!?_without_tests:1} %global upstream_version 2.8.0 -%global upstream_prever beta2 -%global upstream_lower beta2 +#global upstream_prever beta2 +#global upstream_lower beta2 # XDebug should be loaded after opcache %global ini_name 15-%{pecl_name}.ini @@ -36,7 +36,7 @@ Version: %{upstream_version}%{?upstream_lower:~%{upstream_lower}} %if 0%{?gh_date:1} Release: 2.%{gh_date}.%{gh_short}%{?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 @@ -301,6 +301,9 @@ fi %changelog +* Thu Oct 31 2019 Remi Collet - 2.8.0-1 +- update to 2.8.0 + * Tue Sep 03 2019 Remi Collet - 2.8.0~beta2-2 - rebuild for 7.4.0RC1 -- cgit