From 3a7068b40a930b1d08029d0ee6947c07a8588c73 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 14:46:51 +0200 Subject: rebuild for 7.4.0RC1 --- php-pecl-xdebug.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'php-pecl-xdebug.spec') diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index e34eea2..ff3a49a 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 e10085a60463ba2bfb74fd640abceda8d7d125d7 +%global gh_commit f1bde951b797bd6669a5ba677d98214b5c3ac315 %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 beta1 -%global upstream_lower beta1 +%global upstream_prever beta2 +%global upstream_lower beta2 # XDebug should be loaded after opcache %global ini_name 15-%{pecl_name}.ini @@ -34,9 +34,9 @@ Name: %{?scl_prefix}php-pecl-xdebug Summary: PECL package for debugging PHP scripts Version: %{upstream_version}%{?upstream_lower:~%{upstream_lower}} %if 0%{?gh_date:1} -Release: 1.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2.%{gh_date}.%{gh_short}%{?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 @@ -301,6 +301,12 @@ fi %changelog +* Tue Sep 03 2019 Remi Collet - 2.8.0~beta2-2 +- rebuild for 7.4.0RC1 + +* Tue Aug 27 2019 Remi Collet - 2.8.0~beta2-1 +- update to 2.8.0beta2 + * Fri Jul 26 2019 Remi Collet - 2.8.0~beta1-1 - update to 2.8.0beta1 -- cgit